How many include/reuire , and its effect on PHP script speed

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Post by Christopher »

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)
Arawn
Forum Commoner
Posts: 42
Joined: Sat May 05, 2007 6:03 am

Post by Arawn »

timvw wrote:As others already posted: It was not my intention to write someone off...
My apologies for misunderstanding you.
Post Reply