Reducing Babylon CDN load size to increase site loading side speed

Solution 1:

The technique you're describing is called lazy loading. Here's a shopify blog describing it.

You may be able to achieve this by using the async script tag.

<script src="https://cdn.babylonjs.com/babylon.js" async></script>