Skip to content

Conversation

@rchaffal-pass
Copy link
Contributor

@rchaffal-pass rchaffal-pass commented Oct 30, 2025

🎯 Related Ticket or 🔧 Changes Made

Ticket Jira

ticket front + back

image
  • Travail pair testé en environnement de preview

<Thumb url={offer.thumbUrl} />
</div>
<div>
{offer.isShowcase && <Tag label="Offre vitrine" />}
Copy link
Contributor

Choose a reason for hiding this comment

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

Pourquoi a-t-on supprimé le tag

Copy link
Contributor Author

Choose a reason for hiding this comment

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

parce qu'on a dédupliquer ce composantr qui servait pour les offres individuelles et collectives et que c'est une notion de collectif

).joinedload(models.Offer.headlineOffers)
)
.options(
sa_orm.joinedload(models.Offer.highlight_requests).joinedload(highlights_models.HighlightRequest.highlight),
Copy link
Contributor

Choose a reason for hiding this comment

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

Question pour @ogeber-pass : est-ce qu'il y a un risque de détériorer les performances ici ou pas vraiment ?

Copy link
Contributor

Choose a reason for hiding this comment

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

en effet, tu peux faire un explain analyze et vérifier que tu n'as pas introduit de seq scan

Copy link
Contributor

@tpommellet-pass tpommellet-pass Oct 31, 2025

Choose a reason for hiding this comment

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

J'ai ajoute dans le ticket un commentaire avec l'analyse AVANT/APRES : https://passculture.atlassian.net/browse/PC-38268?focusedCommentId=71394

A regarder lundi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants