Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Commit c4a8bf2

Browse files
committed
chore: add recommendations and warnings to README.md
1 parent 2ccfe47 commit c4a8bf2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ https://github.com/FriendsOfShopware/FroshPlatformBunnycdnMediaStorage/releases/
6565
root: "%kernel.project_dir%/public"
6666
```
6767
68+
## Recommendations and warnings
69+
70+
- 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.
71+
- 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.
72+
6873
## Suggestions
6974
7075
- [FroshPlatformThumbnailProcessor](https://github.com/FriendsOfShopware/FroshPlatformThumbnailProcessor)

0 commit comments

Comments
 (0)