zalando-stups / yourturn

The frontend/developer console for the STUPS infrastructure
http://docs.stups.io/en/latest/components/yourturn.html
Apache License 2.0
8 stars 7 forks source link

Violation: Render performance #449

Closed prayerslayer closed 8 years ago

prayerslayer commented 8 years ago

Esp. w/ page_size=100 it's noticably bad. See how we can reduce rerenderings.

prayerslayer commented 8 years ago

Strategy: Cut selected violation out of violation table state. Then we're not reconciling the table on every click and we should be good.

Damn, tables are hard. Always were.