Site logo

Archived topic

How to Get 100% score on Google Pagespeed and GT Metrics

1 reply · Started by Kartik on June 12, 2022

Viewing posts 1–2 of 2

Hi,
I am Using Generatepress pro plugins and my hosting on hostinger VPS plan.
I am using Litespeed cache Plugins too.

I working on Fifa World cup Live site but issue is speed not showing 100%

Kindly Give me any advice to make the site fastest one

thanks and regards

Hi there,

if you run a Pagespeed test on your site like this:

https://pagespeed.web.dev/report?url=https%3A%2F%2Ffifafootballworldcup.live%2F

It will provide you with Opportunities and the supporting diagnostics for improving site speed.

This is how i read your report:

You have a high Total Blocking Time of 400 ms

which is primarily caused by the render blocking resources listed under: Eliminate render-blocking resources

and impacted further by the: Avoid an excessive DOM size that needs you to Reduce JavaScript execution time

You can see more detail on this by running a WebPageTest:

https://www.webpagetest.org/result/220612_BiDc27_3QR/1/details/#waterfall_view_step1

Actions:

As you're using Litespeed for your optimization you should check with their support on how to:

Eliminate Render Blocking resources. Not just compress and cache them but look to defer the loading of unncecessary CSS.
And secondly how to defer the loading of Javascripts so they do not load before the page is displayed.

This archived topic is closed to new replies.