Themed fast 404
This module creates a dynamic "page not found" page that is then saved as a static HTML file. This static file is then served to users, bypassing Drupal's normal page loading process for improved performance.
How it works
This module provides dynamic 404 /page-not-found page. Cron job will access that page, grab the content from it and put it into a static html file.
After setting proper configuration for drupal core fast_404 it will serve static html file instead of bootstaping drupal.
Configuration page
Module configuration page: /admin/config/system/themed_fast_404
Base URL: On some hosting providers it is impossible to pass parameters to cron to tell Drupal which URL to bootstrap with. In that case base URL will be invalid/incorrect and drupal will not be able to generate static 404 file. It is recommended to set it.
404 page body: The dynamic page not found body content.
Setup
- Enable the module
- Visit
/admin/config/system/themed_fast_404and configure it.
Depends on
Dependencies of the latest stable release
- config Drupal core
- file Drupal core
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 1.0.7 | Stable | 10–11 | D11 error fix & D9 support drop | May 27, 2025 |