Replies: 2 comments
-
It's not needed as with the new instructtions in .htaccess the fontend.js file is even smaller now: ![]() |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sounds good! :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
PageSpeed-Insights complained, among other things, about the file size of frontend.js.
I compressed the JavaScript code:
Before: 2.1 MB / After: 1.2 MB = 900 KB saved!
I used: https://www.giftofspeed.com/javascript-compressor/
Now PageSpeed-Insights no longer complains about this point.
After my edit of the htaccess Gzip also finally works. :)
Maybe you can use this to make the page even faster and get a better result in PageSpeed.
Regards, Christian
Beta Was this translation helpful? Give feedback.
All reactions