Add notes for 2020-04-28

This commit is contained in:
2020-04-28 18:18:34 +03:00
parent b7ca5a80ad
commit acf1c6a818
3 changed files with 56 additions and 8 deletions

View File

@ -307,4 +307,22 @@ atmire-cua.version.number=${cua.version.number}
- I sent a message to Atmire to check
## 2020-04-28
- I did some work on DSpace 6 to modify our XMLUI theme to use Font Awesome icons via SVG + JavaScript instead of using web fonts
- The difference is about 105K less, plus two fewer network requests since we don't need the web fonts anymore
- Before:
- `scripts/theme.js`: 654K
- `styles/main.css`: 220K
- `fa-brands-400.woff2`: 75K
- `fa-solid-900.woff2`: 78K
- Total: 1027K
- After:
- `scripts/theme.js`: 704K
- `styles/main.css`: 218K
- Total: 922K
- I manually editied the CUA version variable and was then able to run the `com.atmire.statistics.util.update.atomic.AtomicStatisticsUpdateCLI` script
- On the first run it took one hour to process 100,000 records on my local test instance...
- On the second run it took one hour to process 140,000 records
<!-- vim: set sw=2 ts=2: -->