Adam Howard
Well-known member
opcache with xcache
http://sociallyuncensored.net/opcache.php
http://sociallyuncensored.net/opcache.php
Whenever I switch Xcache on, the Opcache gets 0 hits.opcache with xcache
http://sociallyuncensored.net/opcache.php
I was under the impression by @digitalpoint memeche was mostly designed for use with more than one server.
Memcached in a single-server environment is most certainly better than NO cache, but using something like XCache to cache keys would be a little better (no overhead of a network connection, which memcached uses).Yes, but single server works fine too. If I disable memcached my site loads 4 seconds slower.
Memcached in a single-server environment is most certainly better than NO cache, but using something like XCache to cache keys would be a little better (no overhead of a network connection, which memcached uses).
Yep... it's not going to be a huge amount of latency since it's local, but there is the overhead of having a network connection. It's really not a huge deal... just was saying that memcached is really designed for use with multiple servers is all.Are you talking about latency? With memcached on the same server as everything else there is no overhead, am I wrong? I thought it would only be an issue if memcached was on a separate server with poor latency.
If you use one server, you certainly do NOT have a network overhead if you use a socket.Memcached in a single-server environment is most certainly better than NO cache, but using something like XCache to cache keys would be a little better (no overhead of a network connection, which memcached uses).
'backendOptions' => array(
'servers' => array(
array(
'host' => 'unix:///var/run/memcached/memcached.sock',
'port' => 0,
'weight' => 1
)
),
'compression' => false
)
The only way to go is OPCache + Memcached. Case closed.
With MariaDB 10.0.12?I can now confirm that after various experiments on my VPS that is the fastest solution. Plus NGINX![]()
Haven't tried that. I might at some point but I'm tired after 2 weeks of learning VPS administrationWith MariaDB 10.0.12?![]()
We use essential cookies to make this site work, and optional cookies to enhance your experience.