ProcessWire - Cache: Unterschied zwischen den Versionen
Aus Wikizone
Steff (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== Clear ProcessWire Cache == /site/assets/cache/Page Template cache you would go to the PageRender module settings and delete cache.“) |
|||
| Zeile 1: | Zeile 1: | ||
| + | == Page Cache == | ||
| + | /site/assets/cache/Page | ||
| + | == Template Cache == | ||
| + | |||
| + | == Cache Tables == | ||
| + | Kann gelöscht werden (evtl. Backup machen) Danach evtl. nach neuen Modulen suchen (Forum) | ||
| + | * Information about FileCompiler (which files it compiled and when), | ||
| + | * module infos, | ||
| + | * caches saved using $cache variable etc. | ||
| + | When you refresh, you may experience a bit of delay before all caches (accessed during current request) are generated again. | ||
| + | |||
== Clear ProcessWire Cache == | == Clear ProcessWire Cache == | ||
/site/assets/cache/Page | /site/assets/cache/Page | ||
Template cache you would go to the PageRender module settings and delete cache. | Template cache you would go to the PageRender module settings and delete cache. | ||
Aktuelle Version vom 18. August 2018, 11:59 Uhr
Page Cache[Bearbeiten]
/site/assets/cache/Page
Template Cache[Bearbeiten]
Cache Tables[Bearbeiten]
Kann gelöscht werden (evtl. Backup machen) Danach evtl. nach neuen Modulen suchen (Forum)
- Information about FileCompiler (which files it compiled and when),
- module infos,
- caches saved using $cache variable etc.
When you refresh, you may experience a bit of delay before all caches (accessed during current request) are generated again.
Clear ProcessWire Cache[Bearbeiten]
/site/assets/cache/Page
Template cache you would go to the PageRender module settings and delete cache.