---
title: "Important: #87980 - \"Page is being generated\" message has been removed"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:important-87980"
source: "Changelog/9.5.x/Important-87980-PageIsBeingGeneratedMessageHasBeenRemoved.rst"
typo3-version: "9.5.x"
typo3-major: 9
type: "important"
issue: 87980
forge: "https://forge.typo3.org/issues/87980"
tags: ["Frontend", "ext:frontend"]
rendered: "2026-09-17T21:17:42+00:00"
---

# Important: #87980 - "Page is being generated" message has been removed {#important-87980-page-is-being-generated-message-has-been-removed}

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

## Description {#description}

The "Page is being generated" message and the corresponding
temporary 503 response have been removed.

Instead of offloading the work to wait for the final page content,
concurrent requests now wait for the real page content to be
rendered (and deliver the content from cache once ready) instead
of sending a 503 response code and the famous "Page is being
generated" message.

The motivation for this change:
The 503 status code together with the "Page is being generated message"
does not only occur for slow or high traffic sites. It will be displayed
even for two concurrent requests, no matter how fast the page rendered
or how low the current traffic is.
The requests only need to (nearly) arrive at the same time.

Note: In case the increased number of waiting requests has a negative
impact on highly frequented servers, an additional proxy cache should be
considered in front of the server to make sure clients are served a valid
response without waiting until new content is ready.
