The EuroCMS Cache Module
| Author | Version |
|---|---|
| Imri Paloja | 1 |
This is a local cached example
The generated content of ECMS Themes, templates and Widgets can be cached, you can also delete those cached files, and regenerate them if needed.
Settings
-
Changed cached time.
-
Minify: CSS, JS, HTML, XML, JSON, ..., ...
-
Compress and resize images
-
View cached Sizes: per domain, theme, widget, file
-
Delete cached files for specific components: core, module, widgets
-
View cached sized per domain, and or components.
-
Disable caching per domain. This is useful when a domain is just a redirect to the main domain.
-
Disable caching per component
Folder structure
/engine/cache
example.nl/- themes/
- Skeleton/ (theme name)
- Skeleton/ (template name)
- tutorials/
- how-to-do-a-thing
- how-to-do-a-thing-banner.png
- portable-document-file.pdf
- Skeleton.css.Skeleton.css (will be loaded inline)
- tutorials/
- Skeleton/ (template name)
- Skeleton/ (theme name)
- W3schools/ (theme name)
- band_page/ (template name) (template name)
- tours/
- Europe/
- Amsterdam
- Amsterdam-tour-2009.png
- Registration.pdf
- W3schools.css.band_page.css (will be loaded inline)
- W3schools.js.band_page.js (will be loaded inline)
- Amsterdam
- Europe/
- tours/
- band_page/ (template name) (template name)
- themes/
cache db structure
| cache_id | domain_id | user_id | group_id | component_type | component_name | name | user_lock | status | ||
|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 1 | 1 | 1 | themes | skeleton | Skeleton | cached | |||
| 1 | 2 | 1 | 1 | core | content | /tutorials/how-to-do-a-thing | outdated |
-
cached: This is already cached
-
outdated: The database contains newer information.