Re: HTTP Compression not working for some files (JS and CSS)

2018-08-21 Thread girish . vasmatkar
On 2018/08/20 17:09:35, Scott Gray wrote: > See the note under the compression config here: > https://tomcat.apache.org/tomcat-8.5-doc/config/http.html#Standard_Implementation > > Regards > Scott > > > On 20 August 2018 at 07:38, girish.vasmat...@hotwaxsystems.com < >

Re: HTTP Compression not working for some files (JS and CSS)

2018-08-21 Thread Michael Brohl
Great, learned something new. Thank you Scott! Reagrds, Michael Am 20.08.18 um 19:09 schrieb Scott Gray: See the note under the compression config here: https://tomcat.apache.org/tomcat-8.5-doc/config/http.html#Standard_Implementation Regards Scott On 20 August 2018 at 07:38,

Re: HTTP Compression not working for some files (JS and CSS)

2018-08-20 Thread Scott Gray
See the note under the compression config here: https://tomcat.apache.org/tomcat-8.5-doc/config/http.html#Standard_Implementation Regards Scott On 20 August 2018 at 07:38, girish.vasmat...@hotwaxsystems.com < girish.vasmat...@hotwaxsystems.com> wrote: > > > On 2018/08/20 07:20:38, Michael

Re: HTTP Compression not working for some files (JS and CSS)

2018-08-20 Thread girish . vasmatkar
On 2018/08/20 07:20:38, Michael Brohl wrote: > Hi Girish, > > how did you check that these files are not getting compressed before the > transfer? > > They are decompressed by the browser after the transfer so you won't see > that they were compressed. > > Regards, > > Michael > > >

Re: HTTP Compression not working for some files (JS and CSS)

2018-08-20 Thread Michael Brohl
Hi Girish, how did you check that these files are not getting compressed before the transfer? They are decompressed by the browser after the transfer so you won't see that they were compressed. Regards, Michael Am 20.08.18 um 09:12 schrieb girish.vasmat...@hotwaxsystems.com: Hi Devs!!!

HTTP Compression not working for some files (JS and CSS)

2018-08-20 Thread girish . vasmatkar
Hi Devs!!! I see that we have enabled HTTP compression in in the HTTP and HTTPS connectors, but I am observing that it is not working properly for some of the JS and CSS files. All medium to large files (more than 50 KB or so) are not getting compressed. Has anyone else observed the same? I