Skip to content
New issue

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

first access to an chart - slowly loading with an error #20

Open
nils50122 opened this issue Dec 30, 2016 · 1 comment
Open

first access to an chart - slowly loading with an error #20

nils50122 opened this issue Dec 30, 2016 · 1 comment
Labels

Comments

@nils50122
Copy link

hello,

when i click on a schema with a normal chart, i see the loading circle and after a time there comes an error.

When i reload the page (f5 in browser) the chart is there without an error.

i edit the max_execution_time to 120 seconds but this not solve the problem.

@berwinter berwinter added the bug label Jan 22, 2017
@berwinter
Copy link
Owner

Looks like that reading all data form the BL-Net/CMI takes a significant amount of time. Do you use a cron-job to update the database regularly?
If a lot of datasets are logged in the BL-Net (e.g. each second), but data is only transferred to the Datalogger once a day, reading the data can take more than the allowed execution time. In this scenario it would make sense to use a cron-job to retrieve the data more frequently from the BL-Net (every hour).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants