Home › Forums › Design › advise on webpage speed › Reply To: advise on webpage speed
September 25, 2014 at 8:05 am
#184720
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.css
and 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.