Nope, what I read around etc ,Are you using a third party "visual editor"? For me, Cornerstone was almost unbearably slow...I always end up using the default WP post editor unless there is a specific template/layout within my theme I want to use.
How much time to load are you talking about?
Well it should be like 4-7 seconds. I have multiple wp sites working on same server with more than 20+ plugins and good themes on each and none of them take more than this.take like more than 5 , 10 second or so like that of course not over 1 min
Couple of things you can do. One of the first is to use the inspect element tool on chrome to see what is taking forever to load. Just right-click "inspect element" go to the Network tab make sure all is selected then reload the page and see what is taking up all the time.like add new post, edit etc on your wordpress
is like take awhle to load
Couple of things you can do. One of the first is to use the inspect element tool on chrome to see what is taking forever to load. Just right-click "inspect element" go to the Network tab make sure all is selected then reload the page and see what is taking up all the time.
![]()
Another thing you could do is install query monitor on your site. Just another way to check what's taking forever to load.
![]()
Another thing it could be is fragment, database, and object caching. What caching solutions are you using? From my experience using any of these will help your front-end load better, but make the dashboard unbearable. If you don't find an issue with any of these it could be your host= or a another plugin you have installed. It'll basically be trial and error to find the cause.