admin管理员组文章数量:1434908
my wordpress site is hosted on godaddy, using flatsome theme, 7 plugin (including img-lazy load & woocomerce). i have use free cloudflare cdn, but still my site need 13+ seconds to load. i have checked it on gtmetrics, and it says i have too much DOM (4,5k+)
my wordpress site is hosted on godaddy, using flatsome theme, 7 plugin (including img-lazy load & woocomerce). i have use free cloudflare cdn, but still my site need 13+ seconds to load. i have checked it on gtmetrics, and it says i have too much DOM (4,5k+)
Share Improve this question edited Mar 29, 2019 at 20:00 norman.lol 3,2413 gold badges30 silver badges35 bronze badges asked Mar 29, 2019 at 15:52 Rizki ApritaRizki Aprita 1 3- 1 We don't provide site audits. Apart from that the question is way too broad when you don't tell us what you've tried yourself so far and where exactly you are stuck? – norman.lol Commented Mar 29, 2019 at 18:32
- @leymannx In this case it's a matter of understanding how sessions can have an effect on performance. I think this is an important subject even if the question is not worded this way. – MikeNGarrett Commented Apr 5, 2019 at 13:55
- 1 @MikeNGarrett – It always is important. And this may be an interesting riddle to be solved, indeed. But this question doesn't care about being a good question or showing any efforts of solving the issue on their own. It also doesn't care about our guidelines. That's why this question should be flagged instead of being answered hunting for rep. My opinion. Although I like your answer as it gives an interesting starting point for OP to hop on. – norman.lol Commented Apr 5, 2019 at 15:48
1 Answer
Reset to default 2You are using Woocommerce which starts a session for every visitor to your site. This limits Cloudflare's cache performance since each unique session needs to be handled individually. That's how things like the shopping cart work.
Woocommerce added the ability to store this session data in object cache rather than the database (memcached/Redis/etc).
I'm not familiar with GoDaddy's hosting since I personally don't recommend that company, but they should have object cache storage of some sort available. It's just a matter of you configuring WordPress and Woocommerce to use this cache.
That should help things a bit.
本文标签: performanceHow to improve my site39s loading time
版权声明:本文标题:performance - How to improve my site's loading time? 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745645573a2668114.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论