Commanding Chaos for Coworking, Open Source and Creative Communities

nginx

Cache Warmer | Drupal.org

Thu, 06/25/2015 - 07:20 -- rprice

cache_warmer is a drush command that hits a set of URIs of a drupal site based on the freshness of the content. The main purpose is to offer a complete setup for running a mostly cached drupal site without having to deal with expiration logic and instead use microcaching. Dealing with the expiration logic is messy and inefficient it requires additional work, be it from the drupal side of things, be it from the external cache side. Microcaching can be used with any type of site. Be it your portfolio or personal blog or a high traffic news site.

drupaleasypodcast
performance
cache
nginx
drush

WordPress

Wed, 04/04/2012 - 05:39 -- rprice

There are many ways to declare your locations in your configuration that allow you to do basically whatever you want with your URLs. Usually, people want to have "pretty" URLs that hide the query strings and script files. Here are a few different strategies based on different goals. Here we are defining locations that should be used to replace the basic locations above in order to achieve the desired results.

server
Wordpress
nginx
Subscribe to RSS - nginx