- Compatible XF 1.x versions
- 1.3
- 1.4
- 1.5
- Additional requirements
- php 5.4+
php opcode caching
- Updates duration
- 12 Months ($6 Yearly Renewal + GST for Australian Residents)
- Visible branding
- No
Allows Email templates to be loaded as files to allow php opcode to be leveraged. This feature will be native in XF2
Ensure opcache.max_accelerated_files in /etc/php.d/10-opcache.ini (or distro equivalent) is high enough.
To determine this number, from your webroot; execute the following command to count php files:
Ensure opcache.max_accelerated_files in /etc/php.d/10-opcache.ini (or distro equivalent) is high enough.
To determine this number, from your webroot; execute the following command to count php files:
Code:
ls -lahR . | grep ".php" | wc -l
- Related resources