Skip to main content
David Loor
ProjectenBlogBoekenContact
←Back to Blog

Performance

4 posts in this category

Gevonden 4 berichten

How to speed up Drupal with the right caches: OPcache, APCu, and a shared backend (Redis or Memcached)

2025-08-13

Use OPcache and APCu everywhere, then pick one shared backend (Redis or Memcached). Configure it well and Drupal feels quick.

DrupalPerformance

Speed up the Drupal backend with $settings['state_cache']

2025-08-13

A small settings.php switch that reduces database reads and makes admin pages feel snappier.

DrupalPerformance

How to Enable HTTP/2 (and HTTP/3): Nginx, Apache, CDN

2025-08-13

Want faster loads? Turn on HTTP/2 and, if possible, HTTP/3. This guide shows how to enable both on Nginx, Apache, and common CDNs, how to check they work, and quick fixes if they don't.

NginxPerformance

How to check quickly if your website is protected against DoS attacks?

2022-02-19

The objective of this quick how-to is to explain how to perform a stress test against your site and see how it behaves under extreme load. The Open Source tool that we are using for this test is the HTTP benchmarking tool wrk.

DrupalPerformanceWordPress

© 2025 David Loor. All rights reserved.