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.

CommentFileSizeAuthor
#2 3013160-2.patch2.45 KBsamuel.mortenson

Comments

samuel.mortenson created an issue. See original summary.

samuel.mortenson’s picture

Status: Active » Needs review
StatusFileSize
new2.45 KB

This 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.

  • samuel.mortenson authored 443a9e5 on 8.x-1.x
    Issue #3013160 by samuel.mortenson: Tome makes a request for entity...
samuel.mortenson’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.