Slow site
-
My site has been going so slow. I already erased most of my plugins, the ones i kept i really cant erase i need them. Sites have so much more plugins and data then me and they are going so much faster, but mine just is going so slow and i cant understand why.
vikashomegoods.com
-
Slowness/high CPU usage could be due to (but not limited to):
– A poor or memory intensive theme. Switch to the WordPress default theme and test loading time and see if you see a difference. If you do, may be your theme can be re-written to be more efficient.
– Poor or memory intensive plugins. One by one disable plugins and test loading time and see if you see a difference. If you do, may be that plugin can be re-written to be more efficient.
– your server is slow (e.g., “process hang”, overload, you get a lot of visitors, other problems, etc.); generally, every inexpensive host out there is slow.
– lots of images.Test your site at (free online testing): http://gtmetrix.com/leverage-browser-caching.html OR http://www.webpagetest.org/
OR
http://tools.pingdom.com/fpt/Also, review these resources:
– http://www.wptavern.com/determining-which-plugins-are-slowing-your-site-down
– http://wordpress.stackexchange.com/questions/656/is-there-a-way-to-measure-server-resource-cpu-usage-by-wp-plugins/
– https://wordpress.org/plugins/plugins-speed-test/
– try installing the Query Monitor plugin and seeing how long the queries are taking.
– http://www.wptavern.com/my-performance-woes
– http://codex.wordpress.org/WordPress_Optimization
– http://codex.wordpress.org/High_Traffic_Tips_For_WordPress
– http://codex.wordpress.org/WordPress_Optimization/Caching
– http://codex.wordpress.org/WordPress_Optimization/WordPress_PerformanceCould you please provide a list of plugins you are using?
Here is a report from GTMetrix.
https://gtmetrix.com/reports/www.vikashomegoods.com/XxG18pFV
Based on the report, here are my recommendations.
A: Install W3 Total Cache. Enable caching, minify, browser cache, and CDN if you have one.
https://wordpress.org/plugins/w3-total-cache/
B: Get a CDN: This will help host all those images you got.
http://maxcdn.com
C: Install a plugin Speed Booster Pack. You should enable Move scripts to footer, Defer Parsing of Javascript files, Remove Query strings, Lazy load images, Change the compression level to 60, Load CSS Async, Minify all CSS Styles, and that is it.
https://wordpress.org/plugins/speed-booster-pack/
D: Install EWWW Image Optimizer to compress some of those images.
https://wordpress.org/plugins/ewww-image-optimizer/
E: Use Gzip: Add this to your Apache .htaccess file.<IfModule mod_deflate.c> # Compress HTML, CSS, JavaScript, Text, XML and fonts AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/rss+xml AddOutputFilterByType DEFLATE application/vnd.ms-fontobject AddOutputFilterByType DEFLATE application/x-font AddOutputFilterByType DEFLATE application/x-font-opentype AddOutputFilterByType DEFLATE application/x-font-otf AddOutputFilterByType DEFLATE application/x-font-truetype AddOutputFilterByType DEFLATE application/x-font-ttf AddOutputFilterByType DEFLATE application/x-javascript AddOutputFilterByType DEFLATE application/xhtml+xml AddOutputFilterByType DEFLATE application/xml AddOutputFilterByType DEFLATE font/opentype AddOutputFilterByType DEFLATE font/otf AddOutputFilterByType DEFLATE font/ttf AddOutputFilterByType DEFLATE image/svg+xml AddOutputFilterByType DEFLATE image/x-icon AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/javascript AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/xml # Remove browser bugs (only needed for really old browsers) BrowserMatch ^Mozilla/4 gzip-only-text/html BrowserMatch ^Mozilla/4\.0[678] no-gzip BrowserMatch \bMSIE !no-gzip !gzip-only-text/html Header append Vary User-Agent </IfModule>After you get done with that, let me know and I will give you some more suggestions.
The topic ‘Slow site’ is closed to new replies.