How to audit Drupal 8 to determine the number of active usersWhen drupal.org reached 1 million registered users, I wondered what was the percentage of really active users. I’d love to know how many of those September 22, 2016 Drupal

Porting the Page Load Progress module to Drupal 8Back in 2012, my colleague Mariano released the Page Load Progress module for Drupal 7. This is not a widely popular module but I love it. Simply September 20, 2016 Drupal

How to return the path to an enabled Drupal module or themeIn Drupal 7, it was fairly easy to retrieve the filesystem path for, say, enabled modules. Why would you do that? Simply because sometimes you can September 19, 2016 Drupal

How to manage Docker imagesBefore pulling an image locally, we need to know which images we have at our disposal. For that, let’s search the docker index, either from September 17, 2016 Cloud

How to monitor and tune APCuHave you already been confronted to APCu memory exhaustion issues like below? This means the value for apc.shm_size is too low. First things first, September 16, 2016 PHP Cloud