How to make your Drupal WEB site work 1000x faster with React-PHP and PHP-PM

Alain Lauzon

Imagine having your WEB site run 1000x faster.

This is what some folks like me are working hard on. The trick is to run a daemon server that has already run the Drupal boostrap and call this server instead directly instead of Apache2 or nginx calling Drupal with PHP. The server is a Drupal runing with PHP-PM + React-PHP + some patching in Drupal + a PHP-PM DrupalKernel Adapter.

I'll explain how all the parts works together and demonstrate the speed gain with adb performance tests.

Drupal is a registered trademark of Dries Buytaert.