Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server Side Rendering: Implement a ThemesList & Themes cache #187

Closed
hoverduck opened this issue Nov 19, 2015 · 1 comment
Closed

Server Side Rendering: Implement a ThemesList & Themes cache #187

hoverduck opened this issue Nov 19, 2015 · 1 comment

Comments

@hoverduck
Copy link
Contributor

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.

@ehg
Copy link
Member

ehg commented Dec 7, 2015

Covered in #1328.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants