-
-
Notifications
You must be signed in to change notification settings - Fork 214
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.
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.
Content cache contains page rendered content. This includes any content (html) that you see rendered on your site.
- Enabled
- Disabled
System cache contains system config information. This includes site pref, currently active menus, etc. No actual content will be contained here.
- Enabled
- Disabled
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 files contains binary image data. They are there to save a lot of server CPU work.
- Enabled
Click Set cache status to save your settings.
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
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
e107 v2.x