notif
Better JS/CSS Loading with file modified timestamps
schedule
|
history_toggle_off
Before it was loading a version based on the moment the site was loaded. Now its loading a custom version based on the last modified timestamp. This should decrease loading times by half a second, so small, but it's a better way to load things instead of fetching a new file each time. Better cache control this way.