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.
Generates WebP copies of image style derivatives to decrease page loading times by serving smaller, optimized images to supporting browsers.
Enables lazy-loading for images and iframes to improve page load performance using the lazysizes JavaScript library.
Runs database optimization queries (OPTIMIZE TABLE for MySQL, VACUUM ANALYZE for PostgreSQL) on selected tables during cron runs.