New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
Comments
make it a poll, can be interesting. sorry haven't tested but looks like 1 is popular.
Engintron works fine for me with optimised apache server, however, in production I use Litespeed
nginx, memcache, remote DB (maybe your bottleneck is DB)
Depends what your bottleneck is.
Cache as much as you can on the app level. Then cache full page if/when possible.
1 is Nginx in front of varnish in front of apache?
Why not directly varnish or nginx > apache?
Network is the bottleneck. Though I have not checked with real traffic. Tested with loader.io only.
If network is your problem, gzip what you can, (https://nginx.org/en/docs/http/ngx_http_gzip_module.html) and set a long cache control - you can also serve static files from another server/vps or a CDN...