qbus/skip-page-is-being-generated

This package is abandoned and no longer maintained. No replacement package was suggested.

Disable the TYPO3 'Page is being generated'

1.1.7 2019-01-27 16:32 UTC

This package is auto-updated.

Last update: 2020-04-28 21:55:45 UTC


README

Scrutinizer Code Quality Build Status Coverage Status

Abandoned

As of TYPO3 v8.7.25, v9.5.6 and v10.0 this extension is no longer required, as the behaviour of this extension has been merged into TYPO3.

Description

This extension disables the "Page is being generated" message which is shown when two requests try to render the same page simultaneously.

Disabling that message means that all concurrent requests render the same content independently.

TYPO3 implements the "Page is being generated" message through a "temporary page cache" concept. Instead of using a XCLASS, this extension hooks into the TYPO3 Caching Framework. We simply invalidate the timeout of the aformentioned temporary cache, so that the temporary content is never valid and thus never sent to the user. This does not affect delivery of cached page contents. They will be sent as usual as they are not marked as temporary cache content.

No configuration needed. Just install:

composer require qbus/skip-page-is-being-generated