I have an empty template with just a safecracker form consists of 2 custom field. When i try to load it up in the browser, it takes about 2-3 seconds to load. Looking in firebug i see the following GET
<a href="http://localhost/ee1/?ACT=7&ui=core,widget,mouse,position,draggable,resizable,button,dialog,datepicker&plugin=scrollable,scrollable.navigator,ee_filebrowser,ee_fileuploader,markitup,thickbox,toolbox.expose,overlay,tmpl&v=1308711156&use_live_url=y&include_jquery=y">http://localhost/ee1/?ACT=7&ui=core,widget,mouse,position,draggable,resizable,button,dialog,datepicker&plugin=scrollable,scrollable.navigator,ee_filebrowser,ee_fileuploader,markitup,thickbox,toolbox.expose,overlay,tmpl&v=1308711156&use_live_url=y&include_jquery=y</a>I don’t need to load most of the things showing in the url above and therefore causing allot of delay loading the form. If i want to use jQuery/UI then i will load it directly from google, but don’t want safecracker to load them for me if i don’t need them. I’m able to remove jQuery and datepicker from safecracker form by doing `datepicker=“no” include_jquery=“no”`, but what about removing other stuff in the url such as scrollable, draggable and others…