mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
PERF: Preload settings, groups and badge icons in SvgSprite.
Identified as a hot path in production. Preload it early instead of executing the queries in a live request.
This commit is contained in:
@ -930,6 +930,7 @@ module Discourse
|
||||
|
||||
JsLocaleHelper.load_translations(SiteSetting.default_locale)
|
||||
Site.json_for(Guardian.new)
|
||||
SvgSprite.preload
|
||||
end
|
||||
|
||||
[
|
||||
|
Reference in New Issue
Block a user