News Feed
Jobs Feed
Sections




News Archive
ImproveSpeed.info:
How to Optimize WordPress .htaccess File
January 21, 2010 @ 10:52:13

From the ImproveSpeed.info blog there's a recent post about a quick way you can speed up your WordPress site (especially one that gets a higher load) by making some modifications to your .htaccess file.

It is known the importance of the page loading speed over the traffic of your blog. Recently there were a lot of discussions and probably the page loading speed will become an important SEO factor for google and other search engines. The main problem with the existing .htaccess file is that the RewriteCond directives checks the existence of a file on disk when it is not really required. Each access to disk increase the page loading time.

They show how to take the stock .htaccess configuration and modify it (still using mod_rewrite rules) to get a bit more fine-grained in the filtering of how requests are handled, things like having the index.php requests are forwarded automatically on or not caring about images or CSS.

0 comments voice your opinion now!
wordpress performance htaccess modrewrite


blog comments powered by Disqus

Similar Posts

Secunia.com: WordPress myGallery Plugin "myPath" File Inclusion

Enrise Blog: Zend Framework 2 Performance

Melvin Rivera's Blog: Approving comments outside WordPress

SeeIT.com: The include() include_once() performance debate

Alex Mills' Blog: Why WordPress Doesn't Have Built-In Persistent Caching


Community Events











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


phpunit interview podcast zendframework2 series release composer introduction testing example code development language opinion framework functional database api unittest community

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