[Shell] Rework the Shell route parsing code so it performs better #4888
Labels
area-controls-shell
Shell Navigation, Routes, Tabs, Flyout
t/perf
The issue affects performance (runtime speed, memory usage, startup time, etc.) (sub: perf)
Task
neither bug nor feature but something that needs to be done in support of either
Milestone
Currently the code that parses a shell route does a lot of conversion between URI and Strings and string parsing. This is causing a measurable impact on startup performance when using even the most basic Shell App.
The text was updated successfully, but these errors were encountered: