Task #58022
closedSpeedup deletion of an inactive extension
0%
Description
Even if an extension is inactive, deleting it through EM takes quite a while. Does that also trigger a complete cache-clear or so? Are there ways to skip certain steps maybe?
Updated by Susanne Moog over 10 years ago
- Status changed from New to Needs Feedback
Hi,
no cache-clearing triggered. Have a look at typo3/sysext/extensionmanager/Classes/Utility/InstallUtility.php method "removeExtension" which essentially just deletes the directory via GeneralUtility::rmDir - which can take some time depending on how big the extension is and how many nested levels there are.
Do you have ideas on how to speed that up?
Regards,
Susi
Updated by Alexander Opitz almost 10 years ago
- Status changed from Needs Feedback to Closed
No feedback within the last 90 days => closing this issue.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.