OwlCarousel2 / OwlCarousel2

DEPRECATED jQuery Responsive Carousel.

Home Page:http://owlcarousel2.github.io/OwlCarousel2/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uncompressed JS and CSS

punramesh opened this issue · comments

Is it possible to enable compression for your JavaScript and CSS files on your server?


To check if the website pages and files are compressed, you need to check for GZIP compression. This is something you can see in your browser's dev tools, under the 'Network' tab. If the content-encoding shows GZIP under 'Response Headers' then the files are gzip compressed:

image