Closed (fixed)
Project:
Tome
Version:
8.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
12 Nov 2018 at 17:57 UTC
Updated:
29 Nov 2018 at 16:14 UTC
Jump to comment: Most recent, Most recent file
Just noticed that when we added performance improvements for large sites, we removed the simple access checking for entity paths and now attempt to generate HTML for entity types like Block Content, Menu Link Content, and Redirect which all have a canonical route, but are never accessible to anonymous. This has big performance implications.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3013160-2.patch | 2.45 KB | samuel.mortenson |
Comments
Comment #2
samuel.mortensonThis makes sense to me - all of these entity types (in core at least) have a canonical link template that's the same as the edit form link template.
Comment #4
samuel.mortenson