Ext.axd dozen every second

  1. #1

    Ext.axd dozen every second

    It generates dozen of those "scripts" every second and the page is doing exactly nothing, it's just open, no user activity, no animations, nothing.
    is it normal? What are they for? It seems to be useless, can it be stopped?

    Click image for larger version. 

Name:	ext.net.jpg 
Views:	20 
Size:	87.9 KB 
ID:	7334
  2. #2
    It seems 'eval' function calling is generated in your project. Do you have any repeating tasks? For example, TaskManager with direct event
  3. #3
    If open any of that eval then what text do you see?
  4. #4
    Quote Originally Posted by Vladimir View Post
    If open any of that eval then what text do you see?
    function (el,skipDeep){if(Ext.isEmpty(el,false)){return null;}
    if(el.isComposite){return el;}
    if(el.getEl){return el.getEl();}
    if(el.el){return el.el;}
    var cmp=Ext.getCmp(el);if(!Ext.isEmpty(cmp)){return cmp.getEl();}
    var tEl=Ext.get(el);if(Ext.isEmpty(tEl)&&skipDeep!==true){try{return Ext.net.getEl(eval("("+el+")"),true);}catch(e){}}
    return tEl;} /* !eval(new String("("+el+");)) */
    I searched the whole project and I couldn't find any place with this javascript snippet.
  5. #5
    Quote Originally Posted by Vladimir View Post
    It seems 'eval' function calling is generated in your project. Do you have any repeating tasks? For example, TaskManager with direct event
    There is no TaskManager on the page
  6. #6
    Such eval can be generated if you use Tooltip with invalid target.
    Ext.Net tries to search target for tooltip with some interval

    Do you have Tooltip widgets?

Tags for this Thread

Posting Permissions