| 2021 | 99% | 
|---|---|
| 2022 | 98% | 
| 2023 | 97% | 
| 2024 | 95% | 
100
75
50
25
0
<IfModule mod_expires.c>
    ExpiresActive on
 
    ExpiresByType image/jpg "access plus 1 month"
    ExpiresByType image/jpeg "access plus 1 month"
    ExpiresByType image/gif "access plus 1 month"
    ExpiresByType image/png "access plus 1 month"
</IfModule>