I’m trying to see if there is such a tool for my problem.
I have a php website and every time I click on a link the response time is very long.
I’m watching the mysql queries and there is no slow query.
So, I’m wondering if there is any tool to be able to see which part is slow when a page is displayed ?
Is the database ? Is the host server ? Is something else ?
I’ve always used YSlow which measures time spent in the browser. Frontend load times are often forgotten when trying to optimize web pages.