News Feed
Jobs Feed
Sections




News Archive
P'unk Avenue Blog:
Faster, PHP! Kill! Kill!
March 17, 2010 @ 16:36:30

On the P'unk Avenue blog there's a recent post from Tom Boutell looking at optimizing PHP applications and how you can cope with the possibility of "Serious Traffic" that might come your way.

PHP is easy...as programming languages go, that is. You can build sites in a real hurry. [...] Still, sooner or later success catches up with you and you want your site to cope with Serious Traffic...or cope with moderate traffic on a cheap virtual machine...or at the very least, not be dog-slow with just a handful of users on the system.

He mentions things that can slow down the application (like timeouts on web server connections or not optimizing the site with a "thin" server for non-PHP requests). He mentions the alternative PHP cache (APC) as one possible way to help, some tips on making your Apache server more efficient and pushing those lighter requests off to a smaller, built-for-speed server using FastCGI.

0 comments voice your opinion now!
optimization fastcgi apc apache request


blog comments powered by Disqus

Similar Posts

Pierre-Alain Joye's Blog: Little reminder about PHP references and some thoughts about FUDs

phpRiot.com: Creating search engine friendly URLs in PHP

ONLamp.com: Developing Web Services Using PHP

PHPClasses.org: Accelerate Web Pages Automatically using Google Mod_PageSpeed

PHPRiot.com: Monitoring File Uploads using Ajax and PHP


Community Events











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


zendframework2 introduction database rest podcast language opinion testing phpunit functional conference development community release framework symfony2 usergroup series unittest interview

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