You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the latest nightly build, scrolling through recipes is making dozens of calls to /api/groups/self. I believe this is related to the changes in #3303.
I fired up a local dev instance and looking at the stack trace in the developer console on Firefox shows the calls emitting from RecipeContextMenu.vue. This call should probably be cached and re-used.
Steps to Reproduce
Log in to Mealie on latest nightly build
Open developer console and go to Network tab
Scroll through your recipes
Observe the dozens of calls to /api/groups/self. One for each recipe card that gets rendered
First Check
What is the issue you are experiencing?
On the latest nightly build, scrolling through recipes is making dozens of calls to
/api/groups/self
. I believe this is related to the changes in #3303.I fired up a local dev instance and looking at the stack trace in the developer console on Firefox shows the calls emitting from
RecipeContextMenu.vue
. This call should probably be cached and re-used.Steps to Reproduce
/api/groups/self
. One for each recipe card that gets renderedPlease provide relevant logs
Mealie Version
Nightly
Build: 1af0f42
Deployment
Docker (Linux)
Additional Deployment Details
No response
The text was updated successfully, but these errors were encountered: