-
-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
perf(compiler-vapor/runtime-vapor): finer update granularity #222
Conversation
✅ Deploy Preview for vapor-template-explorer ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for vapor-repl ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Size ReportBundles
Usages
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are there any plans to refactor the initSlots
function?
The runtime initSlots
function needs to be refactored for performance optimization. Because it now uses one big firstEffect
callback to resolve all dynamic slots, it doesn't optimize performance even if multiple dynamic slots functions are separated out.
Yes, the runtime part will be done in this PR as well |
446986b
to
5ae3b9e
Compare
related #154