aktos-io / aktos-scada

Web based SCADA system for industrial and home automation systems
https://aktos.io
10 stars 9 forks source link

change status-led widget image handling algorithm #43

Open ceremcem opened 9 years ago

ceremcem commented 9 years ago

Status led can not show its changed image fast enough for the first time.

Proposal:

  1. status led should load its all images on page load
  2. check the execution speed: if faster, use css visible/hidden property in place of <img src=... attribute.