pagespeed Questions

7

i'm trying to optimize this website: electronicsportsitalia-it and when I try to analyze it on Google PageSpeed the platform says that there is a google font blocking the page rendering: https://f...
Astral asked 31/8, 2017 at 13:58

4

Solved

I've been searching everywhere but I couldn't find the answer to the following questions. What are the limits? How many requests per day?
Tisdale asked 9/5, 2016 at 17:36

5

When you want to include a font from Google Fonts it suggests ([1]) you do it like this: <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="pre...
Insinuate asked 27/7, 2021 at 23:6

4

Solved

We have an official company website. When we check the page speed, the site is ranking low and showing Google Tag Manager script in "Reduce unused javascript". As google tag manager is im...
Crore asked 15/7, 2021 at 9:26

3

I use Google fonts and my site's typography. Looks great but it adds a great overhead. Is there a way I can still get the same look and feel for my website without compromising the speed of the sit...
Kickoff asked 27/8, 2012 at 18:37

2

I am trying to optimize my google pagespeed insights score and I have come to the conclusion that deffering NextScript of nextjs is not good enough, it still leads to bad LCP and TII. I have the fo...
Disaffect asked 4/1, 2021 at 17:55

2

For yslow page speed I want to remove my meta tag and put my encoding into the .htaccess file. Below are all the ways to do it I have read about. Which is the preferred way? Also is the language se...
Bonze asked 14/11, 2012 at 13:57

1

Google PageSpeed ​​shows me an error "Properly size images" on mobile. it loads the wrong link (mobile only): wp-content/uploads/2019/07/od-nave-yaad-1024x1024.jpg What am I doing wrong? <pic...
Incursive asked 11/1, 2020 at 23:43

1

There is a new feature in PageSpeed Insights that shows you the experience of real users. Now I checked one of my websites with this feature on mobile and I got this message: "Core Web Vitals...
Cajun asked 17/11, 2021 at 9:35

1

I have an Elastic Beanstalk environment running nginx 1.6.2 Anyone know how to install the ngx_pagespeed module into this? The web instructions suggest re-building nginx, but I fear of losing the c...
Haunting asked 22/2, 2015 at 12:14

2

Solved

I have a website that I'm trying to optimize lighthouse page speed ranking. I just switched from SSR with nginx caching to next export using exportPathMap and getInitialProps (also with nginx cachi...
Compel asked 27/4, 2020 at 1:0

17

Solved

Let's face it, jQuery/jQuery-ui is a heavy download. Google recommends deferred loading of JavaScript to speed up initial rendering. My page uses jQuery to set up some tabs which are placed low on...
Slatternly asked 2/5, 2011 at 1:34

1

Solved

The question is how to rewrite a static HTML script embedding: <script async id="__script__id__" type="text/javascript" src="//abc.xyz.com/js/script.js"> </...
Deccan asked 23/10, 2021 at 6:34

2

How to allow pagespeed insights to http basic authentication sites? It is returning error as follows even though I mentioned the username and password as below format. Lighthouse returned error: FA...
Martini asked 16/12, 2020 at 11:58

6

We have a server (OVH - France), with Apache and mod_pagespeed. On this server, I have an installation of WordPress. I made a change in a Javascript file in my theme, but pagespeed don't understan...
Devaluate asked 26/10, 2012 at 7:53

4

Solved

I'm trying the Google v5 API page speed insight but i don't find the SCORE inside the JSON result. This is the api https://www.googleapis.com/pagespeedonline/v5/runPagespeed In the v4 there is a ru...
Ebracteate asked 13/11, 2018 at 22:52

3

I know this may seem a bit vague, but I'm about to give more context: in the company I work for we use (my personal thought is we're misusing) Google Tag Manager (GTM) to inject some third party sc...
Nectar asked 15/1, 2019 at 11:8

6

Solved

I have an iframe that loads a third party widget. I only want to display this iframe after my page has loaded, because I don't want to slow down my page load speed. I followed a medium article whic...
Putsch asked 13/7, 2020 at 7:41

3

Displaying retina & non-retina to corresponding devices like this: <picture> <source srcset="non-retina.jpg, retina.jpg 2x"> <img src="non-retina.jpg"> </picture> W...
Jacktar asked 9/9, 2016 at 12:22

1

I have a site that scores well on Google Page Speed Insights, but it shows a performance issue that says "Remove unused JavaScript" for this file: https://www.gstatic.com/recaptcha/releases/2diXFi...
Parquetry asked 11/6, 2020 at 21:46

3

I have added the Facebook chat plugin through this code generated from facebook.com <!-- Load Facebook SDK for JavaScript --> <div id="fb-root"></div> <script>(function(d, ...
Nonah asked 27/11, 2018 at 12:54

2

When I place google tag manager script in the head part of my website as strongly recommended by google; the script basically delays the onload event causing to increase the Time To Interact of th...

2

If you have a <picture> element with image sources at different aspect ratios at different breakpoints, what is the best way to minimize CLS by using aspect-ratio and media queries in CSS?

0

I have a website with a video on my homepage banner that plays automatically when the user gets on the page. Google PageSpeed Insights is complaining about the video network load because of it. I w...
Cardialgia asked 23/2, 2021 at 17:11

2

Solved

SVGs are vectors so they can rescale in size without losing any quality. Knowing this my mind says, why would I ever use an SVG at the correct size. It seems to me that the same size SVG at 100px x...

© 2022 - 2024 — McMap. All rights reserved.