Skip to content
Cameron edited this page Jan 28, 2017 · 1 revision

title: Cache permalink: /Cache/

e107 » Admin Area » Settings » Cache

To help improve system response and minimise bandwidth usage, e107 has a built in Cache system. The results of a query are held in a temporary file for re-use rather than constantly looking up the results from the database.

To access the Cache system settings, login to your e107 Admin Area, choose Settings and Cache.

TIP: When making major changes to your system, to see the changes instantly, clear and disable the cache before you start your work. RE-enable the cache when you are done.

Caching

If you have caching turned on it will vastly improve speed on your site and minimise the number of calls to the sql database.

IMPORTANT! If you are making your own theme turn caching off otherwise any changes you make will not be reflected immediately.

Cache Management Settings

Content Cache: Currently contains 1 file

Content cache contains page rendered content. This includes any content (html) that you see rendered on your site.

  • Enabled
  • Disabled

System Cache: Currently contains 5 files

System cache contains system config information. This includes site pref, currently active menus, etc. No actual content will be contained here.

  • Enabled
  • Disabled

DB Structure Cache: Currently contains 11 files

Database Structure cache contains system information about database tables structure, needed by various core routines. No actual content will be contained here.

  • Enabled

Thumbnail cache: Currently contains 1 file

Thumbnail cache files contains binary image data. They are there to save a lot of server CPU work.

  • Enabled

Save Settings

Click Set cache status to save your settings.

Clearing Cache Content

Choose from the drop down list and click Delete.

  • Empty All Cache
  • Empty Content Cache
  • Empty System Cache
  • Empty DB Structure Cache
  • Empty Thumbnail Cache

More

See :Category:Cache for all documentation relating to the e107 Cache System.

Category:User Guide Category:Admin Category:Settings Category:Cache Category:SEO Category:WhatsNew

Clone this wiki locally