vincent2009 Posted March 19, 2009 Share Posted March 19, 2009 Hi,It seems the maximum order quantity my website (using Prestashop/MutalisedServer) can handle is 50 references per order. Some users on my website are trying to order 75, 100, even 150 references.. but they always get a 500 Server Error and can not go through the check out process. In all these cases, the order.php scripts hits the CPU execution time limit of the server, set to 60 seconds. If we set the time limit to 120 seconds, the application will load for a very long time before the pages can be diplayed and it will not really solve the problem.My questions : 1. Would a dedicated server solve this kind of problem ?2. How can we optimize the overall performance of the scripts to make sure 100/150 references can be ordered ?3. Is there anything we can do to optimize the MySQL queries ?4. What can we do with order.php scripts to solve the problem ?Thank you very much for your help,Prestashop is a great solution !Vincent Link to comment Share on other sites More sharing options...
prestabase Posted March 20, 2009 Share Posted March 20, 2009 Upgrading to a dedicated server will most likely solve your problem. You may want to contact your host to see if they can help with the 500 internal server error. Link to comment Share on other sites More sharing options...
vincent2009 Posted March 20, 2009 Author Share Posted March 20, 2009 I have contacted the host and they told me about the CPU execution limit set to 60 seconds. They told me a longer time limit would be a problem with a very long time to display the pages. The host also told me to opmize overall performance of the site scripts and MYSQL queries...I am not sure about the dedicated server being the solution, as it might still be very slow with 150 references in the cart... Would you have any other remarks or information to help me out ? Thanks Link to comment Share on other sites More sharing options...
TropischBruin Posted March 20, 2009 Share Posted March 20, 2009 Upgrading to a dedicated server will most likely solve your problem. You may want to contact your host to see if they can help with the 500 internal server error. Try to convince me why that would be? 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