- Issue created by @catch
- Merge request !12296Don't check if tables exist when dealing with an http exception. → (Open) created by catch
When we get a 404 (and possibly a 403), ExceptionDetectNeedsInstallSubscriber
checks if a database table exists. This is completely unnecessary on http exceptions, so it should check if we're dealing with one of those and only run if we don't have one.
Active
11.0 🔥
base system
It affects performance. It is often combined with the Needs profiling tag.