Cloudflares slowing down my page speed score

What is the name of the domain?

zeze.com.br

What is the error number?

no error

What is the error message?

no error

What is the issue you’re encountering

low speed in google page speed with cloudflare

What steps have you taken to resolve the issue?

Disabled CF in my domain
Without CF:

With CF

What are the steps to reproduce the issue?

Disable CF in my domain

Hello!

Your site really is slow and it’s not Cloudflare’s fault. It took 4 seconds to load the page and 7.09 seconds to complete all the requests. And, no, my internet isn’t slow, it’s up to 1GB. :face_without_mouth:

Your site sent me 122 javascripts… Wow. I try to keep my sites under 5 javascripts, 122 for a site like yours is really absurd.

Your off-screen images don’t have the lazy-loading attribute, which tells the browser not to load the image unless it’s in the position the user will see it. For example, your site loads an image that is there at the bottom of the site, without the user having scrolled down the page first.

The order in which the page is being loaded is completely wrong. First, several javascript files are being loaded, then some svg and only then the first CSS file of your page, after that another bunch of javascript and then finally the images that make up your banner.

2 Likes

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