2
votes
PHP Optimization Tips
To sum things up...
Don't worry about optimization until you actually run into a bottleneck. Premature optimization will just introduce bugs and make the code harder to maintain. …
