FF playing up?

Currently reading:
FF playing up?

There was a lock up just then - however I've limited the amount of processes that can spawn, so it unlocked quicker. :chin:

Just as I posted lol!


Ok - to help with debugging a bit - from now, if a page hangs (and you come here to report it) - please post the "Page generated in ..." time which can be found in the footer (in light grey).

If this number is low (sub 1 second - unless you're on the main page when 1.3 is ok) - then we know for sure it's not a DB/system overload issue.

To be honest, I think we know this anyway - but best to double check.

Okay.(y)

Dom
 
:(

Just had two hangs.

Grumpy thread - "Page generated in 41.856 seconds (0.68% PHP - 99.32% MySQL) with 43 queries"

Smile thread - "Page generated in 43.530 seconds (0.80% PHP - 99.20% MySQL) with 20 queries"

Dom
 
Ok - to help with debugging a bit - from now, if a page hangs (and you come here to report it) - please post the "Page generated in ..." time which can be found in the footer (in light grey).

If this number is low (sub 1 second - unless you're on the main page when 1.3 is ok) - then we know for sure it's not a DB/system overload issue.

To be honest, I think we know this anyway - but best to double check.

Hey Dom how you get that time info?

(y)

Dom
 
:(

Just had two hangs.

Grumpy thread - "Page generated in 41.856 seconds (0.68% PHP - 99.32% MySQL) with 43 queries"

Smile thread - "Page generated in 43.530 seconds (0.80% PHP - 99.20% MySQL) with 20 queries"

Dom
Thanks Dom - that's really useful.

That's probably due to table locking going on which halts those threads. They are pretty massive now actually aren't they? Might look at locking them and starting (or at least splitting of the last X posts to start the new one).

What is interesting, is it could be that during those 46 seconds, other people were getting locked as well (so it would show up as a hang).

So far then, it looks like we've solved 75% of the problem, with just 25% to go.

My next port of call is investigating the FastCGI module itself and see if there is anything that can be done there (y)
 
Thanks Dom - that's really useful.

That's probably due to table locking going on which halts those threads. They are pretty massive now actually aren't they? Might look at locking them and starting (or at least splitting of the last X posts to start the new one).

What is interesting, is it could be that during those 46 seconds, other people were getting locked as well (so it would show up as a hang).

So far then, it looks like we've solved 75% of the problem, with just 25% to go.

My next port of call is investigating the FastCGI module itself and see if there is anything that can be done there (y)

No problem, that would make sense as it's possibly trying to load the whole thread.

Dom
 
Done - let's see if that makes a difference (how ironic it would be if the "What made you happy today thread" was actually what was making everyone grumpy today ... haha)

:ROFLMAO: It did me when I was waiting! I am doing 30 billion other things at the same time so I don't mind so much.:p

Dom
 
Back
Top