Update git submodules
- Update extensions/SecureLinkFixer from branch 'REL1_40' to 01f3701c9059a04a714f5e18fa3f0dadb5556b76
- Lazy load large domains.php file only when it's really needed
I have seen this popping up once in a recent flame graph. I think most services should be designed in a way that they can be instantiated very quickly and only start doing expensive stuff when we are sure we really need it. This was not the case here. The file domains.php is about 150,000 lines long and can take several 100ms to load in the worst case.
Bug: T200758 Change-Id: I7c0c787230e8cff40e8e73fede0ac1dce63ea1ca (cherry picked from commit e5df1df69e6fae9c43ef4a58fae7419237e957f6)
- Lazy load large domains.php file only when it's really needed