Actions
Feature #35798
closedrsaauth calls openssl_pkey_new on every request [Performance]
Start date:
2012-04-09
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
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
Actions