Looking at implmenting Open Light Speed

#1
Currently we are at Oracle we have this setup
VNC
Public subnet with load balancer using round robin to direct traffic

Private subnet with a few Compute instances (Ubuntu PHP Apache 2.4) running WordPress with MySQL cluster and REDIS

would it make sense to use OLS is it even possible?
 

Cold-Egg

Administrator
#2
It's possible, but it may not be compatible with LSCache since the load balancer does not recognize the cache tag and purge request.
If you still want to keep the load balancer, another method is to implement the QUIC Cloud CDN, so the cache files will be stored on the CDN/edge nodes.
 
Top