wiedehopf / tar1090

Provides an improved webinterface for use with ADS-B decoders readsb / dump1090-fa
Other
1.25k stars 235 forks source link

decrease dom updates to selected aircraft #147

Closed lart2150 closed 3 years ago

lart2150 commented 3 years ago

Check if the field already has the text that we are about to write to it. This decreases dom updates slightly improving performance and makes it easier to copy text for the selected aircraft.

This does not decrease the number of updates around the table but it makes it a lot easier to copy the callsign, registration number, ICAO, etc since the element is only changed when it updates rather then on every refresh.