Wordpress site painfully slow

前端 未结 6 882
没有蜡笔的小新
没有蜡笔的小新 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:02

    I saw a front page load time of 7.5 seconds (according to wp-super-cache).

    I'd first look at the amount of content you're listing on the front page. Try reducing it down to just the first day's content at the top and see if the page speeds up. If that works then you need to look at optimizing the content pull on the front page. If those are each a WordPress loop then you're going through a lot of high load routines. You might look at using filters on each of those WP Queries to only pull the small amount of data that you need to display the page.

提交回复
热议问题