PHP / Wordpress - get http requests from a page

GawelJ

New Member
I have a test wordpress intallation on localhost and recently I noticed the administration pages load very slow.Everytime I'm connected to the internet and open the /wp-admin pages it takes 14-15 seconds to load. This does not happen in the front end.Is there any way to get info about all the http requests that are being made in the page, just like getting the # of queries (\[code\]get_num_queries\[/code\])?
 
Back
Top