Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

fix(nuxt): call data refresh hook in parallel #8470

Merged
merged 1 commit into from Oct 25, 2022
Merged

Conversation

danielroe
Copy link
Member

πŸ”— Linked issue

resolves nuxt/nuxt#15256

❓ Type of change

  • πŸ“– Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

It seems reasonable not to call refresh serially/waterfull. (If fully parallel isn't right, we could also batch this.)

πŸ“ Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@danielroe danielroe added πŸ”¨ p3-minor-bug Priority 3: a bug in an edge case that only affects very specific usage performance labels Oct 25, 2022
@danielroe danielroe requested a review from pi0 October 25, 2022 14:32
@danielroe danielroe self-assigned this Oct 25, 2022
Copy link
Member

@pi0 pi0 left a comment

Choose a reason for hiding this comment

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

Makes sense

@pi0 pi0 merged commit 1d795f0 into main Oct 25, 2022
@pi0 pi0 deleted the fix/parallel-refresh branch October 25, 2022 15:29
@pi0 pi0 mentioned this pull request Nov 3, 2022
@danielroe danielroe added the 3.x label Jan 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
3.x πŸ”¨ p3-minor-bug Priority 3: a bug in an edge case that only affects very specific usage performance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

perf of refreshNuxtData waterfall is a very unpleasant
2 participants