Project

General

Profile

Actions

Task #58022

closed

Speedup deletion of an inactive extension

Added by Stefan Neufeind about 10 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2014-04-17
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Sprint Focus:

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?

Actions #1

Updated by Susanne Moog almost 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

Actions #2

Updated by Alexander Opitz over 9 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.

Actions

Also available in: Atom PDF