- Autoptimize HTML ,CSS , JavaScript and use images lazy load
- Async JavaScript
- Shortpixel – Optimization images
- Autoptimize + ShortPixel AI + CDN work
- Super Cashe
- Enable NGINX caching
- Configure the server to display correctly WEBP images (you can use Shortpixel for generate this type of images)
- Added in .htaccess this code
ExpiresActive On ExpiresDefault "access plus 6 month" ExpiresByType text/css "access plus 6 month" ExpiresByType text/plain "access plus 1 year" ExpiresByType text/woff "access plus 1 year" ExpiresByType image/gif "access plus 1 year" ExpiresByType image/png "access plus 1 year" ExpiresByType image/jpeg "access plus 1 year" ExpiresByType application/x-javascript "access plus 6 month" ExpiresByType application/javascript "access plus 6 month" ExpiresByType application/x-icon "access plus 1 year"