Martin Brennan
52a50f1028
PERF: Admin plugin preload settings routes ( #31215 )
...
Followup 503f9b6f02ac5c4918d41611848c886b8755e5a0
This previous commit introduced an autogenerated
settings route for every plugin with more than one
setting defined. Plugins with only one setting
only have enabled_site_settings defined, which are
handled using the toggle in the admin plugin list,
so we don't need a dedicated setting page for them.
However in production this introduced a performance
issue, since we were looking through SiteSetting.all_settings
for every plugin, which could be quite slow in some
cases especially on our hosting.
Instead, we already have all the plugin settings cached
inside `SiteSetting.plugins`. We can instead use this to
count how many settings the plugin has, then if there is > 1
for a plugin we use the settings route. This is a much faster lookup
than
searching through SiteSetting.all_settings.
2025-02-07 11:23:43 +10:00
..
2024-10-17 17:02:02 +02:00
2024-11-08 12:05:03 -05:00
2024-05-27 18:06:14 +02:00
2025-01-24 15:47:05 +11:00
2024-09-06 13:28:33 +02:00
2024-12-19 10:10:11 +08:00
2025-01-09 17:41:11 +03:00
2025-01-17 15:36:47 +01:00
2024-05-27 18:06:14 +02:00
2025-01-31 15:53:06 +08:00
2024-07-03 20:49:15 +08:00
2024-11-27 10:48:47 +01:00
2024-10-18 11:43:45 -03:00
2025-01-20 10:09:58 +08:00
2024-08-12 10:41:13 +02:00
2024-05-27 18:06:14 +02:00
2025-02-07 03:28:34 +03:00
2024-10-16 10:09:07 +08:00
2025-02-04 13:32:34 -03:00
2025-02-07 11:23:43 +10:00
2025-01-30 17:54:50 -07:00
2024-12-23 09:57:18 +08:00
2024-12-05 15:41:13 +10:00
2024-12-20 11:50:00 +11:00
2024-03-14 14:40:46 -03:00
2024-09-09 08:55:42 -05:00
2025-02-06 11:38:15 +01:00
2024-12-18 12:48:50 +08:00
2025-01-28 09:53:03 +11:00
2025-02-07 03:28:34 +03:00
2025-02-03 16:57:01 +00:00
2024-04-25 16:39:22 +03:00
2024-08-22 12:09:56 +01:00
2024-07-05 09:29:32 +08:00
2025-02-06 10:26:23 +08:00
2025-02-06 10:31:22 +10:00
2025-01-08 16:04:19 +11:00
2025-02-04 13:32:30 -03:00
2024-05-27 18:06:14 +02:00
2024-06-27 10:27:49 +10:00
2024-08-06 14:11:48 +01:00
2024-07-18 10:10:22 +10:00
2024-11-06 06:27:49 +08:00
2024-02-29 09:03:49 +10:00
2024-08-26 09:17:39 +10:00
2024-08-26 09:17:39 +10:00
2024-07-30 09:08:12 +02:00
2024-05-27 18:06:14 +02:00
2024-05-27 18:06:14 +02:00
2024-09-06 13:28:33 +02:00
2024-10-18 09:45:08 +04:00
2024-11-06 13:35:07 -05:00
2025-02-04 13:32:30 -03:00
2024-05-27 18:06:14 +02:00
2024-03-20 14:02:12 +00:00
2025-01-07 12:05:39 +01:00
2024-07-30 11:33:20 +08:00
2024-09-03 10:51:07 +01:00
2024-12-09 11:11:03 +08:00
2025-01-03 10:05:04 +08:00
2024-10-16 10:09:07 +08:00
2025-01-07 11:27:24 +10:00
2025-01-24 11:53:13 +08:00
2024-10-24 12:11:40 +02:00
2024-07-30 00:27:41 +03:00
2024-09-03 10:51:07 +01:00
2024-05-27 18:06:14 +02:00
2025-01-07 12:05:39 +01:00
2024-08-30 10:25:04 +10:00
2025-01-07 10:32:32 +08:00
2024-07-24 04:45:30 +05:30
2024-07-18 10:10:22 +10:00
2024-07-05 10:36:13 +08:00
2025-02-04 13:32:42 -03:00
2024-09-03 12:08:14 +02:00
2024-11-06 06:27:49 +08:00
2025-01-02 13:05:53 +10:00
2024-06-21 11:24:11 -04:00
2024-08-30 11:06:07 +02:00
2024-11-06 06:27:49 +08:00
2024-06-11 14:02:46 +02:00
2025-02-04 13:32:53 -03:00
2024-11-06 06:27:49 +08:00
2024-07-08 16:55:59 +08:00
2024-03-14 10:55:01 +08:00
2024-11-28 18:25:48 +02:00
2024-08-08 12:20:16 +08:00
2024-09-11 10:14:53 +03:00
2025-01-10 11:00:15 -05:00
2025-01-28 09:53:03 +11:00
2024-05-27 18:06:14 +02:00
2025-01-09 14:11:37 +11:00
2024-11-06 06:27:49 +08:00
2024-06-05 14:58:02 +02:00
2024-11-27 17:23:57 +08:00
2024-08-14 12:13:46 +10:00
2024-08-14 12:13:46 +10:00
2025-01-09 14:59:08 -05:00
2024-12-04 14:46:52 +11:00
2024-03-27 08:57:43 -04:00
2024-11-06 09:28:28 -03:00
2024-10-16 10:09:07 +08:00
2025-01-30 17:54:50 -07:00
2025-01-30 14:24:18 +11:00
2024-05-13 14:37:17 +03:00
2025-01-09 17:22:22 +11:00
2024-10-16 10:09:07 +08:00
2024-06-08 21:24:39 +02:00
2024-11-07 11:06:39 +10:00
2025-01-15 14:52:49 +08:00
2024-10-16 10:09:07 +08:00
2024-10-25 14:48:34 +02:00
2024-07-11 14:17:18 +08:00
2024-06-13 14:24:44 +08:00
2024-06-03 12:51:12 +08:00
2024-11-05 16:04:24 +11:00
2024-07-18 10:33:14 +10:00
2024-10-21 18:18:42 +02:00
2024-10-10 10:03:26 -05:00
2025-02-07 03:28:34 +03:00
2024-10-16 10:09:07 +08:00
2025-01-13 13:02:49 +00:00
2024-06-20 11:33:46 -04:00
2024-04-25 16:39:22 +03:00
2024-04-30 16:45:07 +08:00
2024-05-27 18:06:14 +02:00
2024-05-27 18:06:14 +02:00
2025-01-16 11:01:45 +10:00
2024-07-16 10:30:04 +08:00
2025-01-29 11:51:10 +01:00
2024-05-27 18:06:14 +02:00
2024-04-10 12:02:44 +10:00
2024-12-03 13:43:27 +11:00
2024-06-11 09:36:54 +10:00
2024-08-07 16:37:00 +08:00
2024-03-07 18:35:46 +00:00
2024-10-16 10:09:07 +08:00
2024-05-04 22:48:16 +02:00
2024-11-25 11:12:00 +03:00
2024-04-30 16:45:07 +08:00
2025-01-21 13:04:48 +00:00
2025-02-04 13:49:16 -03:00
2024-05-27 18:06:14 +02:00