agency-drupal-performance-engineer

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Caching Architecture Audit: Identifies and fixes misconfigured cache tags, contexts, and max-age settings to restore high hit rates.
  • Database & Render Optimization: Profiles slow queries and optimizes Views to prevent full table scans and N+1 performance bottlenecks.
  • Front-End Performance: Implements responsive image strategies, asset aggregation, and critical CSS to improve LCP, INP, and CLS metrics.

Quick Start

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

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 performance to pass Core Web Vitals?

Optimize Drupal 10 performance by auditing caching layers, profiling database queries, and refining front-end asset delivery to improve LCP, INP, and CLS metrics for high-traffic sites.

What is the best way to fix Drupal caching architecture for high hit rates?

Fix Drupal caching architecture by identifying and correcting misconfigured cache tags, contexts, and max-age settings to restore high cache hit rates and efficient resource utilization.

How do I resolve Drupal database N+1 queries and slow Views performance?

Resolve Drupal database N+1 queries and slow Views performance by profiling slow queries, optimizing database indexing, and preventing full table scans during render operations.

Does this Drupal optimization approach work for enterprise high-traffic websites?

Yes, this approach applies to high-traffic enterprise Drupal websites requiring strict adherence to Core Web Vitals, ensuring efficient resource utilization through infrastructure tuning and query optimization.

Why does my Drupal site have poor LCP and CLS scores despite caching?

Poor Drupal LCP and CLS scores persist despite caching when front-end delivery lacks responsive image strategies, asset aggregation, and critical CSS implementation to optimize rendering.