Questions tagged [partial-caching]

Partial caching is a feature that allows the caching of just a portion of a page.

As opposed to static publishing, which avoids the SilverStripe controller layer on cached pages, partial caching allows caching for pages that contain a mix of moderately static & user specific data, and still provide full access control and permission enforcement.

More info: Partial Caching

4 questions
4
votes
1 answer

Exclude Dynamic Rendered User Control From Output Caching

We have a site (actually an Application Builder) that rendered a lot of user controls in different scenarios, One day the manager decided to add Output cache in the main page, OK, every things is fine and the request responded very fast! But in…
Saeid
  • 13,224
  • 32
  • 107
  • 173
1
vote
0 answers

How to vary UserControls output-cache which are loaded dynamicly?

I use code below to add several "MyControl.ascx" controls to my page, I have also used outputcache direction on .ascx file. After the controls are cached, their output html will be the same!!! How could I vary them? Output cache direction: <%@…
Ali. B
  • 65
  • 9
0
votes
0 answers

Nginx disable caching for part of the page

My site is powered by Wordpress and is highly customizable. nginx server + php-fpm. I'm setting up caching and there was a problem. The sidebar contains a block that contains calculations that are unique to each user and do not need to be cached.…
Alex
  • 1
0
votes
1 answer

Partial caching and fiddler?

I'm building a website page with asp.net (webforms). I'm using partial caching (output caching) for a page. So A and B (user controls) are cached. (while the page is not). Is there any way I can see in Fiddler that A and B are retrieved from the…
Royi Namir
  • 144,742
  • 138
  • 468
  • 792