diff --git a/content/posts/2020-04.md b/content/posts/2020-04.md index b79b70061..6cabffde5 100644 --- a/content/posts/2020-04.md +++ b/content/posts/2020-04.md @@ -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 + diff --git a/docs/2020-04/index.html b/docs/2020-04/index.html index 68e3ed831..2b3602734 100644 --- a/docs/2020-04/index.html +++ b/docs/2020-04/index.html @@ -25,7 +25,7 @@ On the same note, the one item Abenet pointed out last week now has a donut with - + @@ -55,9 +55,9 @@ On the same note, the one item Abenet pointed out last week now has a donut with "@type": "BlogPosting", "headline": "April, 2020", "url": "https://alanorth.github.io/cgspace-notes/2020-04/", - "wordCount": "2285", + "wordCount": "2394", "datePublished": "2020-04-02T10:53:24+03:00", - "dateModified": "2020-04-27T16:39:04+03:00", + "dateModified": "2020-04-27T16:57:32+03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -431,6 +431,36 @@ atmire-cua.version.number=${cua.version.number}
scripts/theme.js
: 654Kstyles/main.css
: 220Kfa-brands-400.woff2
: 75Kfa-solid-900.woff2
: 78Kscripts/theme.js
: 704Kstyles/main.css
: 218Kcom.atmire.statistics.util.update.atomic.AtomicStatisticsUpdateCLI
script
+