make drawing of city boxes 10x faster by not using 25 jQuery selectors per city box to fill a template <div> but instead using a string .replace() with {template} strings and then .html()’ing the entire HTML blob at the end once #nomads
fix 10 second cities file cache lock delaying site scripts by 10 seconds every hour due to prepareCityData.php writing to cities.cached.php, change to cities.cached.php_temp and if finished writing copy over cities.cached.php #nomads