Hi, I am having problems with getting page sizes reasonable and I would love some input from experienced developers.
Just as an example, I converted an old asp page which displayed data pulled from a database in a small table. The table, plus a static menu, came to 32,455 bytes.
Now I have converted the identical data, but using RadMenu and RadDatagrid. The pages look and function nearly identically (Ok, the rad page looks better) but the size is now 435,873 bytes. That's more than a 10 fold increase in size to make things look prettier. Am I missing something here? Many of my clients are in third world countries and don't have hi speed internet connections. I really need to keep my pages below 200,000 bytes.
Some of the more complex pages using Rad controls are approaching 1 MB, and I don't have pictures on them.
Is there a way of reducing the page size?
I can't seem to find a way to cache the radMenu, which appears on every page (it is in the MasterPage). Because the MasterPage is merged with the other content each time then it is not cached on the client side, so it takes seconds to load each time.
Has anyone found a way to cache the navigation menus (RadMenu)? I guess if I used frames (god forbid going back to ancient history) then I could cache the RadMenu.
I would really appreciate some tips and thoughts from those developing real applications that need to perform.
Do people think that a 500,000 bytes + size page is fine? Am I too old school?
Cheers
Ian.
Just as an example, I converted an old asp page which displayed data pulled from a database in a small table. The table, plus a static menu, came to 32,455 bytes.
Now I have converted the identical data, but using RadMenu and RadDatagrid. The pages look and function nearly identically (Ok, the rad page looks better) but the size is now 435,873 bytes. That's more than a 10 fold increase in size to make things look prettier. Am I missing something here? Many of my clients are in third world countries and don't have hi speed internet connections. I really need to keep my pages below 200,000 bytes.
Some of the more complex pages using Rad controls are approaching 1 MB, and I don't have pictures on them.
Is there a way of reducing the page size?
I can't seem to find a way to cache the radMenu, which appears on every page (it is in the MasterPage). Because the MasterPage is merged with the other content each time then it is not cached on the client side, so it takes seconds to load each time.
Has anyone found a way to cache the navigation menus (RadMenu)? I guess if I used frames (god forbid going back to ancient history) then I could cache the RadMenu.
I would really appreciate some tips and thoughts from those developing real applications that need to perform.
Do people think that a 500,000 bytes + size page is fine? Am I too old school?
Cheers
Ian.