gitlab-org--gitlab-foss/doc/administration
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
..
auth
gitaly Clarify when disabling Gitaly makes sense 2018-02-26 13:54:09 +00:00
high_availability
img
integration
monitoring Show Ajax requests in performance bar 2018-03-19 19:06:09 +00:00
operations
pages
raketasks Add version available info to integrity check rake task docs 2018-03-16 19:26:18 +05:30
troubleshooting
build_artifacts.md
container_registry.md
custom_hooks.md
environment_variables.md
housekeeping.md
incoming_email.md Docs: Incoming e-mails: require gitlab-ctl restart 2018-03-06 23:16:03 +00:00
index.md Update incoming emails documents 2018-03-02 19:51:08 +08:00
issue_closing_pattern.md
job_artifacts.md
logs.md Update documentation WRT to request parameters 2018-03-01 17:45:16 +00:00
operations.md
plugins.md Improve plugins documentation and remove unnecessary rake task 2018-02-28 12:31:19 +02:00
polling.md
reply_by_email.md Update incoming emails documents 2018-03-02 19:51:08 +08:00
reply_by_email_postfix_setup.md Update incoming emails documents 2018-03-02 19:51:08 +08:00
repository_checks.md
repository_storage_paths.md
repository_storage_types.md
repository_storages.md
restart_gitlab.md