summaryrefslogtreecommitdiff
path: root/doc/development/performance.md
Commit message (Collapse)AuthorAgeFilesLines
* Adds docs for QueryRecorder tests28492-add-dev-documentation-for-using-the-queryrecorder-in-specsJames Edwards-Jones2017-03-131-0/+1
|
* Add the rspec_profiling gem and documentation to the GitLab development ↵23034-enable-rspec-profilingNick Thomas2017-01-271-0/+35
| | | | environment
* Fix link from doc/development/performance.md to 'Performance Monitoring'jej-fix-doc-performance-link-to-monitoringJames Edwards-Jones2016-12-171-1/+1
|
* Add StackProf to the Gemfile, along with a utility to get a profile for a specNick Thomas2016-11-291-0/+110
|
* Fix old monitoring links to point to the new locationdocs/fix-link-to-monitoringAchilleas Pipinellis2016-10-241-1/+1
|
* Merge branch 'dz-rename-user-routes' into 'master'Robert Speicher2016-10-171-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Rename users routing from /u/:username to /users/:username for consistency with other routes Renames /u/:username to /users/:username To follow consistency with other routes (like groups) and UsersController name. Now when you can use `/:username` for accessing user page there is no need in shortcut like `/u/` See merge request !6851
| * Remove /u/ prefix from user pages in documentationDmitriy Zaporozhets2016-10-131-1/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Add docs for request profilingfix/request-profiler-docsAhmad Sherif2016-10-141-1/+2
|/ | | | Closes #23239
* Corrected links/usernames in performance guideupdate-performance-guideYorick Peterse2016-08-111-5/+4
| | | | | | | This fixes two broken links in the performance guide and removes the mention of Josh as he no longer works for GitLab. [ci skip]
* Fixed username links in the performance guideYorick Peterse2016-05-041-3/+3
| | | | | | | | | These would end up being rendered as: <a href="...">@yorickpeterse</a> <a href="...">@yorickpeterse</a> [ci skip]
* Copyedit performance documentAchilleas Pipinellis2016-05-031-22/+22
| | | | [ci skip]
* Added performance guidelinesperformance-guideYorick Peterse2016-04-301-0/+258
Fixes gitlab-org/gitlab-ce#15254 gitlab-org/gitlab-ce#14277 [ci skip]