# New roBrowser script is about ~10mo because of items and skill DB included inside
# Setting the compression in apache will be reduce it to 1mo when downloaded by users
<ifModule mod_gzip.c>
mod_gzip_on Yes
mod_gzip_dechunk Yes
mod_gzip_item_include file .(txt|xml|html|js|css)$
</ifModule>
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/plain text/html text/css application/xml application/javascript
</Ifmodule>