spiceman
02-06-2010, 12:45 PM
Here's the scenario... my pogrammer developed a simple listing page of artists names that has pagination... then he developed another listing page that has CD Names.... both pages have 5000 records
However, one page loads much slower than the other ... the slower page does have a few more joins but not joins on big tables...
Is there ANYWAY to step through via a debug mode how the PHP/MYSQL is executed and determine which statement, query or table is not optimized?
The fast page loads in 2sec... the other page loads in 12sec... its a huge difference when ppl get impatient and keep on clicking refresh
thanks in advance... pls point me in right direction if this is not the proper forum..
However, one page loads much slower than the other ... the slower page does have a few more joins but not joins on big tables...
Is there ANYWAY to step through via a debug mode how the PHP/MYSQL is executed and determine which statement, query or table is not optimized?
The fast page loads in 2sec... the other page loads in 12sec... its a huge difference when ppl get impatient and keep on clicking refresh
thanks in advance... pls point me in right direction if this is not the proper forum..
