-
Improvement
-
Resolution: Fixed
-
Minor
-
2.8
-
MOODLE_28_STABLE
-
MOODLE_29_STABLE
-
48070-29
-
Easy
-
global_navigation::initalise() is called while checking navbar->has_items().
On login/index.php we don't need to load whole navigation, we can optimise this api to improve performance.
FYI:
Not loading course_essentials reduce 2 dbread calls.
$this->add_front_page_course_essentials($this->rootnodes['site'], $SITE);
|
$this->load_course_sections($SITE, $this->rootnodes['site']);
|
- has a non-specific relationship to
-
MDL-48051 Analyse why performance on frontpage and forum has reduced.
-
- Closed
-