berwinter / uvr1611

UVR1611 Data Logger Pro
GNU General Public License v3.0
31 stars 22 forks source link

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

Closed nils50122 closed 7 years ago

nils50122 commented 7 years ago

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.

Is that a cache problem?

berwinter commented 7 years ago

The default timeout for PHP is 60 seconds. Please increase this limit in your php.ini if it is not sufficient to load all data.

nils50122 commented 7 years ago

increase the max_execution_time to 120 and solve the problem, big thanks :)