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

Support caching #3

Open
johnsonj opened this issue Aug 13, 2015 · 0 comments
Open

Support caching #3

johnsonj opened this issue Aug 13, 2015 · 0 comments

Comments

@johnsonj
Copy link
Owner

Syntax

View:

<% progressive_render cache_keys: [@val] do %>
    <%=@val %>
<% end %>

Expected Behavior

On first load, the partial is rendered as a placeholder and filled in. On subsequent loads it is in the cache and is part of the initial page load.

Open Issues

  • Adapt to specific cache stores? Rails.cache ok?
  • What additional cache params do we need?
@johnsonj johnsonj changed the title Support partial caching Support caching Sep 4, 2015
@johnsonj johnsonj modified the milestones: 1.0.0, 0.3.0, 0.1.0 Sep 4, 2015
@johnsonj johnsonj removed this from the 0.3.0 milestone Jun 13, 2016
@johnsonj johnsonj modified the milestones: 1.0.0, Feature Complete Jul 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant