You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplify server caching: remove redundant search index cache
The search index was double-cached in both @search_index_cache and
@page_cache. Remove the dedicated cache and inline the one-liner into
generate_page, letting @page_cache handle all caching.
Also cache @template_dir in initialize instead of recomputing
File.expand_path on every asset request.
0 commit comments