How To Solve Wordpress Website Speed Issue?
I have a website http://www.provaltech.com , from last few days I am working on speed solution for my website, I have done some r&d , also submitted website In Google PageSpeed
Solution 1:
For better page speed and avoid these error you should try following things.
- Enable Compression from Cpanel
- You are using Wordpress so use any of the cache plugin.
- Use header expiry using httaccess or page header.
- minimize you scripts (css,js).
- Use compressed images (jpegtran,pngout).
This will help you to improve page speed.
Solution 2:
1)) Use caching plugin i.e best example is WP- Supercache
2)) Minify all your css and JS files i.e remove the extra white spaces from CSS and JS files.
3)) Compress all your images i.e use a plugin http://wordpress.org/plugins/wp-smushit/ or smush.it
Post a Comment for "How To Solve Wordpress Website Speed Issue?"