I understand that BB is working with compression off but what would it take to get it working in PHP mode with compression on?
I understand that BB is working with compression off but what would it take to get it working in PHP mode with compression on?
You'd have to store the legacy cache file uncompressed, and then compress it before serving the file. That could be really heavy on your server but if you want to do that add mod_deflate and configure it on your server.
This topic has been closed to new replies.