[CLOSED] Resource manager

  1. #1

    [CLOSED] Resource manager

    I am seeing the ext.net resource managers are loaded from a separate link in your examples as follow
        <script type="text/javascript" src="/extnet/extnet-init-js/ext.axd?da044e91ba1b423ab7c3c55aeefa95c8"></script>
    But in our code this data rendered as part the html file as CDATA will this make a difference in performance? If yes how this can be implemented? Is there any configuration in ext.net?
    Last edited by Daniil; Apr 09, 2014 at 1:43 AM. Reason: [CLOSED]
  2. #2
    It is managed by InitScript property of ResourceManager. By default, it is Inline (it means that script will be rendered inside the page), Linked mode renders script as separate javascript file

    About performance, I guess that Linked mode has a little bit worse performance because one additional request to the server is generated
    Last edited by geoffrey.mcgill; Apr 04, 2014 at 3:50 PM.

Similar Threads

  1. [CLOSED] Ext.onReady and Resource Manager DocumentReady
    By Kev in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Dec 27, 2013, 3:54 AM
  2. Replies: 3
    Last Post: Aug 10, 2013, 6:23 AM
  3. [CLOSED] What is the Resource Manager and how do I use it?
    By jwf in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Aug 29, 2011, 6:46 PM
  4. Script Manager and Resource Manager Conflict
    By EugeneNiemand in forum 1.x Help
    Replies: 6
    Last Post: Jun 20, 2011, 7:34 AM
  5. Replies: 4
    Last Post: Sep 22, 2010, 7:43 AM

Posting Permissions