moxiecode / plupload

Plupload is JavaScript API for building file uploaders. It supports multiple file selection, file filtering, chunked upload, client side image downsizing and when necessary can fallback to alternative runtimes, like Flash and Silverlight.
http://www.plupload.com
GNU Affero General Public License v3.0
5.63k stars 1.42k forks source link

Uncompressed JS and CSS #1655

Open punramesh opened 1 year ago

punramesh commented 1 year ago

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