Blog Archives
We are getting to the end of this series of performance tips and the most used performance tool could not be left out. We previously talked about loops, data structures, memory management, and even why we don’t consider that premature optimization is the root of all problem. So lets get down to business and start taking of [...]
It’s very common listening among php developers that premature optimization is the root of all evil. And in certain point makes some little sense. However, implementing good practices and having a good understanding of the language programming makes the difference between a standard developer and a good one. Why then don’t try to learn and write optimized [...]
Continuing with php performance tips post series I started last week, today I gonna talk about one of those things that directly impact into the performance of a PHP script specially when using frameworks When using frameworks we usually see how easy and practical is adding useful functions and attributes to the controllers and/or to the models [...]
Performance is a constant issue in applications built with PHP. Since php is an interpreted scripting lengaguage it’s not as optimized as it could be, and thing does not end here. Most frameworks in the market offers a bunch of features that helps programmer doing the job. However this is usally translated into lacks of [...]
Recent Comments