Feature #35798
closedrsaauth calls openssl_pkey_new on every request [Performance]
0%
Description
openssl_pkey_new is not a simple cheap operation and for minimal (ajax) requests for example this can be 10% of the request time. This happens even if rsa auth is not enabled for frontend context.
Currently its called in every request as part of the tx_rsaauth_php_backend->isAvailable() method
Updated by Gerrit Code Review over 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10200
Updated by Gerrit Code Review over 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10200
Updated by Gerrit Code Review over 12 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10200
Updated by Gerrit Code Review over 12 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10200
Updated by Gerrit Code Review over 12 years ago
Patch set 5 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10200
Updated by Gerrit Code Review over 12 years ago
Patch set 6 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10200
Updated by Gerrit Code Review over 12 years ago
Patch set 7 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10200
Updated by Gerrit Code Review over 12 years ago
Patch set 8 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10200
Updated by Gerrit Code Review over 12 years ago
Patch set 9 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10200
Updated by Helmut Hummel over 12 years ago
- Category set to Authentication
- Target version set to 4.5.15
Updated by Helmut Hummel over 12 years ago
- Target version changed from 4.5.15 to 4.6.8
Updated by Helmut Hummel over 12 years ago
- Status changed from Under Review to Closed
closed as duplicate