sinfo / eventdeck

:calendar: The awesome web app that supports awesome events

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optimize API calls

Makay11 opened this issue · comments

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

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

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.

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
#271 (comment).

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

Issue to be sliced into more specific ones.