This super simple but really useful add-on is for forums that meet the following requirements:
- 兼容版本:
- 1.3
- 1.4
When a template is changed, it may not update immediately due to the cached version still being used.
- Serve templates as files
- Have Zend Opcache enabled
- Have the opcache renew time set to a larger value
This fixes that. It'll invalidate and recache a template file when it is changed - meaning the changes update immediately, and the files are cached before a visitor accesses the site.
This should make viewing changes easier, as you won't have to reset the cache for changes to immediately take.