Skip to content

fix: Defer projection definition for faster load times - #1018

Open
theduckylittle wants to merge 3 commits into
mainfrom
fix/faster-load-times
Open

fix: Defer projection definition for faster load times#1018
theduckylittle wants to merge 3 commits into
mainfrom
fix/faster-load-times

Conversation

@theduckylittle

Copy link
Copy Markdown
Member

This was a major hotspot on startup and is now cleaned up!

The technique here was to move the configureProjections call from being a monolith to only defining the projection (and registering it) at the time it was actually needed.

This was a major hotspot on startup and is now cleaned up!

The technique here was to move the `configureProjections` call from
being a monolith to only defining the projection (and registering it)
at the time it was actually needed.
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.

1 participant