News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Dave Dash's Blog:
symfony and the .htaccess file
August 16, 2007 @ 15:14:00

Dave Dash has another performance tip for Symfony users involving a simple change involving your .htaccess file.

One performance boost that can be garnered from a symfony app (or any app for that matter) is disabling .htaccess. .htaccess does not need to be parsed on each visit to your app. Disabling .htaccess is trivial in your VirtualHost or another relevant part of your apache configuration place.

The information (like routing rules) that was inside of the .htaccess is then moved back into the VirtualHost inside the Apache configuration to make for less files the Apache instance needs to open to get its job done.

0 comments voice your opinion now!
symfony framework htaccess file virtualhost symfony framework htaccess file virtualhost



Similar Posts

Felix Geisendörfer's Blog: Make printing easy, using a PrintController

php|architect: Introduction to Solar

H3rald.com: Rails-inspired PHP frameworks

Richard Davey\'s Blog: Will the Zend Framework save PHP?

Community News: Symfony Turns One


Community Events







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


cakephp database mysql application framework ajax job developer releases PHP5 zend release code zendframework package book PEAR conference example security

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