Re: Slow Image Galleries?
In fact, I would remove all 'Content-Length' headers from tiki-created pages.
Reason is, the output can be compressed by php itself depending on various settings in php.ini.
And I'm not sure if the zlib or gzip compression correctly modifies headers when it compresses data.
Some PHP and HTTP expert could say probably more 😊