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

Performance optimization #110

Open
adamghill opened this issue Jan 6, 2021 · 2 comments
Open

Performance optimization #110

adamghill opened this issue Jan 6, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@adamghill
Copy link
Owner

I have profiled the Python component view initialization/creation process in the past, but I should profile that again along with:

  • Python message endpoint view
  • JavaScript code that creates components and fires the events

The goal is to make updates as fast as possible to reduce the appearance of lag. Best to test with a throttled network ("Regular 2G" in Firefox network prefs has been a good test-bed in the past).

@jonathan-s
Copy link

Just a tip, bs4 can eat up quite many milliseconds.

@adamghill
Copy link
Owner Author

Just a tip, bs4 can eat up quite many milliseconds.

👍 beautifulsoup is definitely on my list of things to investigate.

@adamghill adamghill added the enhancement New feature or request label Jan 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants