Throughout there are many calls to wp_get_theme(). As @vcanales pointed out here that could be optimized to be called only once per-session instead.
Perhaps a public static variable on Theme_Utils?