Closed technopagan closed 6 years ago
Thank you, @fiddike! It looks much better already for GZIP - many more assets are now being served with GZIP compression during transfer.
There's one last offender that we didn't seem to have covered with the initial PR: https://www.webpagetest.org/performance_optimization.php?test=180307_YN_e2310cee72ead4fa3318d29584ed6b97&run=5#compress_text
I'll try to figure out how we best target this json response so that it becomes GZIPed, too.
Several plain text assets are currently not being served gzipped by the Uberspace server. See this table from WebPagetest:
By adding "AddOutputFilterByType DEFLATE" followed by the desired mime types, we can enable GZIP compression for those assets on Uberspace. See this Uberspace Wiki entry on compression: https://wiki.uberspace.de/webserver:htaccess#kompression