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




Community Events





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


podcast symfony2 phpunit language framework database series interview api introduction conference community development opinion release unittest test component custom application

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