hplush / slowreader

Web app to combine feeds from social networks and RSS and to help read more meaningful and deep content
https://dev.slowreader.app
GNU Affero General Public License v3.0
161 stars 37 forks source link

Add brotli pre-compression #254

Open ai opened 2 months ago

ai commented 2 months ago

We can improve web client loading performance by creating .br files for every asset during the deployment and serving them if client support br compression. We can reach compression level much higher than on-the-fly compression from CDN. Also, it will improve performance for self-hosted solution without CDN.