ruby on rails - Memcache and Server side caching. When to use what? -


i want ask when use memcache , when use normal rails caching techniques page, action , fragment caching. useful when?

you mixing 2 things memcache , rails caching techniques. memcache caching server used of rails caching techniques. of techniques, rails fragment caching considered best enables cache block on particular page, on contrary, action caching , page caching caches whole page, not desirable. fragment caching considered best days content of pages dynamic parts of page can cached , other cannot.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -