3. Cache & Performance Management - Tylwen/ShopGUIPlus-DynaShop GitHub Wiki
-
full
mode: Prices, stock, recipes, etc. are cached for better performance. -
realtime
mode: Prices are recalculated every time, no cache (always fresh data, higher server load). -
Cache durations: Configurable in
config.yml
(see above).
Tip:
For large servers, use full
mode.
For testing or highly dynamic shops, use realtime
.