6 ms·
Never heard of this until now, so was very interested to see the list of enhancements that they have made to nginx. Some of them look quite useful e.g. the logg
by morganpyne 15y ago
Never heard of this until now, so was very interested to see the list of enhancements that they have made to nginx. Some of them look quite useful e.g. the logging enhancements and Input body filter support.
This feature caught my eye:
- Combines multiple CSS or JavasScript requests into one request to reduce the downloading time
I wonder how they achieve this at the webserver level? Normally something like this is done as part of the deployment/compile process. Anybody familiar with Tengine care to comment?
- mike-cardwell 15y agomod_pagespeed for Apache (by Google) also does this. Amongst many other automatic optimisations.
- zhuzhaoyuan 15y agoYou can get more information here: https://github.com/perusio/nginx-http-concat https://github.com/perusio/nginx-http-concat Thanks to António Almeida (perusio) for writing this :)
- morganpyne 15y agoThanks for the information. Looks like the app needs to support it too, using a custom URL syntax.