Hi! After configured the WLAN my box booting time was slowed down a lot. With some googling I found this solution:
Create file (with subdirs):
/etc/systemd/system/networking.service.d/reduce-timeout.conf
with content:
[Service]
TimeoutStartSec=1
This significantly reduced the boot time and the network works like before.