How do I check which modules are causing conflicts?

1334 views

The systematic approach: (1) Disable all third-party modules (not PrestaShop's built-in ones). (2) Check if the problem disappears. (3) Re-enable modules one by one, testing after each. (4) When the problem returns, you have found the culprit. This is tedious but reliable. For performance-specific issues, the Symfony profiler (available in debug mode) shows which hooks and modules take the longest to execute.

Learn more: our troubleshooting guide.

Was this answer helpful?

Still have questions?

Can't find what you're looking for? Send us your question and we'll get back to you quickly.

Loading...
Back to top