HomePhorge

Update git submodules

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

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)

Details

Provenance
thiemowmde <thiemo.kreuz@wikimedia.de>Authored on Jun 16 2023, 10:38 AM
Gerrit Code Review <gerrit@wikimedia.org>Committed on Jun 16 2023, 10:38 AM

Event Timeline

Gerrit Code Review <gerrit@wikimedia.org> committed rMW31a04cbb3695: Update git submodules (authored by thiemowmde <thiemo.kreuz@wikimedia.de>).Jun 16 2023, 10:38 AM

Commit No Longer Exists

This commit no longer exists in the repository.