Hey,
I’m having a big slowdown in the back-office menu editor. Pro is up to date (6.6.3).
I have 4 menus. Each menu has 50-ish items, the edition page loads, and then totally freezes which suggests a JS issue. It can last for several minutes…
I tracked it down to this line in your JS file:
Object.keys(Ie).forEach(t=>{oo[Ie[t]]=parseInt(t),ro+='<option value="'+Ie[t]+'">'+Ie[t]+"</option>"});
When I remove this line from /wp-content/themes/pro/cornerstone/assets/js/admin.7.6.3.js
, everything works fine.
For context, our settings are:
- max_input_vars: 5000
- memory_limit: 512M
Could you please look into it ?
I’ll add a secure note, thank you