Page 1 of 1
about Page Speed?
Posted: Tue Dec 02, 2014 10:12 am
by jarrodlsb
Hi everyone, I have a problem with my site.
My website is loading very slow. I compressed the images already but it's still really slow. When I used the page speed plugin, it told me to compress my CSS.
What should I do about it.
Thanks.
Re: about Page Speed?
Posted: Tue Dec 02, 2014 2:27 pm
by JohnnyB
If you using CMSMS Stylesheets you can compress them by removing all whitespace and unnecessary lines by adding
[[strip]]
to the very top of the file, above all CSS rules; and add the closing
[[/strip]]
to the very bottom of the file.
Or, I think there are some modules available that can do some compression on the fly for static, file based CSS.
If not, there are online tools to compress CSS and JS files.
Also, you can use {strip} {/strip} around some areas of content inside of template files to help compress the HTML. Be mindful of how the CMS parses layout templates and where you place the {strip}{/strip} tags.
Re: about Page Speed?
Posted: Tue Dec 02, 2014 11:56 pm
by paulbaker
URL and system information (see my sig) would probably help give further pointers.
Re: about Page Speed?
Posted: Wed Dec 03, 2014 12:48 pm
by HarmO
check your site with
http://GTmetrics.com could tell you exactly which file is making your website to load slow.
But some more info on your host and the link to the website would help us a bunch in helping you.