User Tools

Site Tools


Sidebar

admin_menu:site_setup:cache:start

This is an old revision of the document!


Cache

The Geo Cache system will cache data, and module output, in cache files. Using the cache system will greatly reduce the amount of data that is retrieved from the database, resulting in faster page loads and less strain on the database server.

Important Notes:

  • If you make changes in the admin and they do not seem to take effect, try clearing the cache.
  • The cache is created as it is needed. For instance, a template won't be cached until a page that uses the template is viewed on the client side for the first time.
  • More controls to fine tune how the cache system works is planned for future release, as is needed to meet demand, but for now you can only turn on or off the cache system. If you are brave enough, you can try editing the settings file _geocache/_cacheSettings.php, but doing so is not supported.

Section Cache Stats:

This section lists information about the file caching system. If you have it turned on, it will list the number items that have been cached so far.

Cache Controls:

Clear All Cache

Removes all cache items

Clear Output Cache

Removes any cache items that caches the "end product" of what is displayed on the end user's computer.

Clear Data Cache

Removes any cache items that caches things based on raw data that is stored in the database.

Section General Settings:

Turning on the cache system should significantly speed up high-traffic sites, since it eliminates the need to retrieve certain data from the database, instead being able to retrieve the information from the cache files.

Cache System: On or Off:

Turning on activates the cache system.

If you turn the cache system on, but when the page refreshes it goes back to off, you may need to CHMOD 777 the directory _geoCache/ in order to use the cache system.

More "advanced" settings to control how the cache system work are planned for future releases. At this time, however, the only available setting is to turn the cached system on or off.

admin_menu/site_setup/cache/start.1236614868.txt.gz · Last modified: 2014/09/25 16:55 (external edit)