Actions
Bug #3985
closedCaching on getIntegrations breaks duplicate calls with different variables
Bug #3985:
Caching on getIntegrations breaks duplicate calls with different variables
Description
getIntegrations has pointless caching that is only caching based off the trigger. It is observed there is zero performance impact of removing this caching. The caching breaks duplicate trigger calls, for example when using the new CB AnitSpam to render captcha it results in the same captcha rendered for each usage and breaks refresh/audio usage (captcha will still validate fine though). Remove the caching.
Updated by krileon over 12 years ago
- Target version set to 2.8.0
Updated by krileon over 10 years ago
- Target version changed from 2.8.0 to 3.0.0
Updated by krileon about 10 years ago
- Status changed from Resolved to Closed
Actions