513 questions
2
votes
2
answers
287
views
Picture's srcset and sizes seem to be fine, but PageSpeed loads a wrong image
Here is the code:
<picture>
<source srcset="https://www.shop-naturpur.de/media/image/opc/xs/yogi-tea-aktion2.webp 182w,
https://www.shop-naturpur.de/media/image/opc/...
1
vote
1
answer
443
views
LCP is 2.6s even after optimizing dynamic image (22KB size)
I'm trying to improve the Largest Contentful Paint (LCP) on one of my pages. The main LCP element is an image that is loaded dynamically via PHP.
I have already compressed the image and the final size ...
0
votes
2
answers
226
views
What are impacts of firing scripts only after user action?
I'm currently on loading time optimization of a site. On my research of sites using the same consent solution, I found a site, which loads most scripts, including GTM/GA, only after any user action. ...
-1
votes
1
answer
198
views
Issue with Best practice, Wordpress and Page Insights
When I scan my Wordpress websites with the PageSpeed Insights I get issue on the check of Best practice.
I'm unable to fix this issue.
I tried to comment the two lines in wp-config.php
// define('...
1
vote
1
answer
1k
views
How do you improve Interaction to Next Paint (INP) for mobile button click?
I have a static site and my INP for mobile is in the 200-300 range, just insde the "Needs improvement" bucket. I've tried debugging with web-vitals.js to figure out where the latency is ...
0
votes
1
answer
2k
views
How to Fix H1 tag Largest Contentful Paint (LCP) Issue in Angular App as Reported by Lighthouse?
I am working on an Angular application, and Lighthouse is reporting a very high Largest Contentful Paint (LCP) time for my app. Here are the details:
LCP Element:
<h1 class="maintitle_withicon&...
0
votes
0
answers
299
views
Issues were logged in the Issues panel in Chrome Devtools
Running a Google Pagespeed Insights test on my website it lists the following issue under Best Practices:
Issues were logged in the Issues panel in Chrome Devtools
The problem seems to be some 3. ...
0
votes
1
answer
324
views
Web vitals onINP reporting elements that do not have any click functionality or handlers attached
In order to improve INP of my application, I integrated web-vitals@3/dist/web-vitals.attribution.iife.js to get field data and work on actual interactions causing poor INP score. However in my data I ...
1
vote
0
answers
140
views
LCP Issue in Django Project - Render Delay Caused by Backend-Generated Text Element
I'm currently working on a website built with Django and I'm having trouble with the Largest Contentful Paint (LCP). According to Google PageSpeed Insights, the LCP time is 5,070ms with a significant ...
0
votes
1
answer
407
views
Why does PageSpeed Insights report a large "Other" in Minimize main-thread work?
Running a report on https://www.digitalocean.com via https://pagespeed.web.dev, I get back a result for desktop with a multiple-second-long Total Blocking Time and a recommendation to Minimize main-...
1
vote
0
answers
849
views
Why is the Mobile Render Delay so high for the LCP (Largest contentful paint)
With Lighthouse / Google Pagespeed I get a really high "Render delay" when testing for mobile. For desktop everything is all good.
Tested this in a clean browser with lighthouse. Get the ...
0
votes
1
answer
833
views
Why is my Load Delay really high for my LCP in mobile?
I am tweaking my site using PSI and am having an LCP issue.
https://pagespeed.web.dev/analysis/https-www-ocoopa-com/zr0gxma1u4?form_factor=mobile
I've tried adding preload, resizing images, nothing ...
0
votes
1
answer
732
views
Google PageSpeed Throws a Largest Contentful Paint Error but Search Console Says It's Fine?
The mobile version of my escape room's web site, https://www.escapesacramento.com, is showing on Google's Search Console --> Core Web Vitals as "Good URL"s overall, with the home page ...
0
votes
1
answer
123
views
Difference between PageSpeed Insights and Web Vitals browser plug-in
I measure the LCP indicator of the website page https://anc.ua/item/estezifin-krem-1--tuba-15-g-1045278
PageSpeed Insights:
LCP 4+
Web Vitals browser plug-in:
LCP 2 or less
All measurements show ...
0
votes
1
answer
374
views
Pagespeed: problem with "initial-scale" - Does not have a <meta name="viewport"> tag with width or initial-scale
I am working on a site that has a meta viewport tag with an initial-scale value of 0.8. The full tag is here:
<meta name="viewport" content="width=device-width,initial-scale=0.8,...