GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Wordpress wizard i need you (https://gfy.com/showthread.php?t=930212)

TTiger 09-27-2009 02:02 PM

Wordpress wizard i need you
 
hello
my website load is very slow and i use Theme Spirit-of-Wordpress-version.1.0 with 13 Widgets
I install those pluging to increase load speed hyper cache, AskApache Crazy Cache, widget cache,
WP CSS and WP smush it

TTiger 09-27-2009 02:04 PM

oups i forget
the url is
http://www.tvqc.com/

do any wizard would be gentle to help me out :( the site is growing fast but the slow loading kill the traffic growing possibility :(

Twig 09-27-2009 02:04 PM

Ok... you don't need ALL of those plugins.
Who do you have hosting your site? What kind of hosting is it?
Give more info.

If you're interested in switching to a host that could handle that no problem for very cheap(plus some free shit:) ) then check my sig.

TTiger 09-27-2009 02:06 PM

im with naked hosting the host is not the problems , my set up seem to be the issue
;s

AlCapone 09-27-2009 02:13 PM

Quote:

Originally Posted by Twig (Post 16364720)
Ok... you don't need ALL of those plugins.
Who do you have hosting your site? What kind of hosting is it?
Give more info.

If you're interested in switching to a host that could handle that no problem for very cheap(plus some free shit:) ) then check my sig.

ROFL @ Sig whores trying to provide support.

tonyparra 09-27-2009 02:26 PM

Quote:

Originally Posted by AlCapone (Post 16364738)
ROFL @ Sig whores trying to provide support.

you said it first. sig.

tonyparra 09-27-2009 02:29 PM

Quote:

Originally Posted by TTiger (Post 16364713)
hello
my website load is very slow and i use Theme Spirit-of-Wordpress-version.1.0 with 13 Widgets
I install those pluging to increase load speed hyper cache, AskApache Crazy Cache, widget cache,
WP CSS and WP smush it

if you dont have lots of traffic those cache plugins dont help, instead of all those try combining css and javascript files using less plugins and less code :2 cents:

tonyparra 09-27-2009 02:35 PM

Quote:

Originally Posted by TTiger (Post 16364719)
oups i forget
the url is
http://www.tvqc.com/

do any wizard would be gentle to help me out :( the site is growing fast but the slow loading kill the traffic growing possibility :(

ouch 30 secs to load here, here is a page i keep bookmarked that helped me i have this issue before also

http://elliottback.com/wp/why-my-wor...er-than-yours/

also test you site here http://tools.pingdom.com/fpt/

TTiger 09-27-2009 02:48 PM

Quote:

Originally Posted by tonyparra (Post 16364763)
if you dont have lots of traffic those cache plugins dont help, instead of all those try combining css and javascript files using less plugins and less code :2 cents:


im doing about 3500 page view daily ive try minify css/java and php using phpspeedy but doesnt work well with my site.:(
Ive try Gzip but it even slower :(

Babaganoosh 09-27-2009 02:56 PM

Install WP super cache instead of the cache plugin you're using.

http://wordpress.org/extend/plugins/wp-super-cache/

<!-- Generated in 6.817 seconds. Made 151 queries to database and 56 cached queries. Memory used - 7.56MB -->
<!-- Cached by DB Cache Reloaded -->

sysk 09-27-2009 02:58 PM

fris can prolly help you out

TTiger 09-27-2009 03:03 PM

Quote:

Originally Posted by Babaganoosh (Post 16364885)
Install WP super cache instead of the cache plugin you're using.

http://wordpress.org/extend/plugins/wp-super-cache/

<!-- Generated in 6.817 seconds. Made 151 queries to database and 56 cached queries. Memory used - 7.56MB -->
<!-- Cached by DB Cache Reloaded -->

Hyper cache work better than supercache with my site

Jdoughs 09-27-2009 03:04 PM

Quote:

Originally Posted by TTiger (Post 16364849)
im doing about 3500 page view daily ive try minify css/java and php using phpspeedy but doesnt work well with my site.:(
Ive try Gzip but it even slower :(

I have 3-4 media intensive blogs, tons of cats, lots of tags/posts db calls per page, with 2-3 times as many views, and they have no issues at all.

I would have to guess like said above, you have way to many 'things' trying to speed up the site.

EDIT, one is well over 30k views a day, no real stutter on it either.

harvey 09-27-2009 03:15 PM

Quote:

Originally Posted by tonyparra (Post 16364778)

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

Babaganoosh 09-27-2009 03:16 PM

Quote:

Originally Posted by TTiger (Post 16364910)
Hyper cache work better than supercache with my site

If you're an expert why are you asking for help?

TTiger 09-27-2009 04:56 PM

Im not an expert but ive done some test before posting here..

TTiger 09-27-2009 04:58 PM

Quote:

Originally Posted by tonyparra (Post 16364778)
ouch 30 secs to load here, here is a page i keep bookmarked that helped me i have this issue before also

http://elliottback.com/wp/why-my-wor...er-than-yours/

also test you site here http://tools.pingdom.com/fpt/


I dont have the skill to do all those mods:s

Iron Fist 09-27-2009 05:04 PM

Quote:

Originally Posted by AlCapone (Post 16364738)
ROFL @ Sig whores trying to provide support.

:1orglaugh:1orglaugh:1orglaugh

Exactly...now see sig for more traffic.

fris 09-27-2009 05:20 PM

god that theme is a mess

TTiger 09-27-2009 06:14 PM

Quote:

Originally Posted by fris (Post 16365330)
god that theme is a mess

So could you help me out??
the fact is that i need a french worpress theme with lots of section :(

TTiger 09-27-2009 08:38 PM

ive done some mod, is the the site faster?

fris 09-27-2009 09:48 PM

what makes a wordpress theme french?

pornpf69 09-27-2009 10:07 PM

Quote:

Originally Posted by tonyparra (Post 16364778)
ouch 30 secs to load here, here is a page i keep bookmarked that helped me i have this issue before also

http://elliottback.com/wp/why-my-wor...er-than-yours/

also test you site here http://tools.pingdom.com/fpt/

those are some really helpful links!!!

Babaganoosh 09-28-2009 04:58 AM

Quote:

Originally Posted by fris (Post 16365822)
what makes a wordpress theme french?

Haven't you ever seen a wordpress them that's rude, has body odor and a ridiculous accent?

Jdoughs 09-28-2009 05:20 AM

Quote:

Originally Posted by Babaganoosh (Post 16366398)
Haven't you ever seen a wordpress them that's rude, has body odor and a ridiculous accent?

It also has a little tuft of hair under its sidebar.

Sorry Honey (wifes french)

Jdoughs 09-28-2009 05:30 AM

http://elliottback.com/wp/why-my-wor...er-than-yours/

Whats funny is that site loads like a fucking tortoise.

Babaganoosh 09-28-2009 06:02 AM

Quote:

Originally Posted by Jdoughs (Post 16366424)
It also has a little tuft of hair under its sidebar.

Sorry Honey (wifes french)

:1orglaugh:1orglaugh

Thanks, you made me snot rocket on my upper lip.

tonyparra 09-28-2009 08:27 AM

Quote:

Originally Posted by TTiger (Post 16365239)
I dont have the skill to do all those mods:s

most are pretty easy i didnt have the skill either a little while ago i have a similar thread here about the speed of my sites. If you need help though you can icq me 494886007

fris 09-28-2009 08:43 AM

Quote:

Originally Posted by tonyparra (Post 16366931)
most are pretty easy i didnt have the skill either a little while ago i have a similar thread here about the speed of my sites. If you need help though you can icq me 494886007

did you buy pretty link pro?

tonyparra 09-29-2009 08:08 AM

Quote:

Originally Posted by fris (Post 16366989)
did you buy pretty link pro?

yes i did i have it running on a few sites, for example it is much better to use www.latinavideoz.com/vid/miamis-juiciest or www.blackvideoz.com/vid/premium-black-videos you will surfers start to type that in plus you can track, cloak, and even add a prettybar ( frame in header with possible link back to your site or ads ) do a/b tracking etc. The one great thing about this plugin is it it updated constantly, and they will add features if they make sense for everyone. See sig.:thumbsup

fris 09-29-2009 09:21 AM

Quote:

Originally Posted by tonyparra (Post 16370283)
yes i did i have it running on a few sites, for example it is much better to use www.latinavideoz.com/vid/miamis-juiciest or www.blackvideoz.com/vid/premium-black-videos you will surfers start to type that in plus you can track, cloak, and even add a prettybar ( frame in header with possible link back to your site or ads ) do a/b tracking etc. The one great thing about this plugin is it it updated constantly, and they will add features if they make sense for everyone. See sig.:thumbsup

ya was just curious, I alredy own the unlimited liscense.

TTiger 10-08-2009 01:14 PM

iv something somewhere eating my server. yesterday it was nice and a loading was under 7 second then today speed suck :(


All times are GMT -7. The time now is 01:12 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123