i am trying to develop a web application using a master page on asp.net 4. the application needs to work on an ipad.
i had the site already built, but it loaded so slowly that it timed-out, so i decided to rebuild from scratch to see what might be causing the issue. i put in the least amount of html possible to test, and it loaded in under a second. however, as soon as i added
<script type="text/javascript">
</script>
within the master page head tag the site took close to 10 seconds to load. the same problem occurs if i add a .net control to the content page.
i am using an ipad 3 with javascript turned on.
does anyone have any ideas?