I have a login form with Rad Ajax Manager on it.
If I set a panel to update via the manager, I get a massive delay on the code that executes after it. If I have the ajax manager on the page, but not used, I dont get the delay.
The javascript that executes after the ajax call is a image preloader, and it gets it's values from an array that is populated via the manager (after authentication). The manager is used to pass the values in the array no matter if it is used to actually do a ajax call.
Does anyone have any ideas why this massive delay could be occuring?
If I set a panel to update via the manager, I get a massive delay on the code that executes after it. If I have the ajax manager on the page, but not used, I dont get the delay.
The javascript that executes after the ajax call is a image preloader, and it gets it's values from an array that is populated via the manager (after authentication). The manager is used to pass the values in the array no matter if it is used to actually do a ajax call.
Does anyone have any ideas why this massive delay could be occuring?