How to improve Apache httpd performance with mod_cache - caching dynamic content
Twenty things you didn't know you could do with your apache web server caching.
You know that part of your website that you never update? Sure, it's "dynamic"--the content rests in a database and gets loaded with every request--but you haven't updated it since last Christmas. Yet every time someone loads that page, it hits the database, and it's slow.
One thing you may not have known about your Apache web server is that it can fix that problem for you. Content that never changes shouldn't require CPU cycles to generate.
mod_cache has been around for a while, but there are some new features in it that can help you make better use of your server's resources. Although people have traditionally used the caching capabilities of mod_cache with proxied content, that isn't its only feature. You can also cache your dynamic content and serve it as rapidly as on-disk files.
Other options are:
- Speed up Apache 2.0 web access or downloads with mod_deflate
- Enable the query cache in MySQL to improve performance
Caching Dynamic Content with Apache httpd [onlamp.com]
Want to stay up to date with the latest Linux tips, news and announcements? Subscribe to our free e-mail newsletter or RSS feed to get all updates.
You can Email this page to a friend.
You may also be interested in other helpful articles:
- Apache mod_perl tuning howto documentation
- How does query caching in MySQL works and how to find find out my MySQL query cache is working or not?
- How to optimize a web page for faster and better experience
- Howto: Apache adding new modules
- Apache give each user their own cgi-bin directory
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!


Recent Comments
Today ~ 10 Comments
Today ~ 3 Comments
Today ~ 7 Comments
Today ~ 4 Comments
Today ~ 8 Comments