SHARE
TWEET

Untitled

smiche Oct 3rd, 2016 72 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Statistics widget:
  2. Update likely to happen 5-10 times a day at most.
  3. Possibly iterating 1000-2000 objects at most.
  4.  
  5. Server+Client side:
  6. new func in server route
  7. new func in server service
  8. new component
  9. new func in factory
  10. (changes in 4 places)-
  11. server round trips--
  12. client js performance+
  13. dynamic updates & recaching+
  14.  
  15. Client side:
  16. only component+
  17. slower js performance-
  18. no server trips+
  19. dynamic updates & recaching+
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top