Firstly, DNN is an awesome platform, and the latest 4.5.1 is also great! Being one of those development houses that waited in anticipation for the 4.5.0 and now 4.5.1 upgrade, we couldn't stop ourselves from upgrading as soon as it was released.
Now, a major issue has arisen. The inclusion of AJAX by default adds an extra 60 - 100 KB's to page sizes! I am not an AJAX guru, so I will first tread carefully and ask confirmation on this claim? An easy way to determine this is by installing/using Mozilla Firefox and then installing an add-on called Firebug; a real brilliant tool that shows what gets downloaded on each page load (Open Tools->Open Firebug on Firefox main menu. Then select the Net tab and start loading pages).
The webresource.axd and scriptresource.axd created as result of AJAX ads a huge overhead to each page load. Now the jackpot question is, can this be disabled selectively on pages that don't use any AJAX, or at least be disabled completely?
Many improvements have been made in making DNN it more performant, but if the core is faster, does it really matter if you don't have a high speed connection and page sizes has increased so dramatically?