agency-drupal-performance-engineer

Audit Drupal 10 and 11 caching, database queries, and front-end delivery.

Updated Jul 24, 2026
One-click install
npx skills add https://github.com/imMamdouhaboammar/kaku-chatgpt-harness --skill agency-drupal-performance-engineer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agency-drupal-performance-engineer
Source: https://github.com/imMamdouhaboammar/kaku-chatgpt-harness/tree/main/.agents/skills/engineering-drupal-performance
Command: npx skills add https://github.com/imMamdouhaboammar/kaku-chatgpt-harness --skill agency-drupal-performance-engineer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the common issue of slow Drupal site performance caused by misconfigured caching, unoptimized database queries, and bloated front-end assets, ensuring sites pass Core Web Vitals.

Core Features & Use Cases

  • Caching Architecture Audit: Identifies and fixes incorrect cache tags, contexts, and max-age settings that lead to stale content or disabled caches.
  • Database & Render Optimization: Profiles slow queries and optimizes Views to prevent full table scans and N+1 performance bottlenecks.
  • Front-End & Infrastructure Tuning: Implements responsive image strategies, asset aggregation, and PHP-FPM/Opcache tuning to reduce LCP and CLS.

Quick Start

Use the agency-drupal-performance-engineer skill to audit the current caching posture and identify the slowest database queries on the site.

Frequently Asked Questions about agency-drupal-performance-engineer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I optimize Drupal 10 site performance for high traffic volumes?

To optimize Drupal site performance, audit caching architecture, profile slow database queries, and tune front-end asset delivery. This approach resolves slow load times by fixing misconfigured cache tags and reducing bloat in enterprise environments.

Why does my Drupal site have stale content after enabling caching?

Stale content during Drupal caching typically stems from incorrect cache tags, contexts, or max-age settings. Auditing the caching architecture identifies these specific misconfigurations to prevent disabled caches and ensure proper invalidation.

What is the best way to fix Drupal Views causing slow database queries?

Fixing slow Drupal database queries requires profiling queries to identify bottlenecks and optimizing Views to prevent full table scans. Resolving these N+1 query issues significantly improves overall site rendering speed.

How do I improve Core Web Vitals like LCP and CLS in Drupal?

Improve Drupal Core Web Vitals by implementing responsive image strategies, aggregating front-end assets, and tuning PHP-FPM and Opcache. These front-end and infrastructure adjustments directly reduce LCP and CLS metrics.

Can I use this performance optimization approach for Drupal 11?

Yes, this performance optimization approach effectively targets both Drupal 10 and 11. It satisfies technical requirements for cache tag invalidation, query indexing, and PHP-FPM tuning across these high-traffic enterprise versions.