Welcome Guest, Not a member yet? Register   Sign In
Output compression and Image caching + output
#1

[eluser]Timz[/eluser]
Hey Developers,
I just implemented output compression, Yslow advised me :-)
I removed all my direct echo's and print's. Everything works fine except my images don't render fully in the browser. When i disable the compression they render correctly. I show my images via a thumbnail class (+caching), it's called thumbnail.inc.php by Ian Selby ([email protected]).

What could this be ?
#2

[eluser]whitey5759[/eluser]
Did you use mod_deflate or mod_gzip to provide compression? If so, what exactly did you put in your .htaccess file to accomplish this?
#3

[eluser]Timz[/eluser]
I just set the $config['compress_output'] = TRUE; Config file says it's gzip compression.




Theme © iAndrew 2016 - Forum software by © MyBB