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