sinfo / eventdeck

:calendar: The awesome web app that supports awesome events
MIT License
9 stars 3 forks source link

Optimize API calls #271

Closed Makay11 closed 9 years ago

Makay11 commented 9 years ago

http://puu.sh/fnYQr/607faf1dca.png

This is why the browser freezes when you access the Deck.

fbaiodias commented 9 years ago

Can you try to implement pagination on the lists frontend?

We also need to stop using { all: true } on the fetches, to minimize the amount of data being transferred on each request.

JGAntunes commented 9 years ago

We already do it on the notifications part, we have the modules for that.

On 3 February 2015 at 01:16, Francisco Baio Dias notifications@github.com wrote:

Can you try to implement pagination on the lists frontend?

We also need to stop using { all: true } on the fetches, to minimize the amount of data being transferred on each request.

— Reply to this email directly or view it on GitHub https://github.com/sinfo/eventdeck/issues/271#issuecomment-72573816.

Makay11 commented 9 years ago

More important than that is requesting only the necessary fields. That will have the biggest impact on performance.

JGAntunes commented 9 years ago

Issue to be sliced into more specific ones.