We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At the moment, we use a 15 minutes long transient to cache the chart data:
statify/inc/class-statify-dashboard.php
Lines 290 to 295 in 1efbb2f
How about updating the chart (via Ajax) if the transient is expired? Or updating the chart also every 15 minutes to show the latest possible data?
First asked here: https://wordpress.org/support/topic/auto-refresh-evert-n-minutes/
This should not impact performance and we should ask us if this will be useful for most of our users.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At the moment, we use a 15 minutes long transient to cache the chart data:
statify/inc/class-statify-dashboard.php
Lines 290 to 295 in 1efbb2f
How about updating the chart (via Ajax) if the transient is expired? Or updating the chart also every 15 minutes to show the latest possible data?
First asked here: https://wordpress.org/support/topic/auto-refresh-evert-n-minutes/
This should not impact performance and we should ask us if this will be useful for most of our users.
The text was updated successfully, but these errors were encountered: