#30102 closed Cleanup/optimization (wontfix)
Optimize the `page_not_found` view after #30070
Reported by: | Illia Volochii | Owned by: | nobody |
---|---|---|---|
Component: | Core (Other) | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
There is no need to use the template system here.
The content has not got variables and can be just a byte string.
Change History (3)
comment:1 by , 6 years ago
Summary: | Optimize the `page_not_found` after #30070 → Optimize the `page_not_found` view after #30070 |
---|
comment:2 by , 6 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
As per discussion on the original PR, there are test cases relying on the template context being available on the response. Working around this
probablyisn't worth the effort. Follow-up PR adds a comment explaining the usage, as per Tim's suggestion.