Search the Community
Showing results for tags 'CDN'.
-
1)about cdn Unigui is a WEB development framework excellent. UNIGUI development process is in the local area network loading speed, but the Internet load very slowly. I think the main reason is that ext-all.js is 1.4MB + ext-all-rtl.js 1.4mb, I see a lot of CDN resources on the internet. For example Google CDN and Microsoft CDN. I think can be UNIGUI JS resources in a CDN, or unigui official website. In the TUniServerModule to add a Boolean attribute the difference from the local loading or loaded from CDN JS. This can reduce UNIGUI server network bandwidth, and also can make full use o
-
After being parameterized UniGui DLL in IIS, it adds the extension of the DLL before the correct address. example: the correct address is <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.11.1/jquery.min.js"> </ script> however after the published application on the same server adds the extension of the application before, thus: <script src="/FalconWeb.dll//cdnjs.cloudflare.com/ajax/libs/jquery/1.11.1/jquery.min.js"> </ script> and this address does not exist. Has anyone had this problem and can share the solution? the address of the application is: h