Web Hosting Talk







View Full Version : How slow is my script?


d_l0rd
06-04-2004, 01:35 AM
I have been coding on a community for a while and now it is finished. Is there a way to find out how much memory it takes to run it and also calculate what equipment I need to run it?

d_l0rd
06-04-2004, 05:01 AM
What I need to know is how much CPU and RAM my script uses and some way to calculate how fast server I need to be able to host it.

utsn
06-04-2004, 11:32 AM
Use the search feature and look at the CPU load.

I guess, it all depends of the traffic of your site. Even if your script is horribly slow, if you have 100 unique a day. It shouldnt be bad.

d_l0rd
06-04-2004, 11:42 AM
Search feature?

I have tried Zend to find heavy processes, anyone else used this?

azizny
06-04-2004, 03:12 PM
you can also see how efficenet your program will run by just looking at the code..