Task #58022
closed
Speedup deletion of an inactive extension
Added by Stefan Neufeind over 10 years ago.
Updated almost 10 years ago.
Category:
Extension Manager
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?
- 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
- 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.
Also available in: Atom
PDF