1. 07 8月, 2019 2 次提交
  2. 30 7月, 2019 1 次提交
    • S
      Remove line profiler from performance bar · 18cdc5ba
      Sean McGivern 提交于
      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
  3. 24 7月, 2019 1 次提交
  4. 18 7月, 2019 1 次提交
    • Q
      Add profile mode to extend request profiling · 10e51ac5
      Qingyu Zhao 提交于
      Extend the support for "X-Profile-Token: <token>" to have an additional
      header that defines type of profile we are looking for, like:
        X-Profile-Mode: execution
        X-Profile-Mode: memory
      10e51ac5
  5. 15 7月, 2019 1 次提交
  6. 08 7月, 2019 1 次提交
  7. 04 7月, 2019 1 次提交
  8. 12 6月, 2019 1 次提交
  9. 12 5月, 2019 1 次提交
  10. 02 4月, 2019 1 次提交
  11. 11 3月, 2019 1 次提交
  12. 22 2月, 2019 1 次提交
    • E
      Ensure all lists are surrounded by new lines · eb866309
      Evan Read 提交于
      Markdown renderers find it easier to determine
      where lists start and end when lists are surrounded
      by new lines.
      
      For consistency, also ensure entries in the list
      are aligned when they span multipls lines.
      eb866309
  13. 24 1月, 2019 1 次提交
  14. 02 1月, 2019 1 次提交
  15. 18 12月, 2018 1 次提交
  16. 30 11月, 2018 1 次提交
  17. 23 11月, 2018 2 次提交
  18. 13 11月, 2018 1 次提交
  19. 27 8月, 2018 1 次提交
  20. 20 3月, 2018 1 次提交
    • S
      Show Ajax requests in performance bar · a200619d
      Sean McGivern 提交于
      But first, rewrite the performance bar in Vue:
      
      1. Remove the peek-host gem and replace it with existing code. This also allows
         us to include the host in the JSON response, rather than in the page HTML.
      2. Leave the line profiler parts as here-be-dragons: nicer would be a separate
         endpoint for these, so we could use them on Ajax requests too.
      3. The performance bar is too fiddly to rewrite right now, so apply the same
         logic to that.
      
      Then, add features! All requests made through Axios are able to be tracked. To
      keep a lid on memory usage, only the first two requests for a given URL are
      tracked, though. Each request that's tracked has the same data as the initial
      page load, with the exception of the performance bar and the line profiler, as
      explained above.
      a200619d
  21. 13 3月, 2018 1 次提交
  22. 15 12月, 2017 1 次提交
  23. 30 10月, 2017 1 次提交
  24. 07 9月, 2017 1 次提交
  25. 31 7月, 2017 1 次提交
  26. 07 7月, 2017 2 次提交
  27. 06 7月, 2017 2 次提交
  28. 08 2月, 2017 1 次提交
  29. 23 1月, 2017 1 次提交
  30. 22 1月, 2017 3 次提交
  31. 23 11月, 2016 1 次提交
  32. 15 10月, 2016 1 次提交
  33. 25 9月, 2016 1 次提交