igor currently our Apache setup is not great. We're using mpm-itk to secure Apache in our multi-tenant environment, and unfortunately that setup has to spawn a separate httpd process for every single request.
This means, for example, if you have a page that loads 10 images, 2 JS files, and a CSS file the server has to spawn 14 httpd processes to serve the page and all of its resources.
We're working to improve the Apache setup and hope to have some changes rolled out soon.