Page 1 of 1

Need some help here...

Posted: Wed Apr 23, 2003 9:37 pm
by ewan_coh
can someone give me some tips on how to speed up the loading time of my script. im currently working on a forum and everytime i load it, it always took a minute or two to load.

by the way, i used macromedia dreamweaver mx on working on forum script.

tnx.

Posted: Wed Apr 23, 2003 11:15 pm
by m3mn0n
How many lines in the script? How many querys does your script run? Do you have the Zend Optimizer? How quick (ram/processor) of a server do you have?

Posted: Thu Apr 24, 2003 6:51 am
by []InTeR[]
The most time in my scripts is time to transfer thing to and from my database server.

Keep query's limited, let the database server do the most proccesing of the data. And only select what you need.

And also a good indexes on the database will help