Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
33602848
Commit
33602848
authored
Mar 17, 2022
by
Aleksei Lipniagov
Committed by
Marcel Amirault
Mar 17, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Index all performance pages from docs
parent
eee5d278
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
3 deletions
+34
-3
doc/development/performance.md
doc/development/performance.md
+34
-3
No files found.
doc/development/performance.md
View file @
33602848
...
...
@@ -7,7 +7,38 @@ info: To determine the technical writer assigned to the Stage/Group associated w
# Performance Guidelines
This document describes various guidelines to follow to ensure good and
consistent performance of GitLab.
consistent performance of GitLab. Refer to the
[
Index
](
#performance-documentation
)
section below to navigate to Performance-related pages.
## Performance Documentation
-
General:
-
[
Solving performance issues
](
#workflow
)
-
[
Handbook performance page
](
https://about.gitlab.com/handbook/engineering/performance/
)
-
[
Merge request performance guidelines
](
../development/merge_request_performance_guidelines.md
)
-
Backend:
-
[
Tooling
](
#tooling
)
-
Database:
-
[
Query performance guidelines
](
../development/query_performance.md
)
-
[
Pagination performance guidelines
](
../development/database/pagination_performance_guidelines.md
)
-
[
Keyset pagination performance
](
../development/database/keyset_pagination.md#performance
)
-
[
Troubleshooting import/export performance issues
](
../development/import_export.md#troubleshooting-performance-issues
)
-
[
Pipelines performance in the `gitlab` project
](
../development/pipelines.md#performance
)
-
Frontend:
-
[
Performance guidelines
](
../development/fe_guide/performance.md
)
-
[
Performance dashboards and monitoring guidelines
](
../development/new_fe_guide/development/performance.md
)
-
[
Browser performance testing guidelines
](
../user/project/merge_requests/browser_performance_testing.md
)
-
[
`gdk measure` and `gdk measure-workflow`
](
https://gitlab.com/gitlab-org/gitlab-development-kit/-/blob/main/doc/gdk_commands.md#measure-performance
)
-
QA:
-
[
Load performance testing
](
../user/project/merge_requests/load_performance_testing.md
)
-
[
GitLab Performance Tool project
](
https://gitlab.com/gitlab-org/quality/performance
)
-
[
Review apps performance metrics
](
../development/testing_guide/review_apps.md#performance-metrics
)
-
Monitoring & Overview:
-
[
GitLab performance monitoring
](
../administration/monitoring/performance/index.md
)
-
[
Development department performance indicators
](
https://about.gitlab.com/handbook/engineering/development/performance-indicators/
)
-
[
Service measurement
](
../development/service_measurement.md
)
-
Self-managed administration and customer-focused:
-
[
File system performance benchmarking
](
../administration/operations/filesystem_benchmarking.md
)
-
[
Sidekiq performance troubleshooting
](
../administration/troubleshooting/sidekiq.md
)
## Workflow
...
...
@@ -156,7 +187,7 @@ With the [Performance bar](../administration/monitoring/performance/performance_
you have the option to profile a request using Stackprof and immediately output the results to a
[
Speedscope flamegraph
](
profiling.md#speedscope-flamegraphs
)
.
### RSpec profiling with Stackprof
### RSpec profiling with Stackprof
To create a profile from a spec, identify (or create) a spec that
exercises the troublesome code path, then run it using the
`bin/rspec-stackprof`
...
...
@@ -307,7 +338,7 @@ ProjectPolicy#access_allowed_to? (/Users/royzwambag/work/gitlab-development-kit/
code:
| 793 | def access_allowed_to?
(
feature
)
141
(
0.2%
)
| 794 |
return
false
unless project.project_feature
| 795 |
| 795 |
8
(
0.0%
)
| 796 |
case
project.project_feature.access_level
(
feature
)
| 797 | when ProjectFeature::DISABLED
| 798 |
false
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment