Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
157 views

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/...
Andriy Lesyuk's user avatar
-1 votes
1 answer
195 views

<li> <a href="/home/articles/how_to_foo">How to foo</a> </li> PageSpeed Insights says the above element has Largest Contentful Paint element 3,220 ms ...
Hong's user avatar
  • 18.7k
0 votes
0 answers
701 views

I have a problem with my portfolio site: https://www.frontendpolska.pl/pl. I can't test the site in PageSpeed Insights—I keep getting the error: RPC::DEADLINE_EXCEEDED: context deadline exceeded or a ...
Алексей Коба's user avatar
0 votes
1 answer
976 views

I have a website, https://www.paveinsight.com that I'm working on. The site is written using Next.js and hosted on Vercel and the home page is generated as a static page. Running PageSpeed Insights, ...
Will Calderwood's user avatar
0 votes
1 answer
83 views

I'm building a tool to test a number of pages on a website using the pagespeed API. It works fine, but if I compare the results from the API to those in the PageSpeed Insights page (pagespeed.web.dev) ...
christodhunter's user avatar
1 vote
0 answers
107 views

I’m trying to get the unique report URL (like https://pagespeed.web.dev/analysis/https-example-com/djlqz3yt2f) for a PageSpeed Insights analysis programmatically using Node.js. I know it's possible to ...
Gabe Koleszar's user avatar
1 vote
1 answer
1k views

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 ...
Jrom's user avatar
  • 861
0 votes
1 answer
81 views

I am having a website for my academic project -See My Website- but it loads really slow. You can see the below image it has Total Blocking Time - 11,940 ms I tried compressing the models and the code ...
Aman Yadav's user avatar
1 vote
0 answers
94 views

I'm trying to implement a fallback font for better webpage performance. For this I tried to make use of src: local(Arial) and redefining the ascent-override, descent-override and size-adjust ...
Petro Prots's user avatar
0 votes
1 answer
344 views

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-...
Matt Cowley's user avatar
  • 2,373
2 votes
1 answer
1k views

Could somebody explain, what happens, if all images, even those above the fold, have attribute loading="lazy"? Do browsers have any logic to decide to not lazyload images, which are ...
Evgeniy's user avatar
  • 2,657
0 votes
1 answer
35 views

How Google PageSpeed Test and Lighthouse measure INP, while the most sites are behind consent opt-in? What concretely is measured there? In my understanding, before consent opt-in is granted, a site ...
Evgeniy's user avatar
  • 2,657
0 votes
1 answer
88 views

my site mojiedit.com) has a poor CLS score (> 2.5) when looking at core web vitals in search console for mobile only. However, when I look at the mobile stats in the cloudflare speed test or go to ...
Kevin's user avatar
  • 1
0 votes
1 answer
106 views

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 ...
Sartakov Dmytro's user avatar
2 votes
0 answers
161 views

I'm using wp-rocket for my WordPress website and I applied the Remove unused css option but it seems not working, and still shows in PageSpeed Insight that I have to remove unused css, what should I ...
zainb mostafa's user avatar
-2 votes
1 answer
3k views

This is my report from PageSpeed Insights https://pagespeed.web.dev/analysis/https-ttbeb-com/z14r7yl4wt?form_factor=mobile I want to reach score of 90+ for both desktop and mobile, so i need to ...
Mahmoud Zakzok's user avatar
-3 votes
1 answer
2k views

I am working on a website. LCP and Specially Render Delay is low after all works I done on Cache, CDN and trying to not prioritizing Java Scripts. What I am expecting is quite simple, Good Web Core ...
Hamed Mohammdi's user avatar
0 votes
2 answers
416 views

I installed HTTP/2 on a local Apache server, running on Ubuntu. HTTP/2 is working, as it manages to upgrade the protocol when I do CURL on a page: $ /usr/bin/curl -I --http2 http://test.local/public/ /...
user5198077's user avatar
4 votes
0 answers
220 views

My image dimensions are 264x270 when viewed on a "Moto G Power" viewport, which is what Lighthouse is currently using for its mobile audit. I have a <picture> element set to deliver a ...
Kristen Grote's user avatar
1 vote
2 answers
1k views

I am trying to resolve the avoid large layout shifts in PagespeedInsights The solution is to set with and height of the below div element. <div id="HomeNewsEventsWrapper" class="...
ssc1234's user avatar
  • 117
-2 votes
1 answer
384 views

In lighthouse it shows avoid large layout shift for the following element: <div id="HomeNewsEventsWrapper" class="section fixedheight1 introduction"> It shows avoid large ...
ssc1234's user avatar
  • 117
0 votes
1 answer
10k views

Hi all and thank you for being a part of this community. I am working on this website orangecountymovers.com and the render delay and LCP is pretty slow. I've tried preloading elements in hero slider,...
UmidK's user avatar
  • 1
-1 votes
1 answer
2k views

Objective On my website I got 2 requirements for my image which fills the whole screen and thus should be optimized in loading time: It's responsive, i.e. bigger screens get better resolutions The ...
Axel Herrmann's user avatar
0 votes
0 answers
294 views

I'm trying to preload an image by adding a <link rel="preload"... to the site head, with the following code: if (is_front_page()) { add_action('wp_head', function(){ ?> <...
AJT's user avatar
  • 266
0 votes
1 answer
218 views

PageSpeed Insights doesn't request files with gzip encodings, which leads to a wrong estimation of files sizes(makes them much bigger then they actually are). I looked through bunch of similar ...
Foker's user avatar
  • 1,011

1
2 3 4 5
30