I have an wordpress site which has more than 1000k posts.Its very slow.I use use wp total cache,WP-dboptimizer plugin etc.But still it is slow.Can any one please give some tips to increase my site speed.My site is amazingvideoz.com
Leave a Reply
You must be logged in to post a comment.
There are a lot of options. One of them is to use CDN..
I am giving you some articles that you should really follow. My site has become unbelievably faster after following them 🙂 (my blog – http://www.wrapcode.com, check the speed yourself)
Try To Enable gzip with .htaccess file.
See this:
http://salscode.com/web-resources/gzip-htaccess
Using a CDN will definitely help if you have a lot of assets (images, js, css). If you are almost all html, a CDN does no good since its not going to cache the html. enabling gzip is always a good thing, though in most cases your hosting provider will have that covered. Use a web performance measurement tool like websitetest.com or webpagetest.org to get a feeling for whether the bottleneck is the front end or back end (server). If you see the first file (the main html) is taking a long time (over 1-2 seconds) then you really need to do more on the server. If you see 80-90% of the time on the rest of the files, you know you need to focus on the front-end and any changes to the server will do you minimal good.
So what to do on the back-end? Depends on how you are hosting. If you have an ultra-cheap plan , look at finding a better hosting option.
If you are like most of the websites out there, focusing on the front end is your best bet to see significant speedups. Take a look at the best practices on http://yslow.org/. follow most of those and you should see a very significant difference.
Please check out various explanation and solutions of different factors affect on WordPress blog speed. it might help to work on specific that helps to increase speed.
Also you can cleaup wordpress database by wpclearfix plugin that will remove unwanted revisions and unwanted data from database and it will help to reduce database size as well.
for more details explanation you can check blog post on speedup WordPress blog – http://www.blogtechie.com/speed-up-wordpress-blog-website/
also you can try lazy loading feature to load resources on demand basis
For ultimate performance in WordPress, here’s what you need:
The above tips will give you sub-second speed on pretty much every possible size of WordPress site you can imagine.
Here’s a guide to setting up HHVM:
http://www.affiliatewebdesigners.com/2015/01/14/setting-hhvm-wordpress/
Here’s a guide to configuring Digital Ocean with Nginx:
http://www.affiliatewebdesigners.com/2014/11/20/setting-digital-ocean-wordpress/
We have many options to apply on WordPress for increase speed, you need to apply following points on your site.
you can check full detail on here