Overview:
If you are having trouble with the app loading slow, or if you would like to just speed up the loading of the Accessories app, you can do so by following the quick step below.
Solution:
Paste the following snippet just before the closing </head> tag in your theme.liquid file.
This will manually load Product Accessories to speed up the load times.
{{ 'https://accessories.w3apps.co/js/accessories.js' | script_tag }}
<script type="text/javascript">
accessoriesJS($);
</script>