I looked at the results of TechEmpower Web Framework benchmarks for the round 18 and saw openresty is way below but when I run locally, it outperforms Actix (rust Lang).
Looking at their github repo, openresty uses version 1.11.2.1 and nginx.conf is not optimized at all. Eg. padding, tcp setting etc
I looked at the some other framework, they have even hard coded content-length value and don’t populate server, connection and encoding headers.
We should try to optimize config and use latest version.