Is HTML compression used in the configuration of vbulletin or in the server that dishes out the HTML?
I am thinking particularly of zstd and zlib. Zlib comression was novel 20 years ago, and zstd compression was novel 4 years ago. But it is old tech now. In practice zstd compression works much better -- more compression and way less CPU demand.
Can I get a test channel to browse with zstd compression turned on?
See https://www.vbulletin.com/docs/html/...ookieandheader
To be more clear, there are two control points. One is the generation of the HTML by vbulletin, and the other is the service of the generated HTML on some server. Only ONE compression method should be used. The best thing to do would be to use vbulletin to generate zstd-compressed content. The 2nd best would be to have the server recompress the content and send it out with zsd. 3rd would be to have the server do zlib (gzip or deflate) compression. Finally it may be possible only to have vbulletin do zlib compression.
I am thinking particularly of zstd and zlib. Zlib comression was novel 20 years ago, and zstd compression was novel 4 years ago. But it is old tech now. In practice zstd compression works much better -- more compression and way less CPU demand.
Can I get a test channel to browse with zstd compression turned on?
See https://www.vbulletin.com/docs/html/...ookieandheader
To be more clear, there are two control points. One is the generation of the HTML by vbulletin, and the other is the service of the generated HTML on some server. Only ONE compression method should be used. The best thing to do would be to use vbulletin to generate zstd-compressed content. The 2nd best would be to have the server recompress the content and send it out with zsd. 3rd would be to have the server do zlib (gzip or deflate) compression. Finally it may be possible only to have vbulletin do zlib compression.

Comment