Task #53744
closedEpic #55070: Workpackages
Epic #55065: WP: Overall System Performance (Backend and Frontend)
Bug #52949: Speed decrease since 4.5
Change ClassLoader cache from proxy require files to standard cache backends
100%
Updated by Gerrit Code Review about 11 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25489
Updated by Markus Klein about 11 years ago
- Category set to Caching
- Target version set to next-patchlevel
- Complexity set to hard
Updated by Gerrit Code Review about 11 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25489
Updated by Gerrit Code Review about 11 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25489
Updated by Gerrit Code Review about 11 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25489
Updated by Gerrit Code Review about 11 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25489
Updated by Gerrit Code Review about 11 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25489
Updated by Gerrit Code Review about 11 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25489
Updated by Gerrit Code Review about 11 years ago
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25489
Updated by Thomas Maroschik about 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 51e23edaf7d518e05293874ac4b631db77594da9.
Updated by Thorsten Kahler about 11 years ago
Performance tested on Ubuntu 12.04 (PHP 5.3.10) without bytecode cache:
Test scenario¶
- 2 request to start page of (upgraded) introduction package
- cache completely empty before
- Apache restarted before requests
- no PHP bytecode cache
- additional test: concurrent uncached requests
before change¶
ab -n 2 http://typo3-workspace-test-environment.dev/
min | max |
---|---|
497 | 4775 |
675 | 4098 |
570 | 3925 |
539 | 4346 |
528 | 4210 |
ab -n 30 -c 3 http://typo3-workspace-test-environment.dev/?no_cache=1
min | median | max |
---|---|---|
1071 | 2523 | 11678 |
2183 | 2431 | 14882 |
2185 | 2476 | 14779 |
2267 | 2531 | 14710 |
2272 | 2481 | 15044 |
after change¶
ab -n 2 http://typo3-workspace-test-environment.dev/
min | max |
---|---|
559 | 2878 |
488 | 3229 |
470 | 2930 |
463 | 2904 |
529 | 2752 |
ab -n 30 -c 3 http://typo3-workspace-test-environment.dev/?no_cache=1
min | median | max |
---|---|---|
1026 | 2428 | 12555 |
1331 | 2286 | 14088 |
1879 | 2432 | 11427 |
2115 | 2361 | 10407 |
2108 | 2356 | 10440 |