Skip to content

Commit

Permalink
docs: add hint for session timezone (#1632)
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Jan 7, 2025
1 parent ced36ea commit 3afea6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions guides/hosting/performance/performance-tweaks.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Shopware sets some MySQL configuration variables on each request to ensure it wo

- Make sure that `group_concat_max_len` is by default higher or equal to `320000`
- Make sure that `sql_mode` doesn't contain `ONLY_FULL_GROUP_BY`
- Make sure that `time_zone` is set to UTC (`default-time-zone='+00:00'` in `my.cnf`)
and then you can set `SQL_SET_DEFAULT_SESSION_VARIABLES=0` to your `.env` file

## SQL is faster than DAL
Expand Down

0 comments on commit 3afea6c

Please sign in to comment.