Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Performance and...Performance and...Urgent!!! Preloader for DNN siteUrgent!!! Preloader for DNN site
Previous
 
Next
New Post
1/15/2010 8:40 AM
 

Hello Ganesh,

I just created a pre-loader for our site, but the primary developer doesn't want to use it.  We'll see...

Our site performance is bad, but he tells me it will get better once the site goes live and has more users.  I remain skeptical, so I created a pre-loader which I call a "Splash" page.  I'll tell you what it contains in a moment...

I'd love to hear comments from others on performance of their site.  Ours is a church site- a small church in a poor neighborhood, with an average age of 55.  Most of the users will be infrequent users with less than average computer skills and knowledge.  We need our pages to take less than 8-10 seconds per page.  Our test pages sometimes take 30-40 seconds (if I haven't been to the test site recently), or it can take as little as 5 seconds if I have already visited the page today- as a result of caching.  The main developer says he usually sees his pages in only a few seconds.

Our current home page requires about 250,000 bytes, and 65 files (even though there is only about 15,000 bytes of actual content (7,000 of text and 8,000 of graphics).  Of course, caching minimizes the amount of downloading on a second visit, but many of our users will be turned off by their first visit if it takes 30 seconds.

Anyhow, I created a simple HTML and JS "Splash" page to "keep visitors occupied", and to begin to download some of the main page content in the background.
The Splash page has the following content:
1- a nice graphic, a small amount of text, plus "Loading" is blinking
2- in the HEAD of the HTML, I load all of the JS files that are static content of the site.  This loads about 100,000 bytes.
   <script type="text/javascript" src="/dnncore.js"></script>  <!-- this is one of the JS files I preload -->
  I also load the following files with similar statements
jquery.min.js, dnncore.js, dnn.js, dnn.xml.js, dnn.xmlhttp.js, initWidgets.js
3- at the very end of the file, I have a small SCRIPT which loads the intended HOME page.

<SCRIPT language="JavaScript"><!--
window.location="http://www.aa-mytestsite-aa.com/Home.aspx";
//--></SCRIPT>
 

When I use this Splash page, I have 1 of 2 different results:

- If I have already been to the test page today, the Splash page takes just a brief moment, and then the Home.aspx page opens in about 5-10 seconds.

- If I have not been to the test page today, the Splash page takes as long as 10-15 seconds, and then the Home.aspx page opens in about 10-20 seconds more.

It's still imperfect, but it does make the site seem quicker.  Unfortunately, the primary developer doesn't want to use it because it is not standard content, and he expects the site's response time to be more than satisfactory when the site is done and in daily use.

 

 
New Post
1/17/2010 1:07 PM
 

This issue you have encounted is the ASP.NET site loading after being inactive for more than 15-20 minutes.    This can be overcome by using a "keep-alive" service.  You can have a third party provide the service -- they often have addition features with the service- or you can place a free-ware service like "SmarterPing" on server you control. 

Mitchel Sellers has such as service.. see http://www.mywebkeepalive.com/default...

One other thought -- DNN does have a provision for a splash page ... you may want to check that out.

Paul.

 
New Post
1/26/2012 12:07 AM
 
I have been looking for a preloader, our website has multiple livestreaming video windows which overwhelms the rest of the page on load.. but i am looking for a preloader for mostly aesthetics.

posted this on DNN creative - http://www.dnncreative.com/Forum/tabid/88/aft/31881/Default.aspx#34281

i would like to use this preloader on a dnn site - http://www.gayadesign.com/diy/query...with-ease/

DNN version 5.4

thank in advance for any input
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Performance and...Performance and...Urgent!!! Preloader for DNN siteUrgent!!! Preloader for DNN site


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out