-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Description
I have installed Magento2 and have discovered running slow in developer mode. It takes around 8-10 seconds to load pages completely, with all cache types enabled. Below are more specific details in regards to the software stack that I have.
Operating System :- Ubuntu 14.04.3 LTS - 64 Bit
Processor:- Intel CORE I5 3rd Generation
RAM :- 8 GB (1X8) DDR3 1333MHZ
PHP Version:- 5.5.9
Apache Version:- 2.4.7
MySQL Version:- 5.6.27
-
I would like to understand what should be an ideal page load time for Magento2 in developer mode?
-
The software stack that I have mentioned above looks to meet the recommendation, although if there are any improvements that can be made then kindly highlight those.
-
Is there any specific practice that should be followed while working in M2 developer mode? Examples of such specific practice can be in regards to client-side less compilation OR any other factor that may affect the load time.
-
In general it is a good practice to have cache disabled during development, however having cache disabled looks to be a real pain with Magento2, it loads way slow around 30 seconds with cache disabled. Any suggestions?
Thanks,
Tapan