Closed brew-cristian closed 1 month ago
It's not clear from your issue how those queries are related and combining to make an N+1 issue - can you detail that out. Better yet would be to provide a basic repository showing the issue.
It's not clear from your issue how those queries are related and combining to make an N+1 issue - can you detail that out. Better yet would be to provide a basic repository showing the issue.
Thank you for your feedback. Unfortunately, I am unable to share the repository as it contains sensitive information and is tied to our production environment. The error captured by Sentry occurs irregularly and involves queries to the assets_meta and entries tables.
I suspect you have entries that are recursively referencing. Im not sure that we can do anything about this.
Bug description
Hello, We've recently deployed our website to production and have noticed an outgoing Sentry error related to N+1 queries. This issue seems to affect multiple pages, causing performance concerns.
How to reproduce
Issue Details:
/{segments?}
Query Details:
SQL Query:
Additional Query:
Logs
Environment
Additional details
No response