How many include/reuire , and its effect on PHP script speed
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Tim is spot on. If you read the article you will notice that the main thing you can to to improve the performance of you web applications is to improve the speed of your database queries. That fact is usually unknown to new programmers who read this or that about certain language constructs alleged evils.
(#10850)