Giter Club home page Giter Club logo

Comments (5)

gcollazo avatar gcollazo commented on June 29, 2024

My main concern is rendering performance without the new Glimmer rendering engine. On the previous version of the site we had only a single list of packages without pagination and once we got above 300 rendering performance started to degrade. We are now at almost 700.

At the moment pagination seemed like the best alternative since I thought performance issues where going to get better and the pagination feature could be removed later.

That being said I think we still need to do something because even with Glimmer landed we wouldn't want to render thousands of packages on the page. I'm open to implementing infinite scroll if we can get performant search and sorting.

Also, do you have a reference website that shows how do you think infinite scroll should work?

from ember-cli-addon-search.

lazybensch avatar lazybensch commented on June 29, 2024

I would go with ember list view which is already pretty performant.

Related to that:
Two things i wanted to implement before infinite scroll, to assure the performance will scale with more and more addons coming in, is

  • first: cleaning up the html, to reduce the amount of unnecessary DOM elements per package
  • second: build a faster filter

(will create other issues for those in the next day or two)

anyway im glad to hear you are open to infinite scroll from a design point of view.

from ember-cli-addon-search.

lazybensch avatar lazybensch commented on June 29, 2024

ember list-view is making its way into an ember-cli addon here. i will definitely wanna wait for that :)

from ember-cli-addon-search.

stefanpenner avatar stefanpenner commented on June 29, 2024

ember list-view is making its way into an ember-cli addon here. i will definitely wanna wait for that :)

ya, we are making a push today and this weekend to get stuff back into-shape.

There is also a plan to make list-view use the page scroll, rather then div scroll. Hopefull we can slide that in after the rest of the planned work.

from ember-cli-addon-search.

gcollazo avatar gcollazo commented on June 29, 2024

I will close this for now and bring it up again when the new list-view ships

from ember-cli-addon-search.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.