Skip to content
Snippets Groups Projects
  1. Mar 17, 2020
  2. Mar 04, 2020
  3. Mar 02, 2020
  4. Feb 28, 2020
  5. Jan 28, 2020
  6. Jan 21, 2020
  7. Jan 03, 2020
  8. Jan 02, 2020
  9. Dec 20, 2019
  10. Dec 16, 2019
  11. Dec 10, 2019
  12. Dec 05, 2019
  13. Nov 19, 2019
  14. Oct 22, 2019
  15. Sep 20, 2019
  16. Sep 19, 2019
  17. Sep 18, 2019
  18. Sep 13, 2019
  19. Aug 30, 2019
  20. Aug 28, 2019
  21. Aug 08, 2019
  22. Aug 01, 2019
  23. 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
  24. 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
  25. Jun 25, 2019
  26. Jun 14, 2019
  27. Jun 12, 2019
  28. Jun 05, 2019
  29. May 29, 2019
Loading