Hello! I just migrated a live site to local to work on. I’ve noticed that it loads very slowly.. several minutes just to load a page.
Local Version 8.1.0+6514 Windows 11
local-logs.zip (55.6 KB)
Let me know if I can provide anything else. Thanks for looking!
Hi @anna.liz.shirley
A great place to start is with our help article below which includes some Windows specific items you can check:
Thanks, I will check this out!
It’s loading faster now. I rebooted both Local and the computer. I also added define( 'WP_MEMORY_LIMIT', '512M' ); to the wp-config.php file and adjusted the memory limit in the php.ini file. Thank you!
define( 'WP_MEMORY_LIMIT', '512M' );
Glad to hear it @anna.liz.shirley thank you for following up!