php7 + memcache: stable?
We'd like to run our Drupal 7 sites with php7. The only trouble we have so far has to do with the PECL memcache(d) extensions - no stable release supporting php7 has been published yet:
<
ul>
Implementing Couchbase vs Redis for Drupal 7 site with horizontal scaling
We're ll the process of moving our Drupal 7 online app platform site to a major cloud provider that will include horizontal scaling (multiple nodes for Frontend as well as multiple nodes for MariaDB). We're now considering the optimal solution to scale caching.
We are contemplating substituting standard memcache server with either internal Couchbase memcache server or Redis. The goal is to optimize performance of the site.
We are also contemplating upgrading from php v5.4 to php7.
Read moreVarnish, Memcache y RAM de servidor
Saludos amigos
Tengo instalado Varnish y Memcache en un Server virtual con 3.5 de memoria RAM. Mi duda es si realmente necesito ambos ya que he soportado hasta 700 usuarios conectados simultáneamente sin problemas. No obstante ahora requiero instalar otros servicios adicionales en el Server. Me gustaría ahorrar RAM y según leí, Memcached usaba regular RAM en un servidor ¿si retiro memcached y no solo lo desactivo, lograré un ahorro de RAM? ¿Es efectivo reemplazar Memcache por Boost?
Gracias por su apoyo
Read moreVarnish with Apache or NginX & php-fpm
I "think" I managed to get php-fpm working reasonably well with my Centos apache server. Running memcached and apc with 2GB of RAM on a VPS.
I am now planning to tackle Varnish. My question is should I be running Nginx for the varnish "static" anon content and/or the entire Drupal 7 site?
Looking around the web, there appear to be many examples of deploying Varnish with Nginx, not so much with apache?
Read moreFound this link useful for cache discussion
I found this discussion useful while exploring cache and cron issues for my site, real Life English.
http://tomroelandts.com/articles/how-to-ensure-that-visitors-always-see-...
Read moreMemcached Optimization
I have a large website that uses memcached. All users of the website are authenticated (no anonymous users). In addition to users always being authenticated, the content they see is very customized based on user (profile) fields and properties; like social media sites including facebook, linkedin, etc. Also, this site has several thousand users.
Read moreNginx native caching and memcached
Hello,
I use Nginx and his native caching system (Perusio's configuration) to quickly serve web pages to anonymous visitors.
I wonder if it makes sense to use memcached, along with the nginx cache system ? Or rather, instead of the Nginx cache ?
The only advantage I can see is to store the cached pages in RAM rather than on the HDD.
Have you ever used memcached with / along nginx caching system ? And for what use cases ?
thanks
Read moreDuda sobre Varnish, Memcached y views
Saludos. Tengo un sitio con drupal y un colage de Varnish y Memcached. Recientemente mi server sufrió varias caídas y según mi proveedor todo indica que la culpa fue del bot de MSN (MsnBot). Temporalmente bloquee BOTMsn por robots.txt. Paralelamente puse la opción Cache en views adicionalmente. Mi duda es si no hay alguna opción para controlar el ingreso del BotMsn sin anularlo del todo y si en algo me ayuda a la carga el poner cache adicional para views. Mi servidor tiene 2gb de RAM.
Saludos y espero algunas sugerencias
Read moreAlgunas dudas sobre Varnish problemas con edición Mobile y Memcached
Saludos amigos, instalé Varnish en un sitio web con Drupal 7 y tengo algunas dudas y problemillas:
1- Además de Varnish el sitio tiene Memcached corriendo, mi duda es si se disminuye el rendimiento si desinstalo (Memcached). Leí que Memcached utiliza memoria del server y yo tengo sólo 2GB de RAM, entonces me vendría a bien un ahorro.
Read moreEmpty memcache bins
Hi all,
I have been having some performance problems on a Drupal multi-site installation. Or rather, some users have been complaining of poor performance so am investigating...
The site(s) in question (totals in the same DB) have over 10,000 users and serve up around 180K hits/72K pages a day. The site is a variety of images, forum, blogs, calendar, etc. but majority of traffic is in the forum. There are 26K nodes, 85K comments in the system.
Read more


