SophistSolutions / WhyTheFuckIsMyNetworkSoSlow

WhyTheFuckIsMyNetworkSoSlow is a network performance analysis tool, making it easy to quickly examine a network and see what is wrong, and to evaluate longer term trends.
15 stars 1 forks source link

Support ETags and 304's when no update to the UI is needed because of no real change #8

Open LewisPringle opened 5 years ago

LewisPringle commented 5 years ago

The backend must generate etags and support conditional get and the GUI must track assocaited etags and generate conditional gets when appropriate, and then avoid recomputing vuex model.

LewisPringle commented 5 years ago

Depends on https://stroika.atlassian.net/browse/STK-689 (Support ETAG along with ConditionalGet (maybe also last modified with conditional get))