It looks like you're new here. If you want to get involved, click one of these buttons!
All the hosted sites are wordpress based. Can't use nginx as standalone as it is a cpanel server.
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?
datanoise said: Depends what your bottleneck is
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...
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...