Can we build PHP 5 Class?
Moderator: General Moderators
- superdezign
- DevNet Master
- Posts: 4135
- Joined: Sat Jan 20, 2007 11:06 pm
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
That is an excellent observation. I can't think of the last time that the script itself was causing slowness. It's always some connection to another server/application that needs to be dealt with.superdezign wrote:I've never had a slow running PHP script before. The closest to that was too much database interaction. There's probably a cause other than PHP if it's running slow (unless you've got a lot of long loops and function calls).
(#10850)