mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2020-04-28
This commit is contained in:
@ -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: -->
|
||||
|
Reference in New Issue
Block a user