Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4621520
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T02:42:46+00:00 2026-05-22T02:42:46+00:00

I do not understand yet Rails’ caching system, but I’ve read in the guides

  • 0

I do not understand yet Rails’ caching system, but I’ve read in the guides section of a feature called fragment caching.

My problem is: my view consist mostly in static elements. It is almost completely static, the only changing is a status message and a hidden input field in a form, both generated at every request to the action serving the view.

Is fragment caching suitable for this problem? What caching strategy should I use?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T02:42:47+00:00Added an answer on May 22, 2026 at 2:42 am

    Fragment caching is adequate to your problem. It is adequate because it enables you to cache a part (fragment) of your view, instead of the whole view. From the docs:

    Fragment caching is used for caching
    various blocks within templates
    without caching the entire action as a
    whole. This is useful when certain
    elements of an action change
    frequently or depend on complicated
    state while other parts rarely change
    or can be shared amongst multiple
    parties. The caching is done using the
    cache helper available in the Action
    View. A template with caching might
    look something like:

    <!-- this is the dynamic part-->
    <b>Hello <%= @name %></b>
    
    <% cache do %>
      <%= render :partial => "static_part" %>
    <% end %>
    

    So you can put your static part between the cache block, and the dynamic part outside of it.
    Here’s the link to the relevant docs: rails fragment caching.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have ran into yet another problem I do not understand. The following does
Not that it matters strictly, and maybe I just don't yet fully understand how
I have a basic question that I can not understand yet from ruby. If
Problem: find ids that are in one file but not in another. Each file
I know that similar questions have already been asked but I do not understand
I do not understand pointers. Where can I learn more about them?
I simply do not understand why both works: this.timer.Tick += new EventHandler(timer_Tick); this.timer.Tick +=
I do not understand what environment a eval or exec statement executes in. You
I do not understand this error, do not generate error in JsonResult Test (),
I do not understand how to use enumeration types. I understand what they are,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.