Browsing speed issue

done donedonedonedonedonedonedonedonedonedonedonedonedonedonedonedonedonedonedonedonedonedonedonedonedonedonedonedonedonedonedonedonedonedonedonedonedonedonedonedonedone

Hi @faisalecg, I’d use something like the webpage test and figure out which elements on your page are causing the slowdown, on first pass, it looks like a slow loading image, WebPageTest Test - Running web page performance and optimization tests....

Hi @faisalecg. As @cloonan suggested testing with webpagetest is a first good step. Looking into waterfall I noticed that origin request with the initial html is pretty slow: WebPageTest Test - WebPageTest Details
I think smart caching html on Cloudflare edge will be the biggest winner in that particular case. You can try write a worker with using Caching API. I don’t have a complete code sample I could share but we are working on the solution for all customers in that area, stay tuned.

2nd suggestion - improve size and priority of the images served on the page. You can opt in into Cloudflare image resizing beta and do the rewriting on the fly with worker script as well: Resize with Cloudflare Workers · Cloudflare Image Optimization docs

Finally I’ve noticed you already applied RocketLoader feature. You can test whether it causes any problems by disabling it from the Speed page, in same rear cases it caused problems with the sites, although it shouldn’t be a problem in this case.

This topic was automatically closed after 30 days. New replies are no longer allowed.