I like the intention behind this, but for some reason the loading of the stats blocks other actions, like copying a campaign.The reason those load after page load is to load in separate requests so they don't block the main page, so it is performance related. You can hide those columns if you don't want to see them when the page loads.
That's your browser which waits for those calls to finish. After they're done, in like a few seconds, you can carry on.but for some reason the loading of the stats blocks other actions, like copying a campaign.
What if you added a feature where automatic loading of the stats is disabled and a user can click on a campaign to load its stats, if they want to? Making this an option would allow people to get best of both worlds.That's your browser which waits for those calls to finish. After they're done, in like a few seconds, you can carry on.
I don't really see any other option around this TBH.
You can hide these fields when the campaigns page loads, click on Toggle columns and uncheck columns with stats like: Delivered, Opens, Clicks ....What if you added a feature where automatic loading of the stats is disabled and a user can click on a campaign to load its stats, if they want to? Making this an option would allow people to get best of both worlds.
No, I don't think we should go down that road, sorry.What if you added a feature where automatic loading of the stats is disabled and a user can click on a campaign to load its stats, if they want to?
Is there a way to default the columns to not show on newly created accounts? If not where can we find it in the DB so we might toggle them with a scriptNo, I don't think we should go down that road, sorry.
No there isn't without touching the code.Is there a way to default the columns to not show on newly created accounts? If not where can we find it in the DB so we might toggle them with a script
We will call it from our own app we have created the app does not get overwritten with updates.If that script is not added directly into the core files, and it uses a hook to do that, you should be fine, otherwise, it will be overwritten at update.
Cosmin