Hacker News new | ask | show | jobs
by morganpyne 5221 days 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?

2 comments

You can get more information here: https://github.com/perusio/nginx-http-concat Thanks to António Almeida (perusio) for writing this :)
Thanks for the information. Looks like the app needs to support it too, using a custom URL syntax.
mod_pagespeed for Apache (by Google) also does this. Amongst many other automatic optimisations.