Just messing around with a few ideas :
Minimal page formats
in yr theme if you have a page that don't need any js, don't include any.
just take out $OUTPUT->standard_head_html() and put in a link to your smallest/minimal or page specific css and any js you really need (really??).
works well for frontpage, login, maintenance, 404, any others?
PROS :
these page load really fast
CONS :
stuff not cached when you go to the next page?
Removing un-used bootstrap components
Your never going to use that carousel, jumbotron or tooltip stuff so just remove it.
PROS :
less css (no pun intended)
CONS :
you might want to put it back one day???
Anyone got any tips they use for reducing the moodle footprint from within themes?