{ "manifests": { "symfony/ux-lazy-image": { "manifest": { "bundles": { "Symfony\\UX\\LazyImage\\LazyImageBundle": [ "all" ] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" } }, "files": { "config/packages/lazy_image.yaml": { "contents": [ "# lazy_image:", " # It is recommended to cache the generated BlurHash for performance reasons, to avoid generating it for each request.", " # https://symfony.com/bundles/ux-lazy-image/current/index.html#performance-considerations", " # cache: cache.lazy_image", "", "framework:", " cache:", " # pools:", " # cache.lazy_image: ", " # If possible, prefer to use a cache adapter that is not cleared between deployments, like \"cache.adapter.redis\"", " # adapter: cache.app", "" ], "executable": false } }, "ref": "5605622849aeea46d318684a9e68976837b6dab9" } } }