NodeJS Compression

In server.js I see
image

In config.js I see
image

Yet when I go to the Network tab, only a few of the files have been GZIPped

The arrow shows the saving to be had when the file is GZIPped.

I have searched all over the place for an explanation of why not all of the files have been GZIPped without finding a satisfactory answer. Maybe someone here can throw light on the subject.

1 Like

Did you get any more info on this @ben? I’m looking at fine tuning some performance for a landing page and gzip is one of the last remaining things :slight_smile:

Seems the code has to move up a bit, moving it up above the other app.use code will make it work for static content. Will have it updated with the next Wappler update.

1 Like

Fixed in Wappler 3.3.3