I have the following situation:
A MacBook with an ARM64 Win 11 instance in Parallels Desktop.
The XY version doesn't matter as it happens with all I've tried, but using the current beta atm.
The MacBook is connected solely via WLAN to the local home network.
Running XY, startup time, shutdown time (with saving settings) is totally fine.
It's a fresh instance, the profile is redirected to a samba share on the local lan via the Startup.ini file.
Now I'm doing the following:
I connect to the local hotspot of my iPhone, it's on the table right beside the notebook.
The phone is connected via LTE, good signal strength, no data rate limits.
Now I'm connecting from the VM via Wireguard VPN to my local network.
The Wireguard server is a Fritz!Box 7590 AX.
This is the profile:
Code: Select all
[Interface]
PrivateKey = uKk4rFq...rtHBB6G1I=
Address = 192.168.0.241/24
MTU = 1420
[Peer]
PublicKey = 440Qnf...gRqgI=
PresharedKey = IgGTafF...Nfb6A=
AllowedIPs = 192.168.0.0/24
Endpoint = xxx.myfritz.net:59516
PersistentKeepalive = 25
Code: Select all
$start = now("msecs");
#186; // Save catalog
text "Time: " . now("msecs") - $start . " msecs";
It takes ~15 seconds for the script to finish...
15 seconds for writing only 3 KB^^
XY goes into a non-responing mode during that time (but there is not multi-threading so this is kind to be expected)...
Can anyone explain how this can take so long?
And probably more important: What to do to get it running properly?
Thanks!
XYplorer Beta Club