v9: IsBackOfficeRequest is extremely inefficient #11640
Locked
Nuklon
started this conversation in
Features and ideas
Replies: 3 comments
-
@bergmania Not sure how to call for this but this should've been created as an issue instead. |
Beta Was this translation helpful? Give feedback.
0 replies
-
IIRC this is mostly used to work out whether or not to read the backoffice auth ticket, which we should probably just always do when present. Method is internal so we can nuke it pretty easily. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Locking this discussion, follow the progres on the issue here: #13732 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Umbraco-CMS/src/Umbraco.Core/Routing/UmbracoRequestPaths.cs
Line 72 in 5bfab13
This gets called a lot and does a lot of unnecessary things.
Beta Was this translation helpful? Give feedback.
All reactions