← Graph

Is rendering from cached pages with server-side includes possible in Rails?

question 2 connections

Audience question about whether Rails supports server-side includes in a cached static page so a block can be re-rendered from the backend while the rest stays cached. Speaker answers it's conceptually the same fragment-caching idea and lists additional wins: upgrade Ruby (~10% gain) and refactor slow code paths.

answer_summary
Essentially another form of fragment caching; also consider Ruby version upgrades and code-level refactoring for extra gains.
question Is rendering from cached pages with server-side includes possible in Rails?
about
Answer framed around fragment-caching idea.
question Is rendering from cached pages with server-side includes possible in Rails?
asked_at
Audience Q&A question.

Provenance

Read by
5 extractions