chaosdorf / mete

Matekasse
MIT License
46 stars 40 forks source link

endless scrolling for audits #25

Open YtvwlD opened 8 years ago

YtvwlD commented 8 years ago

The audits page takes a long time to load.

Perhaps we could just load the last 50 audits initially and load the rest later on.

(API clients can and should only request the data they need.)

YtvwlD commented 8 years ago

The audits page takes a long time to load.

Now, it's so bad that it doesn't load anymore.

nomaster commented 8 years ago

The audit page has not been properly implemented. Because of the bad performance, I consider it a security issue, because it makes the application backend very vulnerable to denial-of-service attacks.

YtvwlD commented 8 years ago

91307ff solves this partially.