This is rather infuriating. I'm trying to optimize a very large site, and I'm at the step of reducing HTTP Requests. Microsoft is not cooperating. I have the following ScriptResources included. I'll try and grab a top-line for each to distinguish them
- // Name: MicrosoftAjax.debug.js 53.5Kb
- // Name: MicrosoftAjaxWebForms.debug.js 14Kb
- AjaxControlToolkit.BoxSide = function() { 11.4Kb
- /// Sys.UI.DomElement 958 Bytes!
- // Sys.Timer 982 Bytes!
- // IDropSource 6.5Kb
- AjaxControlToolkit.FloatingBehavior = function(element) { 2.2Kb
- AjaxControlToolkit.BehaviorBase = function(element) { 5.4Kb
- AjaxControlToolkit.DynamicPopulateBehavior = function(element) { 2.9Kb
- AjaxControlToolkit.BoxCorners = function() { 3.6Kb
- AjaxControlToolkit.DropShadowBehavior = function(element) { 3.4Kb
- AjaxControlToolkit.ModalPopupBehavior = function(element) { 5.5Kb
Come on! 12 Bloody javascript includes! Less than a KILOBYTE! Half the time to get the dang data is probably spent asking for it! ARGHHH!
Anyway, as you can see, I am annoyed. Is there some way I can roll these up, and combine them? Like into one request?