---
title: "Breaking: #64643 - Remove functionality for enable_typo3temp_db_tracking"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-64643"
source: "Changelog/7.1/Breaking-64643-RemoveEnableTypo3tempDbTracking.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Breaking: #64643 - Remove functionality for enable_typo3temp_db_tracking

See [forge#64643](https://forge.typo3.org/issues/64643)

## Description

The logic and the database table for tracking generated typo3temp/ images by GraphicalFunctions have been removed
without substitution. The option to enable this functionality `$TYPO3_CONF_VARS[GFX][enable_typo3temp_db_tracking]`
has been removed.

## Impact

Images generated with GraphicalFunctions with the option above enabled will not be tracked in the database anymore.

## Affected installations

Any installation having the option `$TYPO3_CONF_VARS[GFX][enable_typo3temp_db_tracking]` enabled.

## Migration

If the functionality or a similar functionality is needed for some edge-cases, an own implementation via a third-party
extension is necessary.
