Server Side Rendering: Implement a ThemesList & Themes cache #187
Labels
[Feature Group] Appearance & Themes
Features related to the appearance of sites.
Server Side Rendering
[Type] Task
Milestone
So we don’t have to go to the slow API for each request
We'll also want to consider caching the
renderToString
markup.I suggest we do any caching we need in
memcache
, then we can invalidate it on the PHP side when a theme is added/updated/deleted. Being mindful of race conditions, heh.The text was updated successfully, but these errors were encountered: