everiopo Posted Wednesday at 12:08 PM Share Posted Wednesday at 12:08 PM Why the new / clean instalation prestashop 8.2.3 at localhost work so much slowly ? I tried work at WAMP or XAMPP , and its doesn't matter, all them terrifyingly slowly. Simple Page at localhost takes 7-10 seconds to load, while the same page on the production server loads in 0.5 seconds. If the local server has to perform a more complicated operation, I have to wait up to a few minutes ! I can't even load the module or themes. I tried different PHP version , tried extended the php.ini settings (memory_limit=8G, max execution=3500, etc...) The old version prstashop 1.6.2 at localhost it worked very well, now I can not do anything. Please Help, I can not work at this. What is wrong? Link to comment Share on other sites More sharing options...
Prestashop Addict Posted yesterday at 11:17 AM Share Posted yesterday at 11:17 AM Hi this is a basic edition? 1 Link to comment Share on other sites More sharing options...
everiopo Posted yesterday at 04:37 PM Author Share Posted yesterday at 04:37 PM First , I tried instalation from official website prestashop (4.09.2025). Screens are from there version: prestashop_edition_classic_version_8.2.3.zip. Then I tried version from GitHub - with classic menu . But problem is that same. I made tests using Xampp / Wamp at Win11 and at Win10 , two different computers Link to comment Share on other sites More sharing options...
El Patron Posted yesterday at 09:06 PM Share Posted yesterday at 09:06 PM PS 8.x sits on Symfony and loads a lot more PHP files than PS 1.6 did. On Windows stacks (WAMP/XAMPP) that file-I/O is notoriously slow, especially when antivirus scans each read. That can easily turn a ~0.5s prod request into 7–10s locally. Make sure Xdebug is fully disabled/uninstalled for normal runs. Many WAMP/XAMPP builds enable it by default, and even when your IDE isn’t “listening,” it can 10× slow PHP. Remove/disable the extension and restart Apache/PHP. Enable OPcache and verify it’s actually working (info.php or phpinfo in WAMP/XAMPP). Without OPcache, every request recompiles heaps of PHP files = pain. I stopped using localhost after PrestaShop 1.4 — just too slow, and that’s even on a really fast computer. These days I always build on hosting, usually on a subdomain. There are a lot of tweaks you can do to speed up localhost, but if you don’t already know them it’s usually faster and easier to just use real hosting space. Link to comment Share on other sites More sharing options...
everiopo Posted 23 hours ago Author Share Posted 23 hours ago 1 hour ago, El Patron said: PS 8.x sits on Symfony and loads a lot more PHP files than PS 1.6 did. On Windows stacks (WAMP/XAMPP) that file-I/O is notoriously slow, especially when antivirus scans each read. That can easily turn a ~0.5s prod request into 7–10s locally. Make sure Xdebug is fully disabled/uninstalled for normal runs. Many WAMP/XAMPP builds enable it by default, and even when your IDE isn’t “listening,” it can 10× slow PHP. Remove/disable the extension and restart Apache/PHP. Enable OPcache and verify it’s actually working (info.php or phpinfo in WAMP/XAMPP). Without OPcache, every request recompiles heaps of PHP files = pain. I stopped using localhost after PrestaShop 1.4 — just too slow, and that’s even on a really fast computer. These days I always build on hosting, usually on a subdomain. There are a lot of tweaks you can do to speed up localhost, but if you don’t already know them it’s usually faster and easier to just use real hosting space. If not localhost, what solutions you suggest for working ? What you use ? SSH Remote + Visual Studio ? Link to comment Share on other sites More sharing options...
Knowband Plugins Posted 16 hours ago Share Posted 16 hours ago You can use the Linux subsystem on Windows, which will be faster. Also, you can try Docker. Both will be much faster compared to local directly on the windows. Link to comment Share on other sites More sharing options...
Knowband Plugins Posted 16 hours ago Share Posted 16 hours ago 7 hours ago, everiopo said: SSH Remote + Visual Studio ? For the module development, that will also work. Link to comment Share on other sites More sharing options...
Prestashop Addict Posted 12 hours ago Share Posted 12 hours ago Il y a 10 heures, everiopo a dit : If not localhost, what solutions you suggest for working ? What you use ? SSH Remote + Visual Studio ? If you have lot of memory you can use a linux vm. Link to comment Share on other sites More sharing options...
Prestashop Addict Posted 12 hours ago Share Posted 12 hours ago Il y a 11 heures, El Patron a dit : PS 8.x sits on Symfony and loads a lot more PHP files than PS 1.6 did. On Windows stacks (WAMP/XAMPP) that file-I/O is notoriously slow, especially when antivirus scans each read. That can easily turn a ~0.5s prod request into 7–10s locally. We have some developers working under Windows 10 and 11, with Wamp or Xamp, and it works normally. First all, if you have antivirus as said @El Patron deactivate it when running sites, or put in white list apache, mysql, mariadb, php executables. Change realpath_cache_size size in php.ini to a large value like: realpath_cache_size = 5M Also make sure you mariadb or mysql settings are corrects especially for innodb. 1 Link to comment Share on other sites More sharing options...
El Patron Posted 6 hours ago Share Posted 6 hours ago 16 hours ago, everiopo said: If not localhost, what solutions you suggest for working ? What you use ? SSH Remote + Visual Studio ? share with community what type of environment you need to support, i.e. for multiple developers? think github...and connect that to a staging machine on hosting, or docker...but if you share what your platform requirements are I'm sure the new generation of PrestaShop enthusiasts can provide good feedback. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now