I was looking at some ways to improve the performance of my website, making it more efficient by avoiding loads above the limit, and I came across this form of efficient compression and I would like to know if the Server can operate with brotli.
The server uses gzip
you can see that when you open dev tools (F12) and then look into console section
or network tab (plus click on each REQ).
Assuming that in the options for developer tools you have enabled insight into Requests
the difference between the compressed and the original file size
and compression mode
Brotli provides higher compression, but it probably puts additional strain on the CPU, so I guess that’s the reason why they decided to use the gzip compression algorithm.
Also enabling Brotli requires server-side configuration changes, unlike gzip which is usually available by default.
Once you have your own domain then you can use Cloudflare, which will definitely increase your performance in several points.