improve cache system

This commit is contained in:
isUnknown 2025-05-26 13:48:04 +02:00
parent ca0ca3b2a2
commit 1064432984
6 changed files with 39 additions and 26 deletions

View file

@ -8,7 +8,7 @@ $project = [
'logo' => $page->client()->isNotEmpty() && $page->client()->toPage()
? $page->client()->toPage()->logo()->toFile()->url()
: null,
'steps' => $page->getSteps(),
'steps' => $page->getStepsFromCache(),
'designToLight' => $page->isDTLEnabled()->isTrue() ? processDTLProposals($page) : null,
'hasOptimizationRequest' => $page->hasOptimizationRequest()->isTrue(),
'notifications' => $page->notifications()->yaml(),