Is the server operating with brotli mod?

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.

Thank you very much in advance

Hi

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.

10 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.