1. 12 Jun, 2017 1 commit
  2. 08 Jun, 2017 1 commit
  3. 05 Jun, 2017 3 commits
  4. 27 Apr, 2017 1 commit
  5. 17 Apr, 2017 2 commits
  6. 12 Apr, 2017 2 commits
  7. 31 Mar, 2017 1 commit
  8. 20 Mar, 2017 1 commit
  9. 10 Mar, 2017 1 commit
  10. 09 Mar, 2017 1 commit
  11. 08 Mar, 2017 1 commit
  12. 01 Mar, 2017 1 commit
  13. 24 Feb, 2017 1 commit
  14. 27 Jan, 2017 1 commit
  15. 20 Jan, 2017 1 commit
  16. 10 Jan, 2017 2 commits
  17. 13 Dec, 2016 2 commits
  18. 12 Dec, 2016 7 commits
  19. 01 Dec, 2016 1 commit
  20. 18 Nov, 2016 1 commit
  21. 15 Nov, 2016 3 commits
  22. 10 Nov, 2016 1 commit
  23. 08 Nov, 2016 1 commit
  24. 03 Nov, 2016 1 commit
  25. 18 Oct, 2016 1 commit
    • [TNL-5632] Optimize the single_thread view. · 6704e17a
      Firstly, we're now explicitly instructing the comments service to not
      return thread responses/comments if the request isn't AJAX.  So, if you
      load the URL for a single discussion thread in your browser, this would
      be a non-AJAX call and we'll avoid loading the responses for the entire
      thread behind-the-scenes.  Big win here for large threads.
      
      Next, we removed a redundant "get threads" call which was also happening
      behind-the-scenes.  This call was redundant as the front-end JS also
      grabs the thread list when a topic is chosen, so we were making an
      extranenous call for no benefit.  Poof, gone!
      
      Finally, we added some caching of database queries that are required to
      drive a lot of the permissions/cohorts machinery around discussion.
      This will have a minimal effect but introduced a cleaner way to apply
      general memoization at the per-request level which will let us further
      cache things as we identify them as issues.
      Toby Lawrence committed
  26. 16 Sep, 2016 1 commit