Posts: 395308 Topics: 16164 LOGIN

Home >> Computers Hardware&Software >> Speed of the website

30.12.2007, 19:09 quote

geekyscotty

Just out of curiosity is anyone else having problems with the speed Flirtbox.co.uk & .net are loading??? I know its been mentioned that Yahoo Slurp! seems to be having a bit of a crap affect on the site load times, but wasn't sure if that issue had been sorted.

 

30.12.2007, 22:53 quote

Chet24
Chet24 Joined: 20 Mar 2007 Posts: 11902 Location: United Kingdom, England, London
View user's profile Visit poster's website

I've plenty of problems today, I usually just give up after a bit Sad
_________________
It's always times like these,
When I think of you And I wonder,
If you ever think of me?

 

30.12.2007, 23:18 quote

Anonymous

It was:

- another bot crawling the website
- then a database table was broken
- after that the ip_conntrack_max was too low and had to be increased
- then another datebase table was broken again
- the database cache size had then to be decreased as there was not enough memory in the temp dir to repair tables
- ...while apache had problems as I had to start the server again and StartServers was set too low so it stalled.

so lot's of fun....I need to outsource the webhosting some day - too much trouble.

 

30.12.2007, 23:27 quote

geekyscotty

haha. classy database problems. one of the many reasons i stay far, far away from them. Smile

 

31.12.2007, 00:55 quote

Cazzabee
Cazzabee Joined: 05 Jan 2006 Posts: 7257 Location: United Kingdom, Scotland, Fife
View user's profile Visit poster's website

Toby

The site (both the dating and forum) are getting to the stage where they are slow all the time. Doesnt seem to be a one time problem to me. Its an absolute nightmare on here quite a lot these days. DOnt think the snow has helped matters either Very Happy

 

31.12.2007, 02:04 quote

geekyscotty

i'm thinking, either problem with apache cache, the actual physical server, or servers connection to the tinternets

 

31.12.2007, 09:42 quote

Anonymous

Cazzabee wrote:
DOnt think the snow has helped matters either Very Happy


I found the snowflake script to be quite processor intensive and just disabled javascript in my browser, which helped a bit.

 

31.12.2007, 13:52 quote

kizz

Thanks Stu Smile I disabled javascript and its loading much better now.

 

31.12.2007, 14:53 quote

Anonymous

kizz wrote:
Thanks Stu Smile I disabled javascript and its loading much better now.


(I just noticed this post from Kizz and my heart rate has speeded up )

Disabling javascript *might* also mean that other aspects of the site might not work, although I think most of the javascript features are Google-related (probably not the forum though, as I can't see any other scripts that rely on javascript). Toby could probably shed more light on on how disabling javascript in the browser would affect using the site.

Edit: The back and forwards buttons for the photos on the profile pages rely on javascript too, I think the jump menus do as well (e.g. location menu in the Last Seen bit)

 

01.01.2008, 18:29 quote

Anonymous

Javascript is just on the client side - the problem is on the server side.

Mainly, it is the database at the moment as some queries damage tables once in a while (a mysql bug)...and I have not identified the queries yet.

 

01.01.2008, 19:28 quote

Anonymous

I realise that the javascript is client side and has nothing to do with the current problems, but I did find that disabling javascript helped a little with the general loading speed of the forum (not so much the web site). To be honest, sometimes I even disable images when I visit the forum, just to get the forum to load a bit faster when it is slow......everything helps Very Happy

 

02.01.2008, 09:45 quote

Hugglies
Hugglies Joined: 21 Aug 2006 Posts: 2472 Location: United Kingdom, England, London
View user's profile Visit poster's website

Have to admit that the speed of the site ( or lack of it) is one of the reasons i haven't been about so much.......pages take forever to load....jumping between topics takes an eternity. even posting on here my machine 'times out' grrrrrrrrr....can be very frustrating Sad
_________________
A Hug is A Great Gift
xXx One Size Fits All! xXx

http://www.myspace.com/xxxhugzxxx

 

02.01.2008, 20:23 quote

beddo
beddo Joined: 15 Oct 2006 Posts: 308 Location: United Kingdom, England, Merseyside
View user's profile Visit poster's website

I don't come on so much because I have to start a page loading and then I go do something and forget about it for a while Smile

Sometimes it just doesn't load at all! I'd offer my help as a php/mysql developer but I don't know what I'd be able to do that you couldn't do already..

 

02.01.2008, 21:53 quote

Anonymous

bizarrely i have been able to login from home without resorting to proxies, havent been able to do that for about 6 weeks.

 

04.01.2008, 08:37 quote

Anonymous

beddo wrote:
I don't come on so much because I have to start a page loading and then I go do something and forget about it for a while Smile

Sometimes it just doesn't load at all! I'd offer my help as a php/mysql developer but I don't know what I'd be able to do that you couldn't do already..


The main problem is currently that some MySQL queries crash the database tables....then MySQL repairs them in the background the the website gets really slow as MySQL uses a Ramdisk as the tmp directory. Without a ramdisk MySQL would be too slow....but with one, the memory is a problem if tables crash. I have not found an easy way to identify those queries yet.

Another problem is that exim4 sometimes blocks port 80....maybe because PHP sends a mail and then the Apache process dies...and strangely the only process still occupying port 80 after a "killall -9 apache2" is exim4 which is only supposed to block port 25.

 
 
Jump to:

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum