I'm building a page that does some heavy processing in a CSV file, so I opted for AngularJS to build it. I've noticed, however, that there is a library that is used by Salesforce that is lagging the page rendering a lot.
Is it possible to disable ExtJS on a VF page? I've tried setting showHeader, standardStylesheets, sidebar and applyHtmlTag to false and the script still loads!
Every time I make a Remote Action call within Angular, the page seems to lag for a few seconds, and then normalize when the request finishes and the page is rerendered by the browser.


showHeader="false"?showHeaderandsidebarset tofalse, and the script still loads with it.standardStylesheets,applyHtmlTag, and so on? Also, probably ought to edit your post to include this sort of information.