Active
Project:
Decoupled Layout Builder Pitchburgh Modules
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
5 Nov 2023 at 23:57 UTC
Updated:
5 Nov 2023 at 23:57 UTC
Jump to comment: Most recent
At present LayoutController::getLayout returns JsonResponse and not CacheableJsonResponse.
We're already collecting cache metadata. We should use it and make the page cacheable.
Work out how to get cacheability metadata from the tempstore/section storage.
Add that to the existing cacheable metadata from normalizer.
Switch from JsonResponse to CacheableJsonResponse
Comments