Speeding up page loading on Wordpress site
I have a site set up on Wordpress that is extremely slow to load.
At first I just blamed the slideshow on the homepage, but now I look closer I can see even the basic pages are slow to load: http://www.marcusmcshane.com/bio/
Can anyone share some tips on speeding this up?
I admit I created the theme when I didn't know much about WP, so it may be excessively bulky. It is hosted with GoDaddy. I开发者_如何学JAVAt uses the latest version of WP and of the following plugins: AStickyPostOrderER, Category Posts Widget, Nivo Slider WordPress Plugin, W3 Total Cache, Widget Logic
Thanks!
GoDaddy is well known as a crappy, overloaded host. No amount of caching or use of a CDN, etc., will help with over-shared servers and network latency. Best to find another host. http://wordpress.org/hosting/
Definitely don't use Godaddy. In hosting, you get what you pay for. I would suggest going with Mediatemple's Grid service account. At 20/month, you can't really beat it. It allows you to create multiple Wordpress sites as well and they have an optional CDN if you want to pay for it (assuming your site is very high traffic it makes sense). I host about 20 sites on my GS account right now.
I use a combination of three systems to manage all of my client sites. Dynadot for domains, Google Apps free (see google.com/a/) for web and desktop email, and Mediatemple for web hosting. Client's have never complained once that their site was slow to load.
In my experience it's always better to separate web hosting, domain hosting, and email hosting.
There are certain techniques used to optimize the loading time for your WordPress Site. Such as:
- Minimizing http requests
- Combine external files
- Minify css and javascript
- Optimize images
Or you can get a plugin for WordPress that does all that for you. There is one I know that does all of this really well JCH Optimize. And support for it is really good. They are others but i like this one the best as it has really easy to use configuration options.
精彩评论