Contents tagged with #performance
- blog Speed up Drupal websites by using PHP's preloader 4-Apr-2021
PHP 7.4 introduced the concept of preloading classes (files) on server start-up into the PHP opcache. This gives us performance benefits for sites that tend to...