Alan Guo Xiang Tan
8e3691d537
PERF: Eager load Theme associations in Stylesheet Manager.
...
Before this change, calling `StyleSheet::Manager.stylesheet_details`
for the first time resulted in multiple queries to the database. This is
because the code was modelled in a way where each `Theme` was loaded
from the database one at a time.
This PR restructures the code such that it allows us to load all the
theme records in a single query. It also allows us to eager load the
required associations upfront. In order to achieve this, I removed the
support of loading multiple themes per request. It was initially added
to support user selectable theme components but the feature was never
completed and abandoned because it wasn't a feature that we thought was
worth building.
2021-06-21 11:06:58 +08:00
..
2021-05-21 11:43:47 +10:00
2021-05-21 11:43:47 +10:00
2020-10-19 10:40:55 +01:00
2020-05-18 17:27:37 +08:00
2021-05-28 00:30:57 +05:30
2019-10-02 14:01:53 +10:00
2021-06-16 08:30:40 +10:00
2019-11-18 12:28:35 +05:30
2019-04-30 10:27:42 +10:00
2021-05-21 11:43:47 +10:00
2021-05-19 16:04:35 +04:00
2021-05-14 09:45:14 +10:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2021-06-21 11:06:58 +08:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2019-10-04 11:11:03 +10:00
2021-03-11 10:38:34 +00:00
2020-12-18 09:03:51 -06:00
2020-05-15 10:40:36 +08:00
2020-09-29 22:29:03 +05:30
2019-04-30 10:27:42 +10:00
2019-05-07 13:12:20 +10:00
2021-05-21 11:43:47 +10:00
2020-07-27 10:23:54 +10:00
2019-08-07 11:38:58 +02:00
2019-05-07 13:12:20 +10:00
2020-12-23 13:14:19 +11:00
2019-05-07 13:12:20 +10:00
2021-06-03 14:47:32 +10:00
2021-05-14 09:45:14 +10:00
2019-05-07 13:12:20 +10:00
2019-05-07 13:12:20 +10:00
2021-06-07 18:57:08 +03:00
2021-04-15 14:46:32 +03:00
2019-05-07 13:12:20 +10:00
2021-01-20 21:32:22 +01:00
2019-04-30 10:27:42 +10:00
2021-05-21 11:43:47 +10:00
2021-06-02 20:29:47 +02:00
2020-06-18 11:32:14 +03:00
2019-10-02 14:01:53 +10:00
2021-05-21 11:43:47 +10:00
2021-06-04 09:14:49 +08:00
2021-04-14 10:27:07 +03:00
2019-04-30 10:27:42 +10:00
2021-06-02 13:42:03 +04:00
2019-04-30 10:27:42 +10:00
2019-12-06 13:00:28 +11:00
2021-06-01 20:30:47 +02:00
2021-02-23 11:36:00 -03:00
2019-04-30 10:27:42 +10:00
2020-04-08 12:52:36 -04:00
2020-03-10 22:13:17 +01:00
2021-04-12 15:02:58 +03:00
2021-06-02 15:33:15 +10:00
2020-01-09 12:32:05 -05:00
2021-06-15 12:35:45 -03:00
2019-05-07 13:12:20 +10:00
2021-04-21 08:41:36 -03:00
2021-06-15 12:35:45 -03:00
2021-05-10 14:09:04 -03:00
2021-06-15 12:35:45 -03:00
2021-06-15 12:35:45 -03:00
2019-04-30 10:27:42 +10:00
2020-04-24 14:09:51 +10:00
2020-07-27 10:23:54 +10:00
2019-04-30 10:27:42 +10:00
2019-12-03 10:05:53 +01:00
2021-05-21 11:43:47 +10:00
2021-06-21 09:47:05 +08:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2020-03-13 12:25:58 -04:00
2020-12-02 12:36:41 +05:30
2021-05-14 09:45:14 +10:00
2021-06-15 17:25:06 +02:00
2020-03-12 16:35:28 +00:00
2021-06-21 11:06:58 +08:00
2019-04-30 10:27:42 +10:00
2019-11-26 16:39:14 +11:00
2019-04-30 10:27:42 +10:00
2020-04-03 16:42:01 +01:00
2021-04-30 11:10:19 +02:00
2019-04-30 10:27:42 +10:00
2019-12-12 13:10:46 -05:00
2019-04-30 10:27:42 +10:00
2020-09-28 12:02:25 +01:00
2021-06-02 15:27:04 +04:00
2021-03-24 19:54:29 +05:30
2019-11-18 09:43:14 -05:00
2021-02-02 10:50:04 +01:00
2021-05-21 11:43:47 +10:00
2019-05-07 13:12:20 +10:00
2020-10-27 12:39:52 +11:00
2021-02-18 11:52:30 +10:00
2021-03-10 21:13:15 -05:00
2021-04-14 19:30:51 +03:00
2019-04-30 10:27:42 +10:00
2021-03-24 15:58:24 -04:00
2020-04-17 17:24:14 +01:00
2021-06-08 09:54:37 +08:00
2021-06-08 13:13:38 +10:00
2019-10-02 14:01:53 +10:00
2021-05-27 17:42:25 +02:00
2021-05-20 16:58:27 +10:00
2020-10-19 10:40:55 +01:00
2019-04-30 10:27:42 +10:00
2020-03-10 22:13:17 +01:00
2020-04-08 07:35:42 +10:00
2020-01-14 14:26:49 +00:00
2021-01-19 08:53:49 +10:00
2020-07-16 18:21:30 +05:30
2019-07-25 19:41:25 +05:30
2019-04-30 10:27:42 +10:00
2019-05-07 13:12:20 +10:00
2021-04-21 12:36:32 +03:00
2020-08-14 19:10:56 +05:30
2020-09-10 12:59:51 -03:00
2019-05-07 13:12:20 +10:00
2021-01-25 21:27:15 +01:00
2019-04-30 10:27:42 +10:00
2021-06-01 14:38:55 +02:00
2020-09-09 14:05:41 +08:00
2021-04-15 11:05:03 +01:00
2019-05-07 13:12:20 +10:00
2021-05-21 11:43:47 +10:00
2021-06-03 11:36:07 +10:00
2019-12-03 10:05:53 +01:00
2019-04-30 10:27:42 +10:00
2021-06-15 12:35:45 -03:00