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

Investigate FeedStore subscription performance in storybook #5

Open
dboreham opened this issue May 4, 2020 · 1 comment
Open

Investigate FeedStore subscription performance in storybook #5

dboreham opened this issue May 4, 2020 · 1 comment

Comments

@dboreham
Copy link
Collaborator

dboreham commented May 4, 2020

Reproduce:

  1. Run storybook in incubator.
  2. Create 5 feeds.
  3. Add 20 messages (blocks) to each feed.
  4. Create a subscription.
  5. Observe that the aggregate blocks in the subscription take order(second) to render.

Determine why this operation seems to be so slow given that reading a message from a feed is believed to take order(microseconds).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants