Advanced CSS/JS Aggregation
Aggregates multiple CSS/JS files in a way that prevents 404 errors and provides enhanced optimization through gzip/brotli compression, minification, bundling, and CDN integration.
Tags
Aggregates multiple CSS/JS files in a way that prevents 404 errors and provides enhanced optimization through gzip/brotli compression, minification, bundling, and CDN integration.
Integrates the Google Chrome Labs Quicklink library to prefetch visible links during idle time, improving perceived page load performance.
A framework for image optimization that provides pipelines with processors to optimize images, with built-in integration for Drupal core image styles.
Provides media lazy loading using bLazy, Intersection Observer API, or browser native lazy loading to optimize bandwidth and server requests.
A flexible multi-value field type that stores multiple sub-fields in a single database table, providing a high-performance alternative to Paragraphs and entity references.
Generates WebP copies of image style derivatives to decrease page loading times by serving smaller, optimized images to supporting browsers.
Integrates Drupal with Redis key-value store, providing cache, lock, flood, and queue backends for improved performance.
Enables lazy-loading for images and iframes to improve page load performance using the lazysizes JavaScript library.
Provides an interactive checklist to guide site administrators through implementing SEO best practices on Drupal websites using the Checklist API module.
Layers JavaScript-based navigation on top of Drupal's server-rendered HTML to provide smooth, fast, SPA-like user experience while maintaining progressive enhancement.
Integrates Drupal with Sentry, an open-source application monitoring and error tracking platform.
High-performance cache backend integration using memcache or memcached PECL extensions for Drupal's caching system.
Drupal development profiler that extracts, collects, stores, and displays detailed profiling information for every request.
A development tool that helps developers review and analyze how Drupal's Internal Page Cache (IPC) and Dynamic Page Cache (DPC) work by providing visual indicators and demo pages.
Provides integration with CloudFlare CDN using the CloudFlare API for cache clearing and client IP restoration.
Runs database optimization queries (OPTIMIZE TABLE for MySQL, VACUUM ANALYZE for PostgreSQL) on selected tables during cron runs.
Provides a WebP processor for the ImageAPI Optimize module that automatically creates WebP derivatives alongside original image style derivatives.
Sends pages using the BigPipe technique that allows browsers to show them much faster by streaming content in chunks.