I am currently using page speed on my new website, very happy about it.
but i just realised that my /phpmyadmin in now blank.
i know it's because of pagespeed because when i go to /phpmyadmin/?PageSpeed=off; it works again.
So the idea is to disable…
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 Assessment: Failed Computed from the Core Web…
I am trying to use PageSpeed Insights in Google Search Console for Weebly/Square website and getting an error:
Lighthouse returned error: NOT_HTML. The page provided is not HTML (served as MIME type )
It worked for me at the beginning (I tested 2-3…
I recently noticed that Google updated the PageSpeed Insight report page. There is an "Origin Summary".
What does it exactly mean? Why it's slightly different than the field data?
One of my websites has a really bad LCP, 4.6. I realized that without active lazyload my images, the LCP is 2.0 . The TCB increased by using lazyload, too. So Im thinking it must be my bad JS-Skills, so could give me anyone of you a hint?
My actual…
I don't understand which element on the mobile version of https://www.openstream.ch is considered to be the Largest Contentful Paint by Lighthouse.
When I test the current version of the website with PageSpeed Insights (currently running on…
PageSpeed Insights warning me:
Set an explicit width and height on image elements to reduce layout
shifts and improve CLS.
But how I can fix it if I use Picture tag like this:
I am running an angular application which is showing very low score in google page insights (13 in mobile and 43 in desktop). I am running this on Nginx server and all the compression and caching issues are solved from Nginx side but still it shows…
Google Page Speed report me here an error that I can't understand.
Remove unused code
I use all the javascript that Google Page Speed says, in fact vendor.js is the main script of the project. Compiled and unified with Webpack and Laravel.
Then why…
I have a problem with setting ssl on my server. I have configured nginx with the modpagespeed (compiled version from https://www.modpagespeed.com/doc/build_ngx_pagespeed_from_source)
nginx: [emerg] the "ssl" parameter requires ngx_http_ssl_module in…
I am trying to optimize a small website, I am now looking into the CSS.
Let's take the example of index.php. I have first done it the standard way by adding in the of my HTML output.
Google PageSpeeds…
I am using webp images for my site,but Google page speed insight does not recognize it & hence doesn't give optimized result.Google page insight does not support webp images ?
For eg. …
I had all of the images on my site optimized perfect according to Google PageSpeed Insights for the last year+. Google PageSpeed Insights can be found here: https://developers.google.com/speed/pagespeed/insights/
However, I just ran it for my site…
recently we deployed our site to google app engine and everything deployed successfully.
now we enable pagespeed in settings.
now problem.
its making loading css in html head section with some wried script tag instead of style tag..
i tried every…
Google PageSpeed recommends the images on my web page could be optimized. The lossless compression would save an average of 11%, however my images are created with the following FFmpeg command:
ffmpeg -i '$video_path' -vcodec mjpeg -vframes 1 -an -f…