News Feed
Jobs Feed
Sections




News Archive
Arun Gandhi's Blog:
15 methods to speed up PHP based website's performance
June 25, 2010 @ 09:31:27

On his blog today Arun Gandhi has posted an "all in one place" list of technology that you can use to help speed up your site overall without too much effort on your part.

PHP is great for writing quick dynamic stuff for your website. Just a couple of lines of code can be written in 2 mins to insert or retrieve data from db. But with ease there is also some pain… the downside is that each request for a dynamic page can trigger multiple db queries, processing of output, and finally formatting to display on browser. This process can eventually be slow on larger sites or slower servers.

There's lots of options here for all different levels of the code - opcode caching to speed up repetitive operations, data caching at the PHP layer, caching plugins and template caching.

0 comments voice your opinion now!
website performance opcode template cache plugin


blog comments powered by Disqus

Similar Posts

ServerGrove Blog: Interesting symfony plugins: sfBehatPlugin

Tobias Schlitt's Blog: PHP Documentor for VIM documented

Zend Developer Zone: Caching of Zend Framework application configuration file

O\'Reilly: Digg PHP\'s Scalability and Performance

Dave Dash's Blog: Using sfDoctrine to match allowed email domains


Community Events









Don't see your event here?
Let us know!


unittest tool framework event development code example language composer opinion release interview zendframework2 community api podcast introduction testing functional object

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework