Let's think we have 10 concurrent users per second on the Nginx server which serves only static files: html, css, js.
This is not CPU CPU-intensive operation, but still, Nginx will consume some CPU for configuration file logic. Each user will request multiple static files for example x.html will need 10-20 other static files (js, CSS, images) to serve.
In this case, which type of CPU is better, high-frequency higher single-core performance e.g. Xeon E-2314 or more core lower frequency CPU e.g. Intel Xeon Silver 4208?