You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im trying to figure out how to develop a custom theme with Magento 2 and its been a huge pain so far. I have developer mode set with
bin/magento deploy:mode:set developer
The problem is that Magento takes over a minute to load any page, its almost unusable. My system specs are
Mac OS X 10.11.2
Apache 2.4.16
PHP 5.6.16 - memory_limit: 2048M
MySQL 5.6
I installed PHP/MySQL locally to avoid the virtual setup but it seems the slow performance is about the same. Is there any tips to increase page load time when set to developer mode?