[TYPO3-core] RFC: Bug 4623: Content encoding with x-gzip not possible in IE7
Dmitry Dulepov
9f4eetb02 at sneakemail.com
Thu Mar 29 09:41:53 CEST 2007
Hi!
Martin Kutschker wrote:
> Does it make sense to use class.gzip_encode.php as a fallback if it is
> for some reason not enabled in PHP?
No because it depends on existence of gzcompress. So if ob_gzhandler
does not work, class.gzip_encode will trigger error too.
> And another idea: how about storing the gzipped content in the cache? We
> still can deflate the cache content if the client doesn't accept gzip
> encoding. But I guess that most clients do it and decoding costs less
> performance than encoding.
This is good if page does not have *_INT objects. Otherwise it is extra
work for decoding, inserting *_INT and then encoding. Complicates
caching a bit but idea is good, I need to think about it...
--
Dmitry Dulepov
Web: http://typo3bloke.net/
Skype: callto:liels_bugs
"It is our choices, that show what we truly are,
far more than our abilities." (A.P.W.B.D.)
More information about the TYPO3-team-core
mailing list