# CDN Analyzer PRO
Category | Severity | Time To Fix |
---|---|---|
🚀 Performance | Minor | 30 minutes |
Class: Enlightn\EnlightnPro\Analyzers\Performance\CdnAnalyzer
# Introduction
This analyzer checks to see if your application is using a CDN while in production.
A CDN can significantly improve performance and provides the following benefits:
- Faster loading speed and response times.
- Decrease server load.
- Most CDNs also offer DDoS protection.
- CDNs often provide analytics and insights on asset popularity, load statistics and more out of the box.
Some popular CDNs include Cloudflare, AWS Cloudfront and Azure CDN. Do check them out if you are interested in boosting asset serving performance on your application.
Some CDNs are free to use for a certain usage threshold.
# Skip Condition
This analyzer is skipped for local environments (if the skip_env_specific
configuration option is set to true) or if your application does not have any assets (fonts, images, CSS, JS files).