[TYPO3-english] Audit installed extensions

Bernd Wilke t3ng at pi-phi.tk
Thu Sep 29 12:51:04 CEST 2011


On Thu, 29 Sep 2011 12:03:42 +0200, Stephen Bungert wrote:

> Is there any extension or way in TYPO3 without an extension to see if
> installed extensions are actually being used anywhere on any of the
> pages?
> 
> I have quite a few extensions installed, some are old, and I'm sure we
> don't need them anymore... but I don't want to have to manually check
> pages to make sure.
> 
you can't be sure as an extension can be used in three (or more) ways:

as plugin: this usages you can find with a sql-query on tt_content
SELECT uid, pid, hidden, deleted WHERE list_type LIKE "%extensionname%"

in typoscript:
you may use the templateanalyzer and view the full expanded typoscript 
and search for usages

in another extension:
make a grep -inr "extensionname" * in your root dir to get hints which 
extension may use your extension


bernd
-- 
http://www.pi-phi.de/t3v4/cheatsheet.html


More information about the TYPO3-english mailing list