kentico_ondrejv
-
8/20/2010 4:54:13 AM
RE:remove unnecessary javascript
Hello,
Regrettably, it's not possible to remove those handlers, since they are: general ASP.NET resource for handling ASP.NET events and requests on life cycle (postbacks, callbacks, etc.) and AJAX toolkit core handler for AJAX stuff, respectively. Therefore, they are bound to the system and are essential for its functionality.
Fortunately, those scripts are loaded just for the first site request and then they stay in browser cache (if they are not modified meantime).
Best regards Ondrej Vasil
|