简体   繁体   English

WordPress:加载速度非常慢

[英]Wordpress: Very slow loading

I'm not a developer and our original developer doesn't know how to fix this, so I'm pretty desperate, hope you guys can help! 我不是开发人员,我们的原始开发人员也不知道如何解决此问题,所以我非常绝望,希望大家能提供帮助!

I have ran the website through different analysis: 我通过不同的分析来运行该网站:

Pingdom: http://tools.pingdom.com/fpt/#!/dlRIXt/www.sanefitnesshk.com Pingdom: http ://tools.pingdom.com/fpt/#! /dlRIXt/www.sanefitnesshk.com

Google Developers: https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fsanefitnesshk.com%2F&tab=desktop Google Developers: https : //developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fsanefitnesshk.com%2F&tab=desktop

I've already installed W3 Total Cache. 我已经安装了W3 Total Cache。

If you need any more information, please don't hesitate to ask as I don't even know where to start to fix this problem. 如果您需要更多信息,请不要犹豫,因为我什至不知道从哪里开始解决此问题。

Thank you so much! 非常感谢!

Try to " defer parsing JavaScript to reduce blocking of page rendering ". 尝试“ 延迟解析JavaScript以减少页面呈现的阻塞 ”。

Hope it helps you some extent. 希望它能在某种程度上帮助您。

It's probably admin-ajax.php that does the most damage here. 造成最大破坏的可能是admin-ajax.php。 I can see it loading for 16 seconds, and no HTML rendering takes place before this. 我可以看到它加载了16秒钟,在此之前没有HTML渲染发生。

You can see it with Chrome Developer Tools, but more clearly on webpagetest.org where you also can see the screenshots from different seconds. 您可以使用Chrome开发者工具查看它,但在webpagetest.org上可以更清楚地看到,也可以查看不同秒的屏幕截图。

More people having the same issue: https://wordpress.org/support/topic/admin-ajaxphp-slow-server-response-time (If you have issues with Wordpress, you should create a new question.) 更多人遇到同样的问题: https : //wordpress.org/support/topic/admin-ajaxphp-slow-server-response-time (如果Wordpress有问题,则应创建一个新问题。)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM