-
Bug
-
Resolution: Deferred
-
Critical
-
None
-
3.11
-
MOODLE_311_STABLE
Some performance issues have appeared after landing MDL-71410. For instance: https://ci.moodle.org/job/P.00.00%20-%20Attic%20-%20Performance%20comparison%20moodle.git%20vs%20integration.git%20%28master%29/2314/
Eloy has shared the following information:
If the Moodle site hasn't any course, the result is the expected:
|
with purged caches I get: "DB reads/writes: 30/0" before and after |
|
With a couple of courses on the site... now I get, in login page:
|
623a3d9 : DB reads/writes: 27/0 |
00dfc98 : DB reads/writes: 30/0(both executed after admin/cli/purge_caches.php ) |
|
So, maybe it depends on the number of courses... but for sure the difference is before/ after MDL-71410. |
|
And it's in the login page... not logged-in, not sure why that page should be triggering anything course-related.
|