Skip to content

Commit

Permalink
chore: add recommendations and warnings to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tinect committed Sep 4, 2024
1 parent 2ccfe47 commit c4a8bf2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c4a8bf2

Please sign in to comment.