[ad_1]
I am fairly new to wordpress, but my Dashboard is really slow with responding. Temporarily i disabled Cache in DevTools of chrome, that helps a lot. But what do i have to do to make the dashboard faster overall? Do i need to make the php cache bigger?
My WordPress is running on Debian VM, headless,
With 64 Gigs of Diskspace, 4 Cores, and 8 Gigs of RAM. Would appreciate any advice. 🙂

Disabling Cache in dev tools will only make it slower since Chrome will always load assets.
What is your tech stack? Can you access via ssh and see the CPU usage with htop?
Also, how many plugins do you have? Can you run a slow query monitor to see if the culprit is a database?
Wow, if with those specifications you have a slow site, it’s because something very bad is happening in the WP background. How many posts do you have, approximate concurrent visits, installed plugins, shared server?
I have very demanding sites running smoothly on much humbler servers than yours. Install query monitor and share your results here.
you can open cache feature on platform, my wp host on siteground, the platform have a cache feature to improve site’s speed. otherwise, you can install cache plugin, it will up speed of you site.
If the issue is limited to the dashboard, consider deactivating the cache as others have recommended. Alternatively, you might disable specific requests that are taking too long using the **Perfmatters** plugin. Sometimes, unnecessary requests can significantly slow down your website without any apparent reason.