If we have Drupal installed in a Linux development environment, it runs wonderfully even in a virtual machine with 1 GB of RAM and 1 CPU core. When we switch to Windows things change drastically, even with 16 GB of RAM and 6 CPU cores everything seems to go slow, with waiting times on average of 5 seconds, at least for a development environment
mysql
How to disable Strict Mode of MySQL and MariaDB
The strict mode in MySQL or MariaDB is a mode that limits us and does not allow us to carry out bad practices, such as inserting many characters when the limit is low in a certain field. Doing this can have two consequences depending on the version we use, for example it can cut our data and show a warning, or the declaration will not be executed