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 enhancement for list of talks #1

Open
patrickmineault opened this issue Nov 19, 2020 · 0 comments
Open

Performance enhancement for list of talks #1

patrickmineault opened this issue Nov 19, 2020 · 0 comments

Comments

@patrickmineault
Copy link

I notice that the homepage freezes for a bit while talks are rendered to the DOM. This could be fixed with a virtualized list component that only renders list elements when they're on the screen, for example https://tangbc.github.io/vue-virtual-scroll-list/#/dynamic-size.

How open are you to refactor some javascript to use a lightweight component library like vue.js so we could easily integrate a virtualized list? For reference, with the linked component, solving the performance issue would be as easy as integrating this snippet:

<virtual-list class="list"
  :data-key="'id'"
  :data-sources="items"
  :data-component="itemComponent"
  :estimate-size="80"
/>
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

No branches or pull requests

1 participant