drupal

Drupal 8 is SkyRocket FAST!

Submitted by ricardo on Thu, 04/23/2015 - 15:13

This slide comes from http://talks.php.net/fluent15#/ and should be compared to the other platforms there also, since the ~2500 requests per second on Drupal8/PHP7 overcome the 600 requests per second on WordPress 4.1.1/PHP7.
This was a recent presentation done by Rasmus Lerdorf (http://en.wikipedia.org/wiki/Rasmus_Lerdorf) in SAN FRANCISCO about PHP7.

Tags

The value of testing Drupal - Using docker containers!

Submitted by ricardo on Thu, 10/30/2014 - 16:57

Check the all blog post here:
https://www.acquia.com/blog/value-testing-drupal

If you are a Drupal contributor, one of the things that immediately pops into your mind is the time that takes to test your patch. Testing happens throughout the whole workflow of getting a change in Drupal core and contrib modules. Testing is what keeps you awake to see if your patch failed or passed. Testing is what makes you pull out your hair or jump with joy.

Drupal Installation Script for Linux Debian/Ubuntu

Submitted by ricardo on Wed, 05/14/2014 - 14:16

Yesterday we gave a workshop at the @IST in Lisbon .
Based on that experience i created an automation script that installs "all the things" and makes your local Linux Debian/Ubuntu box run the latest drupal version in around 3 minutes.

Give it a try by running this on the command line:


curl -s http://www.ricardoamaro.com/d7install.bash | sh

Powered by Drupal