Project

General

Profile

Actions

Task #53744

closed

Epic #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

Added by Thomas Maroschik over 10 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
Caching
Target version:
Start date:
2013-11-18
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
hard
Sprint Focus:

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #53556: classLoader->loadClass calls requireOnce twice per classClosed2013-11-12

Actions
Actions #1

Updated by Gerrit Code Review over 10 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

Actions #2

Updated by Markus Klein over 10 years ago

  • Category set to Caching
  • Target version set to next-patchlevel
  • Complexity set to hard
Actions #3

Updated by Gerrit Code Review over 10 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

Actions #4

Updated by Gerrit Code Review over 10 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

Actions #5

Updated by Gerrit Code Review over 10 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

Actions #6

Updated by Gerrit Code Review over 10 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

Actions #7

Updated by Gerrit Code Review over 10 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

Actions #8

Updated by Gerrit Code Review over 10 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

Actions #9

Updated by Gerrit Code Review over 10 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

Actions #10

Updated by Thomas Maroschik over 10 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #11

Updated by Thorsten Kahler over 10 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

test environment on Github

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
Actions #12

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF