debugbar assets are loaded through vendor_stream_wrapper but it is quite slow. It can take several seconds for each asset to load.
These assets are loaded at the end of the HTML so it is not a huge problem but it can delay the load of other assets that further down the queue.
A solution could be to inline these assets.
We could also copy them from vendor/
to the Drupal root but this would probably require a manual or Composer post-install step.
Closed: won't fix
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.