Hi @Ashley_8010
In nearly all of our external retail websites, there are tonnes of connections to third party websites which inevitably drive up the loading times for our customers. Some loading times can be upwards of 10+ seconds (depending on huge sneaker drops or major releases)
It sounds like what might need is a sort of web bundler/packager (perhaps like webpack)?
And then a Content Delivery Network on top of that, that can cache and serve static content faster than your server? We use Cloudflare ourselves.
ProGet does allow you to access individual files within a package (see the files tab on InedoLib for example), and download those files with a URL like this.
However, this feature was not designed to be a front-end web server, and I wouldn't recommend using it as such.
Cheers,
Alana