Skip to content
Snippets Groups Projects
  • Jaime Pérez Crespo's avatar
    0965bf14
    Fix performance issue with the portal module. · 0965bf14
    Jaime Pérez Crespo authored
    When the module tries to build up a menu, it instantiates a new "random" template (from another module, sanitycheck) to get a translator that it can use to translate the menu options. This is awfully wrong, as it forces SSP to load another template, reinit Twig, the translation system, and so on. Instead, a new instance of SimpleSAML\Locale\Translate should be more than enough.
    Fix performance issue with the portal module.
    Jaime Pérez Crespo authored
    When the module tries to build up a menu, it instantiates a new "random" template (from another module, sanitycheck) to get a translator that it can use to translate the menu options. This is awfully wrong, as it forces SSP to load another template, reinit Twig, the translation system, and so on. Instead, a new instance of SimpleSAML\Locale\Translate should be more than enough.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.