|
JSLabs Blog: 5 tips for creating high performance web apps |
In this new post, Justin Silverton shares a few helpful hints for creating high performance applications in PHP:use multi resultset queries to your database rather than many small onespage/object cachinggzip compressiontune your web serverDon't save performance testing for the end of the projectEach of the items has explanation and links to more details on them (including links to three difference object caching applications ion cube, alternative PHP cache, turck MMCache). |