i just created a api using Lumen whern i tried it in localhost using the phpmyadmin database the response time of the api was 120ms now when i changed the environment and ran the same file using a new database on my server the response time has increased to 3174ms this is a huge difference .
The issue is with the database i think, but how do i improve the response time, is there something that i am missing
Please advice
without knowing anything about your setup/project/db cant really say? maybe install debugbar & see the timings of queries... & application in general..
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community