ElPasko Posted November 26, 2024 Share Posted November 26, 2024 Hi, prestashop 8.1.7 Few days ago, my Prestashop started to run very slow, few seconds to just have any info from the server. Can I have any advice how to check, what is wrong? Symfony debuger doesn't tell much, just that some "config" is taking long, but nothing specific. Thank you very much for any advice. Link to comment Share on other sites More sharing options...
Prestashop Addict Posted November 27, 2024 Share Posted November 27, 2024 Hi, activate profiling option in config/defines.inc.php if (!defined('_PS_DEBUG_PROFILING_')) { define('_PS_DEBUG_PROFILING_', true); } Link to comment Share on other sites More sharing options...
Divine Posted November 27, 2024 Share Posted November 27, 2024 Hello, which hosting provider ? Maybe some issue at this level. Link to comment Share on other sites More sharing options...
ElPasko Posted November 27, 2024 Author Share Posted November 27, 2024 2 hours ago, Prestashop Addict said: Hi, activate profiling option in config/defines.inc.php if (!defined('_PS_DEBUG_PROFILING_')) { define('_PS_DEBUG_PROFILING_', true); } Debug profiling give same very "general" informations - that "config" is loading very long, but not specified which one. Yes, it can be the server provider, but i also want to find a way to confirm it, but not sure how. Link to comment Share on other sites More sharing options...
Prestashop Addict Posted November 27, 2024 Share Posted November 27, 2024 config seems to be too long Link to comment Share on other sites More sharing options...
ElPasko Posted November 27, 2024 Author Share Posted November 27, 2024 Yea, i know, but which one? Where can i find it? Is it whole config folder? Link to comment Share on other sites More sharing options...
Prestashop Addict Posted November 28, 2024 Share Posted November 28, 2024 Don't you have details of calls in config? Link to comment Share on other sites More sharing options...
ElPasko Posted November 28, 2024 Author Share Posted November 28, 2024 What do you mean calls in config? You mean in symfony profiling? 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