Pagespeed and GTmetrix not showing site speed insights or recommendations

Solved

Pagespeed and GTmetrix not showing site speed insights or recommendations

edgar-DD
Tourist
5 0 0

Im working on improving site speed performance, however, Pagespeed and GTmetrix are not showing recommendations. Looks like something is causing a huge load not letting show a diagnose. Im trying to improve mobile site speed and trying to see how to reduce LCP and FCP. Any help on this will help.

Website is dockingdrawer.com

Pagespeed insights:

 

edgarDD_0-1718386968650.png


GTMetrix:

 

edgarDD_1-1718386993936.png

 

Accepted Solution (1)

AcidPi
Shopify Partner
61 14 16

This is an accepted solution.

Hi,

Reference: https://developer.chrome.com/docs/lighthouse/overview/

Run lighthouse from Chrome DevTools, start fixing what you can and try testing via the lighthouse web UI ( < Pagespeed insights ) / GTmetrix again.
The page has 39 scripts, plus some pop-ups that could be interfering with the tests completing, however via Chrome DevTools it lists several issues.

Capture 666.PNG

 

Capture 777.PNG
Regards

View solution in original post

Replies 2 (2)

AcidPi
Shopify Partner
61 14 16

This is an accepted solution.

Hi,

Reference: https://developer.chrome.com/docs/lighthouse/overview/

Run lighthouse from Chrome DevTools, start fixing what you can and try testing via the lighthouse web UI ( < Pagespeed insights ) / GTmetrix again.
The page has 39 scripts, plus some pop-ups that could be interfering with the tests completing, however via Chrome DevTools it lists several issues.

Capture 666.PNG

 

Capture 777.PNG
Regards

Paulomi168
Visitor
3 0 0

Hi Edgar,

 

If PageSpeed Insights and GTmetrix aren’t showing recommendations, here are some steps to improve your mobile site speed, focusing on LCP and FCP:

 

  1. Audit Manually:

    • Use Chrome DevTools (Inspect > Performance) to spot bottlenecks.
  2. Optimize Resources:

    • Compress images, use next-gen formats like WebP, and serve responsive images.
    • Minify CSS/JS and defer non-critical JavaScript.
  3. Implement Lazy Loading:

    • Apply lazy loading for offscreen images and videos.
  4. Improve Server Response:

    • Use a CDN and optimize your hosting environment.
  5. Minimize Third-Party Scripts:

    • Reduce the number of third-party scripts used.
  6. Enable Browser Caching:

    • Set appropriate cache headers for static resources.

Re-run your site through PageSpeed Insights and GTmetrix after making these changes. 

Hope this would be helpful.

 

Regards,

Paul