[!!!][TASK] Drop extbase query cache
The database is having a query cache to exactly take care of that, no need to cache a preparsed query (done in PHP) to be stored in a different DB table by default to optimize speed. Any interface related method and properties throw a deprecation notice but will have no effect anymore. The interface method has been removed, being compatible with all existing older versions of the interface. Resolves: #77460 Releases: master Change-Id: I11e9d6c367a32fad2fa77ecd85172fc242ca1fe9 Reviewed-on: https://review.typo3.org/49409 Tested-by:Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/core/Configuration/DefaultConfiguration.php 0 additions, 5 deletionstypo3/sysext/core/Configuration/DefaultConfiguration.php
- typo3/sysext/core/Documentation/Changelog/master/Breaking-77460-ExtbaseQueryCacheRemoved.rst 32 additions, 0 deletions...ngelog/master/Breaking-77460-ExtbaseQueryCacheRemoved.rst
- typo3/sysext/extbase/Classes/Persistence/Generic/QueryFactory.php 0 additions, 3 deletions...sext/extbase/Classes/Persistence/Generic/QueryFactory.php
- typo3/sysext/extbase/Classes/Persistence/Generic/QuerySettingsInterface.php 0 additions, 5 deletions...se/Classes/Persistence/Generic/QuerySettingsInterface.php
- typo3/sysext/extbase/Classes/Persistence/Generic/Storage/Typo3DbBackend.php 7 additions, 92 deletions...se/Classes/Persistence/Generic/Storage/Typo3DbBackend.php
- typo3/sysext/extbase/Classes/Persistence/Generic/Typo3QuerySettings.php 5 additions, 0 deletions...xtbase/Classes/Persistence/Generic/Typo3QuerySettings.php
- typo3/sysext/install/Classes/Service/SilentConfigurationUpgradeService.php 3 additions, 1 deletion...all/Classes/Service/SilentConfigurationUpgradeService.php
Please register or sign in to comment