[TYPO3-english] How to identify unneeded extensions?
Loek Hilgersom
loek at netcoop.nl
Wed May 16 22:19:17 CEST 2012
Hi Martin,
I also use EXT extensionlist, it shows you which plugins are used on which
pages, very useful when cleaning up old rubbish!
Loek
On 05/16/2012 10:11 PM, Martin Bless wrote:
>
> Suppose you take over an existing TYPO3 installation.
>
> Q:What steps would you do to find out whether an extension is needed
> at all?
>
> - ok, disable it and see if the site is still working at all. But that
> doesn't solve the problem of course.
>
>
> Idea:
> Search all code for some PATTERNs like in:
> grep -ri PATTERN --include=*.php *
>
> What PATTERN would you search for in PHP files?
> And in Typoscript file?
>
>
> What else would you do?
>
> Martin
>
More information about the TYPO3-english
mailing list