PHPackages                             pixelant/pxa-lpeh - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. pixelant/pxa-lpeh

ActiveTypo3-cms-extension[HTTP &amp; Networking](/categories/http)

pixelant/pxa-lpeh
=================

Speeds up error page handling and frees up PHP workers by loading local page content without issuing an external HTTP request.

v1.1.1(3y ago)7153.3k↓17.8%4[2 issues](https://github.com/pixelant/pxa_lpeh/issues)GPL-3.0-or-laterPHP

Since Apr 23Pushed 1y ago4 watchersCompare

[ Source](https://github.com/pixelant/pxa_lpeh)[ Packagist](https://packagist.org/packages/pixelant/pxa-lpeh)[ Docs](https://github.com/pixelant/pxa_lpeh)[ RSS](/packages/pixelant-pxa-lpeh/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (1)Versions (5)Used By (0)

Local Page Error Handler for TYPO3
==================================

[](#local-page-error-handler-for-typo3)

Note: `pxa_lpeh` is not required for TYPO3 v12 and later. The TYPO3 core does [not issue subrequests anymore](https://forge.typo3.org/issues/94402).

This extension speeds up error page handling and frees up PHP workers by loading local page content without issuing an external HTTP request.

The speed increase depends on the round-trip time for external HTTP requests for your server (including resolving the DNS), but it could easily be 3x what you're having today.

Installation
------------

[](#installation)

1. Download from the TYPO3 Extension Repository or require the extension using Composer: `composer req pixelant/pxa-lpeh`
2. Enable the extension in the Admin tools &gt; Extensions module or run `vendor/bin/typo3 extension:activate pxa_lpeh`

Configuration
-------------

[](#configuration)

### Default Configuration

[](#default-configuration)

No configuration is required by default.

The extension will use the configuration for any "Show Content from Page" error handler.

- Make internal requests where Show Content From Page is to an internal TYPO3 page, e.g. "t3://page?uid=404".
- External requests will behave normally and issue an external request. E.g. where Show Content From Page points to "".

### Disabling Page Content Error Handler Override

[](#disabling-page-content-error-handler-override)

By default, this extension overrides the `PageContentErrorHandler` class and calls this class only if the Error Handler configuration explicitly requires an external request.

You can disable this override in the Admin tools &gt; Settings &gt; Extension Configuration by checking the box "Don't replace the standard 'Show Content from Page' error handler, use 'PHP Class' instead".

This extension can still be used by explicitly configuring a PHP Error Handler Class in Site management &gt; Sites &gt; \[Your Site\] &gt; Error Handling:

1. Create a new error handling
2. Set "HTTP Error Status Code" to 404
3. Set "How to handle Errors" to "PHP Class"
4. Set "ErrorHandler Class Target (FQCN)" to `Pixelant\PxaLpeh\Error\PageErrorHandler\LocalPageErrorHandler`
5. Set "Show Content from Page" to a *page* in current Site to generate a link e.g. t3://page?uid=78

### Avoiding Hung HTTP Requests

[](#avoiding-hung-http-requests)

External requests for error pages can hang your site during high-load situations. We recommend setting `$GLOBALS['TYPO3_CONF_VARS']['HTTP']['timeout']` to a non-zero value to alleviate this problem.

Ultimate Error Fallback
-----------------------

[](#ultimate-error-fallback)

If fetching the page fails, a "generic" TYPO3 error page will be displayed with the http status code. This might be e.g. the link isn't to a page, the page doesn't exist in this site etc.

Issues and Contribution
-----------------------

[](#issues-and-contribution)

Please feel free to submit issues or contribute pull requests to this extension.

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity39

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~197 days

Total

4

Last Release

1260d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13124175?v=4)[Resultify AB - Private](/maintainers/pixelant)[@pixelant](https://github.com/pixelant)

---

Top Contributors

[![pixelmatseriks](https://avatars.githubusercontent.com/u/5682324?v=4)](https://github.com/pixelmatseriks "pixelmatseriks (8 commits)")[![MattiasNilsson](https://avatars.githubusercontent.com/u/1718315?v=4)](https://github.com/MattiasNilsson "MattiasNilsson (5 commits)")[![mabolek](https://avatars.githubusercontent.com/u/8200271?v=4)](https://github.com/mabolek "mabolek (4 commits)")[![cweiske](https://avatars.githubusercontent.com/u/59036?v=4)](https://github.com/cweiske "cweiske (2 commits)")[![dmh](https://avatars.githubusercontent.com/u/5150636?v=4)](https://github.com/dmh "dmh (2 commits)")[![josefglatz](https://avatars.githubusercontent.com/u/2861556?v=4)](https://github.com/josefglatz "josefglatz (1 commits)")[![mbrodala](https://avatars.githubusercontent.com/u/5037116?v=4)](https://github.com/mbrodala "mbrodala (1 commits)")

---

Tags

typo3

### Embed Badge

![Health badge](/badges/pixelant-pxa-lpeh/health.svg)

```
[![Health](https://phpackages.com/badges/pixelant-pxa-lpeh/health.svg)](https://phpackages.com/packages/pixelant-pxa-lpeh)
```

###  Alternatives

[aoe/restler

A TYPO3-Extension, that integrates the popular PHP REST-framework Restler in TYPO3.

3177.5k1](/packages/aoe-restler)[in2code/powermail

Powermail is a well-known, editor-friendly, powerful and easy to use mailform extension for TYPO3 with a lots of features

982.5M38](/packages/in2code-powermail)[typo3/testing-framework

The TYPO3 testing framework provides base classes for unit, functional and acceptance testing.

675.0M775](/packages/typo3-testing-framework)[in2code/femanager

Modern TYPO3 Frontend User Registration.

49745.4k6](/packages/in2code-femanager)[christophlehmann/imageoptimizer

Optimize uploaded/processed images with binaries of your choice

46501.8k](/packages/christophlehmann-imageoptimizer)[wazum/sluggi

TYPO3 extension for URL slug management with inline editing, auto-sync, locking, access control, and redirects

39488.5k](/packages/wazum-sluggi)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
