Wordpress site painfully slow

前端 未结 6 867
没有蜡笔的小新
没有蜡笔的小新 2021-01-15 06:05

What tools are there out there for determining why a site takes so long to load pages?

I\'m using a very simple theme that I changed to fit my needs, it\'s a brand n

6条回答
  •  清酒与你
    2021-01-15 07:10

    try using a profiler like xdebug, how to setup:

    http://codex.wordpress.org/Testing_WordPress_Performance#Configuring_Xdebug_for_Profiling

    according to your site, the page is taking a long time to generate and doing a fairly large # of queries:

    
    
    
    
    
    

    so.. was there a plugin that was recently added that may be doing a lot of db calls?

    supercache will help a lot, requests won't need to run all those queries if the page is cached...

提交回复
热议问题