aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2017-11-14 16:23:11 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-11-15 16:02:26 +0000
commitf59e12ee3fa9c65f178a300954586f6ac91bba79 (patch)
treee28721f5b356f5b916e59811a192cc96cc32ac4c /CHANGELOG.md
parent865df7790d20ffbeacd8dd10316f4a7f733dcb1d (diff)
Have front page load minimal JS necessary.
By creating a small file with only what is needed (focus, js flagging), we can drop loading jQuery and all the application JavaScript on the front page, prefetching them instead.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a5224b3fd..9f1d99695 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,7 @@
- Front end improvements:
- Remove unneeded 2x PNG fallback images.
- Individual cobrands can disable social login #1890
+ - Improve performance of various pages, especially front. #1903
- Bugfixes
- Shortlist menu item always remains a link #1855
- Fix encoded entities in RSS output. #1859