gaya/typo3-content-usage

Content usage analysis

Installs: 36

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

12.0.0 2024-05-03 21:17 UTC

This package is auto-updated.

Last update: 2024-05-03 22:04:43 UTC


README

This TYPO3 extension analyse database to generate a report of content usage:

  • Doktypes
  • Ctypes
  • Plugins (list_Type)

Installation

composer require gaya/typo3-content-usage

Content analysis

Doktypes

List all doktypes declared on the TYPO3 instance and list all pages (actives, disabled, deleted) which are using these doktypes.

CType

List all ctypes declared on the TYPO3 instance and list all contents (actives, disabled, deleted) which are using these CTypes.

Plugins

List all plugins (list_type) declared on the TYPO3 instance and list all contents (actives, disabled, deleted) which are using these plugins.

Why

This content reporting has been designed for maintainers:

  • to quickly find where a content type is used
  • to help in a code cleanup phase by identifying unused content types