Comments on: 50+ PHP optimisation tips revisited https://hm2k.org/posts/50-php-optimisation-tips-revisited Research and development Thu, 06 Dec 2012 00:04:35 +0000 hourly 1 https://wordpress.org/?v=5.5.1 By: Juan Mendes https://hm2k.org/posts/50-php-optimisation-tips-revisited/comment-page-1#comment-519066 Thu, 06 Dec 2012 00:04:35 +0000 http://www.hm2k.com/?p=178#comment-519066 You should change the title of the post to “50 premature optimization techniques”. Joking aside, It’s fine to mention these, but you should make it clear that most of these techniques don’t yield real measurable improvements in code (unless the code is crafted for one of these rules).

]]>
By: Peter Smith https://hm2k.org/posts/50-php-optimisation-tips-revisited/comment-page-1#comment-362618 Fri, 09 Mar 2012 23:25:36 +0000 http://www.hm2k.com/?p=178#comment-362618 A lot of these tips result in an insignificant increase in performance: 1, 2, and 4 are prime examples (not sure about 3; 5 is actually a good tip). In fact, tip 1 isn’t even always true – sometimes the opposite holds.

You might say that any increase is better than nothing, but I’d say it’s just distracting away from more important performance aspects.

Trim this list down to 10, and you’ve got a good list.

]]>
By: Dre https://hm2k.org/posts/50-php-optimisation-tips-revisited/comment-page-1#comment-340103 Tue, 10 Jan 2012 14:55:14 +0000 http://www.hm2k.com/?p=178#comment-340103 great list … thanks a bunch for taking the time to write it down.. saves months.. years of bumping into issues for a programmer..

keep it up!

]]>
By: deepak https://hm2k.org/posts/50-php-optimisation-tips-revisited/comment-page-1#comment-315028 Fri, 04 Nov 2011 10:31:23 +0000 http://www.hm2k.com/?p=178#comment-315028 gr8 one 🙂

]]>
By: djtechwork https://hm2k.org/posts/50-php-optimisation-tips-revisited/comment-page-1#comment-310822 Thu, 20 Oct 2011 04:30:18 +0000 http://www.hm2k.com/?p=178#comment-310822 A very complete tips. The citation makes it greater..
Thanks. It’s very useful for beginner like me

]]>
By: Sadek https://hm2k.org/posts/50-php-optimisation-tips-revisited/comment-page-1#comment-306542 Thu, 22 Sep 2011 21:25:45 +0000 http://www.hm2k.com/?p=178#comment-306542 Great list. Good work. Some of your suggestions, such as $i++ vs ++$i are probably not relevant for most web sites, but it’s nice to know.

I hate nitpickers, too bad that I am one of them today.
Source: http://www.btips.net/2011/09/how-to-show-post-excerpt-in-wordpress-blog/

]]>
By: DaiLaughing https://hm2k.org/posts/50-php-optimisation-tips-revisited/comment-page-1#comment-294786 Mon, 13 Jun 2011 11:37:48 +0000 http://www.hm2k.com/?p=178#comment-294786 Point 2 is directly contradicted by the author’s citation for point 3 and that source doesn’t even mention sprintf. Badly investigated and misleading – keep clear.

]]>
By: Hosting Best https://hm2k.org/posts/50-php-optimisation-tips-revisited/comment-page-1#comment-290434 Tue, 10 May 2011 15:08:15 +0000 http://www.hm2k.com/?p=178#comment-290434 Have bookmarked this page for use while PHP’ing, thanks for putting these tips on one page

]]>
By: HM2K.com » Premature optimization is the root of all evil https://hm2k.org/posts/50-php-optimisation-tips-revisited/comment-page-1#comment-277895 Tue, 22 Feb 2011 20:57:40 +0000 http://www.hm2k.com/?p=178#comment-277895 […] loads of ways you can optimize your PHP code, however they are probably NOT the answer to your performance […]

]]>
By: Les 52 commandements du dĂ©veloppeur PHP… « L'antre du bricolo… https://hm2k.org/posts/50-php-optimisation-tips-revisited/comment-page-1#comment-276101 Thu, 17 Feb 2011 00:06:06 +0000 http://www.hm2k.com/?p=178#comment-276101 […] commandements sont une traduction du billet de chez HM2K que j’ai jugĂ© très intĂ©ressant et que je souhaite faire partager aux dĂ©veloppeurs non […]

]]>