GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Webmaster Q & Fuckin' A (https://gfy.com/forumdisplay.php?f=27)
-   -   Site too Slow? (https://gfy.com/showthread.php?t=1080698)

Kostly 09-07-2012 09:40 AM

Site too Slow?
 
I was wondering if My Site http://slipperyonion.com is frustrating to use because its too slow? I can't really ask My users but at times sometimes its upto 4 seconds before the first bite is received.

Its on shared hosting, and I don't really want to spend the money on VPS, but if it increases my google ratings and my retention rate I would be willing to upgrade:(

What do you all think?

RachelBlackG 09-07-2012 11:24 AM

It's seems ok to me. My site takes to load 8,5 sec according to webmaster tools.

Colo_bitch 09-07-2012 03:05 PM

Quote:

Originally Posted by Kostly (Post 19175668)
I was wondering if My Site http://slipperyonion.com is frustrating to use because its too slow? I can't really ask My users but at times sometimes its upto 4 seconds before the first bite is received.

Its on shared hosting, and I don't really want to spend the money on VPS, but if it increases my google ratings and my retention rate I would be willing to upgrade:(

What do you all think?

Sometimes the juice is worth the squeeze to speed it up a little. Would love to help you out [email protected] skype melissa.critical

Colo_bitch 09-07-2012 03:20 PM

Hit me up! I will move your sites for you and all of that jazz!

Skype: critical.net
AIM: NJesterIII

or just email melissa (@) critical.net
__________________

3xmedia 09-08-2012 01:08 AM

shared hosting sucks

Presnus 09-08-2012 02:30 AM

Setup a good VPS like linode.com or use hosted solutions (check my sig)

Chosen 09-08-2012 05:45 AM

Fast for me :pimp

porkbrothersdotnet 09-08-2012 07:46 PM

If you have a dedicated server or a vps with ssh access run this test from you command line.
ab -n 1000 -c 2 http://www.yousite.com/

Look for ?Request per second?

Run it a couple of times to get a benchmark of where you are at.

If you have shared hosting go here.
http://tools.pingdom.com/fpt/

This site will breakdown where the bottle necks are. Once you find out that info you can then systematically make improvements in that area. Use a search engine to find that info. I had to add a php-accelerator., mysql query cache, server cache and some cache control to my .htaccess file

Add this to you .htaccess file
# 480 weeks
<filesMatch "\.(ico|flv|pdf|jpg|jpeg|png|gif|js|css|swf)$" >
Header set Cache-Control "max-age=290304000, public"
</filesMatch>

# 2 DAYS
<filesMatch "\.(xml|txt)$">
Header set Cache-Control "max-age=172800, public, must-revalidate"
</filesMatch>

# 2 HOURS
<filesMatch "\.(php|html)$">
Header set Cache-Control "max-age=7200, must-revalidate"
AddDefaultCharset UTF-8
</filesMatch>

Restart your server or if you on shared hosting ask them to restart you and re-do your test.

Also if you have access to your php.ini check to see if you have the mod_deflate modul.

Good Luck

xp-ViT 09-09-2012 04:34 AM

http://site-perf.com/cgi-bin/show.cgi?id=thi9wUPNtt2

Not really fast :(

BigBossBrother 09-09-2012 05:46 AM

Fast for me too :winkwink:

xxxtubers 09-09-2012 12:19 PM

Super fast for me, I think my site is much slower and I have VPS

maylow 09-10-2012 08:47 AM

Quite the medium speed, opens completely with a rough 2-3 seconds. You shouldn't sweat much with that speed, tho' VPS or dedicated is always way better than shared.

JesseQuinn 09-11-2012 12:51 AM

I actually like your site alot. The pages do load a tiny bit slowly, but due to the way you have your site designed, there's lots of things to look at in the few seconds it takes for the new page to load. I haven't had a page load on your site take more than 3 seconds. I can't imagine the speed would dissuade anyone who's actually interested in the sorts of pics your site offers.

The only thing I find slow about your site is the 'add tags' section when uploading pics, and that's a minuscule annoyance at best:)

As a viewer, I don't see a problem at all. Your site has some seriously gorgeous photography. 3 seconds (or four, if that's what your stats are showing) shouldn't be a big deal.

CyberZygote 09-11-2012 01:36 AM

check ur site using gtmetrix.com and follow their suggestion, i just check ur site grade is on C grade

alex.missyouth 09-11-2012 01:16 PM

fast here

SatansCandy 09-11-2012 08:02 PM

Soon to be Dead slow...permanent extinction.

"Having eyes filled with lust that cannot cease from sin. Cursed children" - 2 Peter

hapheus 09-12-2012 12:42 AM

It seems that your script processing time is the problem.
Have you tried to enable caching in your cms?
I also mentioned that you are not using browser caching for your images, js and css files.

To enable this you can try to add this to your .htaccess:
# cache images/pdf docs for 10 days
<FilesMatch "\.(ico|jpg|jpeg|png|gif|js|css)$">
Header set Cache-Control "max-age=864000, public, must-revalidate"
Header unset Last-Modified
</FilesMatch>

Spunky 09-12-2012 07:43 AM

It's seemed ok to me, could be improved but not all that bad


All times are GMT -7. The time now is 09:55 PM.

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