CSS and Javascript auto minify feature added. Server requests are reduced by this feature.
Settings:
Admin panel (Viewing):
[2015/12/28 "Clear cache" button added]
Effect:
Before (HTML source):
After (HTML source):
Performance reports:
Q2A (Server: Unknown): 50 requests, 1.87 sec
PQA (Server: Intel ATOM N450 1 core): 26 requests, 0.95 sec (This site)
PQA (Server: Intel Xeon quad 4 core): 17 requests, 0.32 sec
Restrictions:
- Since this feature may not work correctly on some servers. Therefore, default is off.
- Cache time of link files is 1 day (24 hours). You can change this value by hacking minify source.
qa-content/min/config.php
$min_serveOptions['maxAge'] = 86400; // 1 day