I installed Magento 2.0.2 (latest) locally under XAMPP on Windows10 for developing purposes and it is very slow in admin interface.
Working on hardware: SSD, 16GB RAM, i7 CPU, PHP ver. 5.6.8 - should I upgrade on PHP7?
Anybody know why its happenning ?
In configuration of Magento I can see there is Full-page Cache with options Built-in Application(default) or Varnish Caching, should I install Varnish?
And Storage Configuration for Media Media Storage File System(default) or Database - Which option is faster please?
-
have the same problem. You solved it???user41754– user417542016年07月04日 18:00:50 +00:00Commented Jul 4, 2016 at 18:00
-
This is not in case of magento only. This is due to mysql issues in windows.Mohit Kumar Arora– Mohit Kumar Arora2016年07月06日 07:20:21 +00:00Commented Jul 6, 2016 at 7:20
2 Answers 2
Definitely use PHP7 and if you can use a Linux machine, a virtual machive with VirtualBox is good enough.
-
thx, ill try PHP7 under XAMPPDavid S.– David S.2016年07月08日 15:59:49 +00:00Commented Jul 8, 2016 at 15:59
I ran Magentos on XAMPP since a long time on a powerfull computer (250g ssd, 12gb ram, win 7 pro). I tried many config improvements we can easily find on the internet without any big effect.
Finally, for my case, the change that increased dramatically the performance was: switch off the antivirus realtime scan (or add exclusion for XAMPP folders).
Note: don't forget to restart the computer after the antivirus setting update (without that, the change couldn't take effect properly).
-
This also helped me a lot, the real time scanner on my computer was slowing down things a lot.Danny– Danny2018年09月26日 14:15:47 +00:00Commented Sep 26, 2018 at 14:15
-
i have 8gb ram & 250gb ssd , celeron processor in xampp. magento is not running fastHamendra Sunthwal– Hamendra Sunthwal2020年07月18日 12:37:55 +00:00Commented Jul 18, 2020 at 12:37