Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error page optimisations #299

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

Commits on Sep 16, 2024

  1. Use simpler error pages when HTML isn't needed

    This saves queries and processing time, if the HTML isn't ever going to be rendered, and simple text would be enough.
    RealOrangeOne committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    b2c4fad View commit details
    Browse the repository at this point in the history
  2. Cache 404s for 15 minutes

    This should reduce the impact on missing pages being crawled.
    RealOrangeOne committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    8109908 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89ae354 View commit details
    Browse the repository at this point in the history
  4. Flip comment

    RealOrangeOne committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    4cad762 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    489ae30 View commit details
    Browse the repository at this point in the history