Skip to main content
David Loor
ProjectsBlogBooksContact
←Back to Blog

#Performance

3 posts with this tag

Found 3 posts

How to read Nginx access logs

2025-08-20

When something breaks, the access log tells a story. Learn how to read live and gzipped logs, find top IPs and failing URLs, zoom in on time windows, and tie logs to WAF blocks using simple command-line tools.

NginxDevOpsTroubleshooting

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

© 2025 David Loor. All rights reserved.

Built with Next.js and Tailwind CSS