-
Notifications
You must be signed in to change notification settings - Fork 0
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
Profile delay on first uncover #104
Comments
I've checked some things here already which I want to share so that I do not forget about them 🤕🤣
Apart from those initially in the issue mentioned ways I also looked up other things. But generally speaking there is no way to accurately profile a Blazor WASM application. There is an issue for that but it doesn't look like there's any progress. Generally I have a question: do we want to just fix this current issue or do we want to continue profiling the performance of previous slow performers? If it's the former I'd just use either the browers profiling with jsinterop or the Visual Studio Profiler. If it's the latter I'll continue my research. |
And here is the blog post which shows us how we can track performance via JSInterop that we talked about in todays session |
We discussed: since the performance issue is in the Logic library, let's not add any JavaScript/Blazor/WASM profiling for now - but later on when we actually do have a performance issue in either the App or Components project. |
The duration between the first click and the actual uncover of the selected cell is noticeable. Especially on the
Hard
difficulty.Let's profile and find out where we could improve performance.
E.g. via (not sure which tool works with Blazor/WASM)
We may also need to check other tools.
The text was updated successfully, but these errors were encountered: