Speed enhancements

At TownNews.com, we are focused on making performance improvements to our front-end and back-end systems. In this release, we are adding a few technology tools to help us make incremental improvements to site speed in the future.

  • Script modules get async and onload support. Our script-loading modules are able now to have an "async" attribute, which allows them to be loaded when the rest of the page is complete. This means the page won't wait for any of these scripts (what is called "render blocking") and may appear to be faster or more responsive. Implementation of this module will happen over the next few weeks in our front-end template updates.