retechp Posted December 10 Share Posted December 10 (edited) I am still learning and setting up a small prestaShop.. I noticed that my setup is running slow and at the bottom of every product page, is this info. It should an SQL query and load time. It total approx 80 pages of information. How to ai stop this from occurring? I am running PrestaShop 8.2.0 on Ubuntu 22.04, with Apache 2.4, PHP 8.1 with 8GB RAM, 2vCPU Edited 11 hours ago by retechp (see edit history) Link to comment Share on other sites More sharing options...
Prestashop Addict Posted December 10 Share Posted December 10 Set profiling to false in config/defines_inc.php if (!defined('_PS_DEBUG_PROFILING_')) { define('_PS_DEBUG_PROFILING_', false); } 1 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