---
title: "Important: #72580 - Publicly accessible generated asset files moved to typo3temp/assets/"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:important-72580"
source: "Changelog/8.0/Important-72580-PubliclyAccessibleGeneratedAssetFilesMovedToTypo3tempassets.rst"
typo3-version: "8.0"
typo3-major: 8
type: "important"
issue: 72580
forge: "https://forge.typo3.org/issues/72580"
tags: ["Frontend"]
rendered: "2026-09-19T12:12:50+00:00"
---

# Important: #72580 - Publicly accessible generated asset files moved to typo3temp/assets/ {#important-72580}

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

## Description {#description}

The folder structure within typo3temp/ was changed to separate assets that need to be accessed by
the client from the files that are temporary created for e.g. caching or locking purposes and only need
server-side access.

These assets were moved from the folders `_processed_`, `compressor`, `GB`, `temp`, `Language`,
`pics` and organized into `typo3temp/assets/js/`, `typo3temp/assets/css/`,
`typo3temp/assets/compressed/` and `typo3temp/assets/images/`.
