This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

diezit.
diezit.

I am trying to optimize my webstite with the google page speed but i get an couple of fix options...

for my js and css: above-the-fold content

And this one: Remove render-blocking JavaScript:

Is there a nice way or plugin that can help me with this?

UpTop
UpTop

Not at the moment. But why try to patch it instead of fixing it?

Make sure all of your non-critical JS files are loaded right before you close the body tag. That should help getting rid of the render-blocking JS error. Many JS libraries say you need to load them in the head but in most cases this isn't really necessary.

ATF-content is somewhat trickier to fix. Ultimately it comes down to lazy-loading your css to speed up initial page load. There are plenty of tutorials, tools and/or best practices online to help get you started ;)

Last updated

1-2 of 2

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.