Externally loading sf scripts with version 19.1.64

Hi there,


I was wondering if there is a way to externally load Syncfusion scripts with version 19.1.64?


<script src="~/_content/Syncfusion.Blazor.Core/scripts/syncfusion-blazor.min.js" type="text/javascript"></script>
    <script src="~/_content/Syncfusion.Blazor.PdfViewer/scripts/syncfusion-blazor-pdfviewer.min.js" type="text/javascript"></script>
    <script src="~/_content/Syncfusion.Blazor.WordProcessor/scripts/syncfusion-blazor-documenteditor.min.js" type="text/javascript"></script>


I tried loading them like this but they all return a status code 404, and I can't seem to find CDN links for this specific version.




1 Reply

BH BharatRam Harikrishnan Syncfusion Team June 22, 2023 01:39 PM UTC

Hi Bojan,

 

We have provided optional support to refer the component scripts externally from the application end to increase the initial load performance from v19.2 (syncfusion-blazor.min.js) and v19.3 (syncfusion-blazor-pdfviewer.min.js & syncfusion-blazor-documenteditor.min.js). So, we suggest you upgrade our Syncfusion Blazor packages to the latest version to take advantage of the ability to externally load Syncfusion scripts using CDN or package static asset scripts.

 

Please refer to the below UG documentation for more details.

https://blazor.syncfusion.com/documentation/common/adding-script-references#cdn-reference

 

Please get back to us if you need any further assistance.

 

Regards, 

Bharat Ram H


Loader.
Up arrow icon