View Single Post
Old 09-27-2009, 03:15 PM  
harvey
Confirmed User
 
harvey's Avatar
 
Industry Role:
Join Date: Jul 2001
Location: 127.0.0.1
Posts: 9,266
Quote:
Originally Posted by tonyparra View Post
that's very good info you'd follow. All the plugins you're using are probably affecting speed, but my guess is this for what I can see:

1- First of all that's one of the poorest coded themes I've ever seen. And I've seen hundreds or thousands. in example, this
Code:
<p><p>
which you have through all your site will affect load performance greatly

you've outragoeus stuff like this:
Code:
title="<em>Les Parent</em> ŕ l'étranger" alt="<em>Les Parent</
and so on and so on. Simply put, the code of the theme is so wrong I wouldn't even know where to start describing such a mess

2- you've quite a load of jquery stuff, check out if you need ALL of it, and if not, get rid of it.

3- If you're using several cache plugins, they'll conflict and make stuff load slow. Use just one, namely WP Super Cache and that's it, you don't need 10 cache plugins, in fact you're fucking up everything by excess

4- check out your database. sometimes the database has some crap, esp if you added/deleted plugins or if you used badly coded plugins, so take a look, and if needed, fix it (I bet you have some trash there, I'd say 99% sure)


All the above being said, for the amount of content you have it doesn't load extremely slow, it's still within decent parameters, even using that Facebook plugin which is a known resource hog and makes any page using it slower. Add to it the poor coding and the page won't load until you load all the non-properly-closed elements loads first.

In short: if you can fix the code, better, otherwise I wouldn't be too worried either, just fix the plugins and database thing and use the tips on that link above and you'll be OK
__________________
This post is endorsed by CIA, KGB, MI6, the Mafia, Illuminati, Kim Jong Il, Worldwide Ninjas Association, Klingon Empire and lolcats. Don't mess around with it, just accept it and embrace the truth
harvey is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote