I have the same problem, the page is too slow even in the development environment.
I have an Ajax Toolkit Tab container that has 4 tabs(Today,Day,Week and Month)
every tab has a day pilot scheduler view.
when i viewed the source of the generated HTML i found that it has the styles written to the tags instead of defiend in css
when i saved the html it was 2 MB size which is huge for the browser to render.
note that i only set the sources to about 20 source and i didn't even bind to the events yet.
do you have a solution for that?