Reputation: 13511
I have a web site, that is speed optimized, and work well, but the last week I have find an issue for the very first request that is strange to me.
The first request I am creating takes a long time to be executed. In the "Network" tab of my Chrome I have experienced the following:
Can somebody explain me what that could be ? So, what's the reason I am getting so long wait time ? Is it posible to "debug" somehow this wait time ?
NOTE : The web site is running on dedicated 8core web server, and is the only one web site on this server. The server is based on LAMP.
Upvotes: 1
Views: 8802
Reputation: 8771
You basically need to check these things :
All of this depends on what this URL is doing behind. Without knowing it, can't help much.
Upvotes: 2