Website review: Best of Open Source and Social Medi...
jasontmartinez27 discovered this in PHP
•9 reviews since Oct 31, 2007
php
•openjason.com/2007/10/31/43-ways-to-optimize-...
People who like this website

- covenofone
California

- Rotensu
California

- boardinsnowman
San Jose

- msnbc34
Chandler

- dustinboston
Gilbert

- chillami
Eagle Mountain

- andymushu
Colorado

- Staplesauce
Seattle

- rzebram
Centennial

- chadmckenna
Parker
StumbleUpon is the best way to discover great web sites, videos, photos, blogs and more - based on your interests.
Everything is submitted and rated by the community. Discover, share and review the best of the web!
Reviews of this website

jasontmartinez27 discovered 8 months ago- Great resource for PHP'ers

veza rated 4 months ago- From the page: "A PHP script will be served at least 2-10 times slower than a static HTML page by Apache. Try to use more static HTML pages and fewer scripts." hehee.. good advice ;)

zonalnet rated 8 months ago- Copy and paste from another site. Stats listed without any hard data... useless tips.

BigLeon rated 8 months ago- kind of repetative at times, but I'm thumbing it up

Rychard rated 8 months ago- If you code in PHP, give this a look-over. Explains numerous ways to improve script processing time.

ben174 rated 8 months ago- Some php optimization techniques I'd never heard.

malfist rated 8 months ago- From the page: "If a method can be static, declare it static. Speed improvement is by a factor of 4."
No need to read any further.- From the page: "If a method can be static, declare it static. Speed improvement is by a factor of 4."

smocking rated 8 months ago- This is almost cargo cult programming. Want to optimize your code? Guess what? Try getting a clue and find out what you're doing instead of coding from cookbooks. Or at least don't code from cookbooks that suck.

dirtbagbubble rated 8 months ago- From the page: "It's better to use select statements than multi if, else if, statements." That should read "switch statements". However, the optimization tips are good.