[ad_1]
Hi @johannesdb,
I suspect that the cache was not set correctly. We cache the default date ranges in the dashboard. But it seems something went wrong, and empty data was cached.
You can delete the dashboard cache by adding the url parameter ?burst_clear_cache to the end of the url. The URL: should look something like this: /wp-admin/index.php?page=burst&burst_clear_cache
Let me know if this solves your issue!
Kind regards,
Hessel
Hi
tried that – and the values are still empty under “Compare” :-/
Hi @johannesdb,
Well, my bad. There is an issue in the (URL parameter) function to delete the cache. There are two options:
- You can empty the cache by deleting the option burst_transients from the database. You can do so by running this query:
DELETE FROMwp_optionsWHERE option_name LIKE ‘burst_transients’ - If you are not comfortable with running an SQL query in the database, which is understandable, I can provide you with a version of Burst where the clearing of the cache works. You can download it here:
After installing, you need to the URL parameter to the URL again.
Sorry for the trouble. Let me know if this helps.
Kind regards,
Hessel
Cool! That did the trick 🙂
