https://laracasts.com/series/russian-doll-caching-in-laravel russian dolls caching?
Caching and not caching little parts blade
Hi,
We'll start on a new laravel project within a few weeks, and need some thought from you about caching and not caching little parts, what will be the best workaround so we can begin with the best setup from the beginning?
We'll have pages with products each product will be an object with a view. When we make the views, we'd like that to be cached. Alse we'd like some little parts (like delivery moment, can change from one minute to another) not to be cached.
In the curentsystem the product's html is cached with replace key's, and when it's used, the keys are replaced by live data before presented to the user.
What are your thoughts on what will be the best way to do this all in the best setup with laravel / blade if you would write this one from scratch?
Bart
ps: i'm relatively new in laravel, dit some work with symfony before, and now looking at the possibilities of laravel to create our new project with
Please or to participate in this conversation.