Skip to main content
David Loor
AboutServicesProjectsBlogContact
←Back to Blog

#Caching

3 posts with this tag

Found 3 posts
2026-04-25
4 min read

How OpenNext's regional cache reduces Workers CPU on every cache hit

withRegionalCache is a one-line wrapper that ships with @opennextjs/cloudflare. It puts a Workers Cache API layer in front of your KV cache and lets you skip the D1 tag-cache lookup on hits. For content sites, that's the difference between burning real CPU on every request and barely doing any work at all.

web-developmentnextjscloudflare
2025-08-13
10 min read

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

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

DrupalPerformance
2025-08-13
6 min read

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

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

DrupalPerformance

Stay Updated

Get the latest posts and insights delivered to your inbox.

Unsubscribe anytime. No spam, ever.

Blog archive
  • How OpenNext's regional cache reduces Workers CPU on every cache hit
  • How to speed up Drupal with the right caches: OPcache, APCu, and a shared backend (Redis or Memcached)
  • Speed up the Drupal backend with $settings['state_cache']
David Loor

AI, Cloud & Web Solutions Architect

AboutServicesProjectsBlogBookshelf

© 2026 David Loor. All rights reserved.

davo20019@gmail.com