How to website faster?
-
my website's speed is slow, and in my source code website have many line css and javascript from themes and plugin when install
Can I @import other css file to one file ? and if can, how to?
my site is : itvseo.com, i using wordpress themes from rockketthemes, it has many plugin (rokbox, rok seach, gantry...) --> so site load slow --> how can fix it
see images below
Thank very much
-
According to Pingdom & Google Developers Tools, it looks like a plugin called AddThis is what's slowing you down the most.
You're using Super Cache, which is ok, but I would suggest two things:
-
Get a better social plugin. AddThis is killing you at the moment.
-
Change from Super Cache to W3 Total Cache, then activate the first two modules. Test the speed on http://tools.pingdom.com - then activate database caching. Run the speed test again. Disable database caching and activate object caching. Run the speed test again.
Whichever configuration of the three (both database & object off, database on, object on) works best, use that one. They work differently on different hosts/configurations but your site speed should improve a lot.
-
-
Thank sir!