Jump to content

If You are having slow BO turn off Cron task or Gamification module


hakeryk2

Recommended Posts

Just disable the Cron module. Do not uninstall it - just disable. It will still work but Back office will back online again.

If You can't go to BO just run it in phpMyadmin with

UPDATE ps_module SET active = 0 WHERE name = 'cronjobs'

 

EDIT: sometimes gamification module is causing same issues. Turn it of with same command 

UPDATE ps_module SET active = 0 WHERE name = 'gamification'
 

I was checking everything for 2 hours, everything. VPS, tracert, my internet provider, mysql issues until I found out in strace on php that It was hanging on cronjobs module. Lot of ppl were experiencing this so I think this might be a good idea to share with this to the others.

Edited by hakeryk2 (see edit history)
Link to comment
Share on other sites

  • 3 months later...
  • 8 months later...
On 10/12/2018 at 5:50 AM, El Patron said:

we released this free module to fix PS addon's connect.  Can be removed after PS upgrades their infrastructure.

https://www.prestaheroes.com/en-us/performance-emergency-fix-disable-api-connection-to-prestashop-addons

The module is $ 28.90. We do not say $ 28.90 is free! Perhaps it is different at your end.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...