From c4a8bf2eea0f9d9d2c3906c9dc286ac008307355 Mon Sep 17 00:00:00 2001 From: tinect Date: Wed, 4 Sep 2024 15:27:01 +0200 Subject: [PATCH] chore: add recommendations and warnings to README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4e6464c..ca3fb1f 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,11 @@ https://github.com/FriendsOfShopware/FroshPlatformBunnycdnMediaStorage/releases/ root: "%kernel.project_dir%/public" ``` +## Recommendations and warnings + +- Don't store theme or asset files on external storage if possible. Due to some improvements in shopware with 6.5 and 6.6 there are created many files. This is the reason why this would slow down theme compilation and asset installation significantly. +- Utilize storage zones with SSDs as they are significantly faster than standard option (means HDDs), with up to 80x faster upload speeds in our tests. + ## Suggestions - [FroshPlatformThumbnailProcessor](https://github.com/FriendsOfShopware/FroshPlatformThumbnailProcessor)