amorxoigel Posted November 14, 2018 Share Posted November 14, 2018 Hi guys! I'm trying to edit my prestashop site on localhost, unfortunately it takes really too much for edit and most of the FO takes around 2-3mins to be loaded in localhost. Since it cant be my pc ( CPU: Ryzen 7 200x, RAM: 32gb) i think there's must be something on php.ini configuration or apache setting i'm doing wrong.. Can you guys give me the best settings i should set for makes wamp/xampp or whatever works better? It cant be that slow... thanks in advance! Link to comment Share on other sites More sharing options...
amorxoigel Posted November 15, 2018 Author Share Posted November 15, 2018 Nobody around can help? 😕 Link to comment Share on other sites More sharing options...
ksaan Posted November 15, 2018 Share Posted November 15, 2018 Well it's hard to answer because there could be hundred of reasons why you have issues. Can be a apache settings issue, a php settings issue, a mysql settings issue ... and also I am not sure running prestashop on windows is easy (never tried though) 😕 ... Can you try on another laptop ? I never had issues with a pretty standard configuration, I don't think prestashop requires some exotic settings. Can you try another project, like wordpress or drupal, to see if you have the same issues ? Link to comment Share on other sites More sharing options...
amorxoigel Posted November 15, 2018 Author Share Posted November 15, 2018 Hey thank you for ur reply. I tried to install it in 3 differents configuration..always really slow and unable to do anything... (3 machines with windows 10 though). I already had to work with wordpress and i never had a prob though.. Really i dont know what to do Link to comment Share on other sites More sharing options...
ksaan Posted November 16, 2018 Share Posted November 16, 2018 Usually it's the BO which is slow 😅 not the FO ... I guess you need to analyze what is the bottleneck. Do you have a tool, such as a profiling tool, that would allow you to see whether the slow comes from the database or the php being executed ? Also an idea: if you have restricted write rights for PrestaShop, maybe PrestaShop is trying to write some cache files on your disk but fails to do so, and each time you request the FO it attempts to write the cache files, wait for the processing to timeout and then return your answer. So maybe have a look at the permissions you gave to the web server ? Can it write files on the disk ? Link to comment Share on other sites More sharing options...
Simonas Invertus Posted November 19, 2018 Share Posted November 19, 2018 If we talk about BO, when I noticed some insights: 1) localhost on windows is always slower than linux 2) If you don't have internet connection or connection is bad that also slows down BO. However if you have issues FO, maybe you have installed some theme or modules that are working poorly? 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