Howard Miller tarafından yapılan gönderiler

Core developers 'ın resmi Documentation writers 'ın resmi Particularly helpful Moodlers 'ın resmi Peer reviewers 'ın resmi Plugin developers 'ın resmi
.dll are exclusively a Windows thing. Nothing to do with MacOS or Linux.

Why Xampp in particular? I mostly do development using an M1 mac. I use a Linux VM to run Moodle in - I'm not necessarily recommending that; just pointing out that you have options.
Core developers 'ın resmi Documentation writers 'ın resmi Particularly helpful Moodlers 'ın resmi Peer reviewers 'ın resmi Plugin developers 'ın resmi
Have have you done, if anything, to attempt to localise this problem?

This can be where good server monitoring software can pay off. You need to understand what the server is doing while it is "slow". Are these "on premises" servers or "cloud" hosting. What, by any metric you like, is the "size" of your site (how many active users or similar)?

Have you run Moodle's Performance Report. It's basic but still worth running. 

I would be checking what the database is doing and what Redis is doing. For Redis also, if you can, check the network (Redis generates a lot of traffic and can swamp the network). Check very carefully that Caching is correctly configured. 

Check sessions handling - is this using Redis as well? Do NOT use the database for sessions. 

I don't know anything about Windows / MSSQL so cannot be more specific.