arturv2000

Results 32 comments of arturv2000

Just a small update With this new version, and adding indication in nginx to disable cache ``` # kill cache add_header Last-Modified $date_gmt; add_header Cache-Control 'no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0';...

@cgjgh Will try during the weekend. Just tried redo the process (installing your version) in another server i have (test server, local network) and i am not being able to...

@cgjgh Ok, demo took way less time than anticipated. Was able to "touch" the server. I started by deleting the `node_module` folder inside node-red user folder, and also deleted `node_modules`...

@cgjgh Damn, I hate when this happens in posts and emails... When I am almost finishing it someone disturbs me and when I look again to the PC assume that...

In my current use case, yes it seems to be working. The use case is: - Node-Red Dashboard using the `cgjgh` `PWA-Update` branch with the modification indicated bellow - Node-Red...

+1 The feature of having ui-template in subflows to be able to reuse templates more easily is very nice but is a bit useless if having more than one subflow...

One of the issues seems to be when the chart is configured in `TimeScale`. The flame graph on the browser indicates a lot of time spent on `buildticks` and `_convertTicksToLabels`....

Today did a little test to check my hypothesis regarding the `ticks`. Implemented my own chart using template node and did some comparison with the default chart node. Booth charts...

@joepavitt Regarding the ticks, what I implemented on the template was a dynamic tick value depending on the "chart" data duration. ```js //If lower than one minute, every second, if...

@joepavitt At least in the PC (Windows with Edge) after a while the page stops being updated if left in background (Dashboard v1.9.1). Typically, it is usually enough to change...