-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Page Speed is 75 #10
Comments
same 77 - too much js and css |
hi, in addition, in console , you get the following error messages : |
It's an easy fix, it's just about to send must of the js to lazy load. i made this on my toml and lazy load all the css and js that are under the fold.
style.html
script.html
|
Yep agree with @ortegoncarlos make the main page load js async and will get close to 100% |
I see that lazy parameters have been added to the various CSS and JS plugins in |
if there a link somewhere to show this, or so I have to run it myself ? |
To show the speed? When I ran https://hugoplate.netlify.app/ through pagespeed.web.dev it came out to 85 for mobile but 96 for desktop. My personal site at www.saturnstudio.com was 77 and 92 respectively. If you mean a link to the hugo.toml file that is in the exampleSite folder of the repo. |
It looks this issue is still persisting, even with the lazy parameters added to Great theme btw! I love Hugoplate. |
The error is not present in Chrome, but it is present in Firefox (tested on Firefox 124.0.1 (64-bit) on macOS). |
Can confirm that the issue persists even with the new lazy loaded JS and CSS. |
I am using k6 to do browse regression testing, to spot when things change. I plan to make a k6x extension designed for Hugo, so there is no configuration of scripts using https://github.com/grafana/k6x If anyone is interested just shout !! |
Now google page speed showing 75 in mobile . https://pagespeed.web.dev/analysis/https-hugoplate-netlify-app/q0kqd1b8rh?form_factor=mobile . Need to optimize .
The text was updated successfully, but these errors were encountered: