Skip to content
Snippets Groups Projects
  1. Feb 20, 2020
  2. Jan 28, 2020
  3. Jan 21, 2020
  4. Jan 03, 2020
  5. Jan 02, 2020
  6. Dec 20, 2019
  7. Dec 16, 2019
  8. Dec 10, 2019
  9. Dec 05, 2019
  10. Nov 19, 2019
  11. Oct 22, 2019
  12. Sep 20, 2019
  13. Sep 19, 2019
  14. Sep 18, 2019
  15. Sep 13, 2019
  16. Aug 30, 2019
  17. Aug 28, 2019
  18. Aug 08, 2019
  19. Aug 01, 2019
  20. Jul 30, 2019
    • Sean McGivern's avatar
      Remove line profiler from performance bar · 18cdc5ba
      Sean McGivern authored
      1. The output isn't great. It can be hard to find hotspots and, even
         when you do find them, to find why those are hotspots.
      2. It uses some jQuery-specific frontend code which we can remove now
         that we don't have this any more.
      3. It's only possible to profile the initial request, not any subsequent
         AJAX requests.
      18cdc5ba
  21. Jul 26, 2019
    • Sean McGivern's avatar
      Replace peek-pg with our own implementation · ad1c7166
      Sean McGivern authored
      This uses an ActiveRecord subscriber to get queries and calculate the
      total query time from that. This means that the total will always be
      consistent with the queries in the table. It does however mean that we
      could potentially miss some queries that don't go through ActiveRecord.
      
      Making this change also allows us to unify the response JSON a little
      bit, making the frontend slightly simpler as a result.
      ad1c7166
  22. Jun 25, 2019
  23. Jun 14, 2019
  24. Jun 12, 2019
  25. Jun 05, 2019
  26. May 29, 2019
  27. May 22, 2019
  28. May 10, 2019
  29. Apr 10, 2019
  30. Mar 21, 2019
Loading