This is the controller route If I use Yjit I get around 200 requests per second
def say_hello
render json: {
"hello" => "world"
}
end
Is there anyway to optimize
This is the controller route If I use Yjit I get around 200 requests per second
def say_hello
render json: {
"hello" => "world"
}
end
Is there anyway to optimize