Slow dynamicaly created pages.
Posted: Tue Jun 24, 2003 6:23 am
Hello,
I have recently designed an intranet(PHP) that relies heavily on mysql databases.
At some stages there are 3 pages being simultaneously dynamically created from a DB and then displayed in iframe’s. This causes the main page to load in any thing from 2 to 9 seconds.
If have recently re-written all my select statements and have started to include “mysql_Close()” after all selects are made.
I imagine the slowness is caused by having 3 select statements hit the server at once.
Is there any way I can improve on the loading speed or is there some tweaks I can make to the server?
I have recently designed an intranet(PHP) that relies heavily on mysql databases.
At some stages there are 3 pages being simultaneously dynamically created from a DB and then displayed in iframe’s. This causes the main page to load in any thing from 2 to 9 seconds.
If have recently re-written all my select statements and have started to include “mysql_Close()” after all selects are made.
I imagine the slowness is caused by having 3 select statements hit the server at once.
Is there any way I can improve on the loading speed or is there some tweaks I can make to the server?