Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design advise on webpage speed Reply To: advise on webpage speed

#184720
chrisburton
Participant

and i’m not about to inline all my css o.O

minify and inline are two separate things. What you can do is create a style.min.cssand place your minified css into that. Use the minified file in production.

As far as the speed, it seems there is a pause for pre-loading content. I would bet the issue is coming from Javascript.