FF playing up?

Currently reading:
FF playing up?

Hangs for over an minute then lies. :mad:

Page generated in 22.835 seconds (0.65% PHP - 99.35% MySQL) with 14 queries

When you have to wait ages for the page, then it comes back with a low number of seconds - this is a PHP hang and what I'm still trying to resolve.

Maybe try reading Ben's posts :p
 
Did you try other sites during that time?

Yes, got bored of waiting so I checked my email, left a message for a friend on Facebook and read my messages on another forum. All without a problem.

Maybe try reading Ben's posts :p

I did, doesn't stop it being annoying though does it?
 
Last edited:
Just been sorting out the missus's ebooks and stubbled accross a PDF document of interest, "PHP and MYSQL Bible".

This seems like an appropriate thread to attach it to. :devil: :p
 

Attachments

  • PHP and MYSQL Bible.pdf
    16.5 MB · Views: 66
Last edited:
Glad its of use to someone, I had a quick read, but it ment nothing to me so just filed it with the others. Stumbled accross it again earlier while loading a few more books onto the missus's Kindle.

By the way this is the worst hang I've had all day.

Page generated in 13.490 seconds (-88.23% PHP - 188.23% MySQL) with 19 queries

Much better.
 
Last edited:
And we have a winner ....

# Query_time: 63.625000 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 31940539
SET timestamp=1326394302;
SELECT gi.attach_id, gi.attach_thumb_location, guv.* FROM vb_garage_user_vehicle guv LEFT JOIN vb_garage_images gi ON guv.vehicle_id = gi.vehicle_id WHERE guv.active = '1' ORDER BY guv.vehicle_id DESC LIMIT 1;
# Time: 120112 18:51:46

:eek: What the **** .... how badly optimised is that query?!?!

And that ladies and gentlemen, is what's been screwing us over for the last god knows how long ....!
 
Back
Top