Archive
Monthly
Go
|
|
DNN Blog
Aug
21
Posted by:
Salar Golestanian
8/21/2006 9:56 AM
Typical page behaviour in DNN is delivering the page not so smoothly, This is because there is not much control on the different elements of the page based on the file size of different components such as images, background, or module file size, etc…. Playing around with cashing does not seem to help. So we have been advising our customers to do a small core change to the default.aspx Basically to change one line < meta http-equiv="Page-Enter" content="blendTrans(Duration=0.2)" > So that by playing with the duration you hope to reduce the bitty download. I would like to here from you if you also find this method useful. Regards Salar
3 comment(s) so far...
Re: Improving on DNN Rendering the page.
Oops - Sorry - I forgot - added the space after < ... and you can now see.
Salar
By Salaro on
8/21/2006 4:11 PM
|
Re: Improving on DNN Rendering the page.
Call me prejudiced, but I think page level caching helps a lot.
That page transition doesn't actually make the page render faster does it?
What is the difference between that transition and the one hard-coded into the default.aspx page? < META HTTP-EQUIV="PAGE-ENTER" CONTENT="RevealTrans(Duration=0,Transition=1)" >
By snapsis on
8/23/2006 6:21 PM
|
Re: Improving on DNN Rendering the page.
Salar - I actually thought this rendering trick was done in 4.3.x already (FAJAX?) I noticed the transitions were a lot smoother than the old version and thought I saw something in the default.aspx... could be wrong tho...
By rodneyjoyce on
8/23/2006 6:22 PM
|
|