update
Some checks failed
Build Blog Docker Image / build docker (push) Successful in 1m2s
Build Hugo Docker Image / build docker (push) Failing after 4m43s

This commit is contained in:
2024-02-24 13:22:23 +01:00
parent 052a6334cb
commit e7625c38a3
7 changed files with 145 additions and 10 deletions

View File

@ -145,7 +145,22 @@ jobs:
https://gitea.com/gitea/act_runner/issues/164
## Conclusion: before/after comparison
Après avoir terminé la migration, j'ai comparé les 2 solutions.
### Performance
Lighthouse result for Ghost based blog:
![Ghost based blog lighthouse result](img/image-1.webp)
Lighthouse result for Hugo based blog:
![Hugo based blog lighthouse result](img/image-2.webp)
| Metric | Ghost (Dawn) | Hugo (Blowfish) |
|--------------------------|--------------|-----------------|
| First Contentful Paint | 0.5 s | 0.3 s |
| Largest Contentful Paint | 0.6 s | 0.4 s |
| Total Blocking Time | 0 ms | 0 ms |
| Cumulative Layout Shift | 0.001 | 0 |
| Speed Index | 0.6 s | 0.3 s |
### Ressources