Update performance bar documentation
|
Before Width: | Height: | Size: 97 KiB After Width: | Height: | Size: 124 KiB |
|
Before Width: | Height: | Size: 89 KiB After Width: | Height: | Size: 199 KiB |
|
After Width: | Height: | Size: 187 KiB |
|
After Width: | Height: | Size: 268 KiB |
|
Before Width: | Height: | Size: 125 KiB After Width: | Height: | Size: 331 KiB |
|
|
@ -8,15 +8,16 @@ activated, it looks as follows:
|
|||
It allows you to see (from left to right):
|
||||
|
||||
- the current host serving the page
|
||||
- the timing of the page (backend, frontend)
|
||||
- time taken and number of DB queries, click through for details of these queries
|
||||

|
||||
- time taken and number of [Gitaly] calls, click through for details of these calls
|
||||

|
||||
- time taken and number of [Rugged] calls, click through for details of these calls
|
||||

|
||||
- profile of the code used to generate the page, line by line. In the profile view, the numbers in the left panel represent wall time, cpu time, and number of calls (based on [rblineprof](https://github.com/tmm1/rblineprof)).
|
||||

|
||||
- time taken and number of calls to Redis
|
||||
- time taken and number of background jobs created by Sidekiq
|
||||
- time taken and number of Redis calls, click through for details of these calls
|
||||

|
||||
- time taken and number of Ruby GC calls
|
||||
|
||||
On the far right is a request selector that allows you to view the same metrics
|
||||
|
|
@ -43,3 +44,4 @@ You can toggle the Bar using the same shortcut.
|
|||

|
||||
|
||||
[Gitaly]: ../../gitaly/index.md
|
||||
[Rugged]: ../../high_availability/nfs.md#improving-nfs-performance-with-gitlab
|
||||
|
|
|
|||