Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance: suppression de la vérification systématique de la disponibilité des images dans la page nouveautés #5549

Closed
wants to merge 1 commit into from

Conversation

xavfernandez
Copy link
Contributor

🤔 Pourquoi ?

C'est finalement assez couteux sur la page contenant beaucoup de liens.
Cf https://inclusion.sentry.io/insights/backend/trace/3bbb8aac461f4289b2eaccfe0ff6a140/

Et #5453 permettra d'être alerté en cas de soucis.

🍰 Comment ?

Décrivez en quelques mots la solution retenue et mise en oeuvre, les difficultés ou problèmes rencontrés. Attirez l'attention sur les décisions d'architecture ou de conception importantes.

🚨 À vérifier

  • Mettre à jour le CHANGELOG_breaking_changes.md ?
  • Ajouter l'étiquette « Bug » ?

🏝️ Comment tester ?

Les instructions pour reproduire le problème, les profils de test, le parcours spécifique à utiliser, etc. Si vous disposez d'une recette jetable, mettre l'URL pour tester dans cette partie.

💻 Captures d'écran

It is quite costly for a limited impact
Copy link
Contributor

@calummackervoy calummackervoy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

C'était ajouté pour protéger défensivement (si par example les permissions changent sur le bucket). Si c'est couteaux je ne pense pas que ça vaut le coup

Copy link
Contributor

@francoisfreitag francoisfreitag left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

@xavfernandez
Copy link
Contributor Author

En fait, il y avait 2 soucis: la vérification de l'existence du fichier et la vérification de sa taille.
Cf #5553 & #5554

@xavfernandez
Copy link
Contributor Author

Remplacé par #5553 & #5554

@xavfernandez xavfernandez deleted the xfernandez/stop_checking_files branch February 10, 2025 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants