Skip to content
Snippets Groups Projects
  1. Aug 18, 2018
  2. Jul 20, 2018
  3. Jul 19, 2018
  4. Jul 18, 2018
  5. Jul 09, 2018
  6. Jul 02, 2018
  7. Jun 29, 2018
  8. Jun 08, 2018
  9. Jun 06, 2018
  10. Jun 04, 2018
  11. May 31, 2018
  12. May 25, 2018
  13. May 24, 2018
  14. May 23, 2018
  15. May 14, 2018
  16. May 11, 2018
  17. May 09, 2018
  18. May 08, 2018
  19. May 04, 2018
  20. Apr 26, 2018
  21. Apr 25, 2018
  22. Apr 18, 2018
  23. Apr 16, 2018
  24. Apr 13, 2018
  25. Apr 12, 2018
  26. Apr 10, 2018
  27. Apr 05, 2018
  28. Mar 27, 2018
  29. Mar 19, 2018
    • Sean McGivern's avatar
      Show Ajax requests in performance bar · a200619d
      Sean McGivern authored
      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
  30. Mar 16, 2018
  31. Mar 13, 2018
  32. Mar 12, 2018
  33. Mar 08, 2018
Loading