[CLOSED] Combine script files

  1. #1

    [CLOSED] Combine script files

    Hi. I read on the page http://forums.ext.net/showthread.php...e-script-files that Ext.net team was going to include the feature to combine the generated ext.net jscript files (ext-base, ext-all, coolite-core, coolite-data) into one jscript file if ScriptMode="Release". Which version does include the feature?
    Last edited by Daniil; Jul 11, 2011 at 9:37 AM. Reason: [CLOSED]
  2. #2
    Hi,

    Unfortunately, this feature is not implemented yet.
    Is it really required? All Ext.Net resources are cached by browser and not downloaded repeatedly
    Ext.Net 1.x toolkit will not have such feature
  3. #3
    Thank you, Vladimir, for the quick answer. As for your question if the feature is really required - it's just YSlow optimization tip to reduce the number of http queries (http://developer.yahoo.com/performan....html#num_http). Of course it takes effect at the first page load when the resources not cached yet. For now to get better YSlow grade I use ResourceManager with CleanResourceUrl="true" RenderScripts="None" RenderStyles="None" options and merge and compress all the necessary scripts and styles in a special http handler.
  4. #4
    The ability to combine .js and .css files is something I'm hoping to include in Ext.NET 2.0. We're working on v2.0 right now, although this functionality is yet to be built.
    Geoffrey McGill
    Founder

Similar Threads

  1. Display combine fields in gridpanel
    By Vaishali in forum 1.x Help
    Replies: 3
    Last Post: Feb 06, 2012, 3:39 AM
  2. [CLOSED] Registering script files with cache buster
    By jchau in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jun 20, 2011, 7:16 PM
  3. Possible to combine Absolute and Anchor layouts?
    By dbassett74 in forum 1.x Help
    Replies: 5
    Last Post: Aug 25, 2009, 11:16 AM
  4. Combine label alignement in FormLayout
    By sfvaleriano in forum 1.x Help
    Replies: 4
    Last Post: Jun 24, 2009, 12:31 PM

Tags for this Thread

Posting Permissions