Commit Graph

6 Commits

Author SHA1 Message Date
Filipa Lacerda 3886489a47
Fix class name 2018-03-22 10:55:35 +00:00
Phil Hughes 58fe13ec9c Merge branch 'master' into '44453-performance-bar-modalbox'
# Conflicts:
#   app/assets/javascripts/performance_bar/components/detailed_metric.vue
2018-03-22 10:17:02 +00:00
Phil Hughes 7d651ad1de
removed check for host
changed wrapper to container with correct widths
2018-03-21 16:49:57 +00:00
Phil Hughes ab53f7aa13
Fix performance bar spacing 2018-03-21 16:28:07 +00:00
Filipa Lacerda 7224b8cea6
Adds a bigger width to the performance bar modal box and breaks the content 2018-03-20 17:26:30 +00:00
Sean McGivern a200619d14 Show Ajax requests in performance bar
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.
2018-03-19 19:06:09 +00:00