Skip to content
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

Improve render time, add performance variable #261

Merged
merged 1 commit into from
May 24, 2023
Merged

Conversation

indykoning
Copy link
Member

@indykoning indykoning commented May 19, 2023

This change reduced the render function (With cpu throttling set to 8x) of ~120ms to ~20ms
most other components' render functions also take ~20ms

The ENV variable VITE_PERFORMANCE will allow us to enable additional performance markers. In this case just Vues performance markers. Adding visibility to metrics like these (Only works in Vue developer mode)
image

@royduin
Copy link
Member

royduin commented May 19, 2023

Also nice to have on master?

@indykoning
Copy link
Member Author

Good one, see #265

@royduin royduin merged commit fbaaf0d into 0.x May 24, 2023
@royduin royduin deleted the reduced-render-time branch May 24, 2023 10:55
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.

2 participants