Please do review
Last Post 07/05/2009 2:02 PM by Lee Sykes. 3 Replies.
Author Messages
sharad
Nuke Active Member
Nuke Active Member
Posts:31


--
07/02/2009 5:01 AM
    Recently launched the following. Please review :-

    1. http://www.ignfa.gov.in
    2. http://www.ihmddn.com
    3. http://www.imaginefilms.in

    Regards
    Sharad Kukreti
    Lee Sykes
    DNN Creative Staff
    Nuke Master VI
    Nuke Master VI
    Posts:4945


    --
    07/03/2009 12:45 PM
    There are a couple of things that you could look at:

    Initial page load time of the sites was slow, this happens for websites that are not regularly visited, to fix this you can setup a ping service to regularly ping your website every five minutes, this ensures that the website remains in your servers memory and it will load up quickly when a user first visit your website.

    I like to use pingdom.com - as they also send messages if the website is down.

    I noticed in the source code that at the very top it is displaying the DotNetNuke copyright notice, you may want to remove this, you can do that by going to the host menu / HostSettings / display copyright - untick

    Another thing to consider to improve performance, have a look at the portal.CSS file, the code in here is by default used for the home page when you first install DotNetNuke, you can probably delete the content from the portal.CSS file.

    You may also want to look at Snapsis page blaster community edition (free) this will combine all of the JavaScript and CSS files together and will also enable gzip compression, you will find that this will improve the page load time of your website.

    http://www.ignfa.gov.in/ - I think the news feed is slowing down the initial load time of the site, when I was waiting for it to load it also breaks the skin.

    I noticed the skins are created using tables, in the future you may also want to look at creating pure CSS skins, these help to improve page load times and SEO.

    Have a look at:


    Hope this helps,
    Lee Sykes
    Site Administrator
    Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

    Twitter: www.twitter.com/DNNCreative

    Lee Sykes's Facebook Profile
    sharad
    Nuke Active Member
    Nuke Active Member
    Posts:31


    --
    07/05/2009 4:44 AM
    Thanks for you valuable inputs.

    But I tried for >Host Settings>Appeareance>Show CopyRight Credits (Here I made it False), but it is still showing Copy Rights, Terms of use & Privacy Statement

    (But according to u I could not found host menu / HostSettings / display copyright )

    Do I am missing any thing ?

    Regards
    Lee Sykes
    DNN Creative Staff
    Nuke Master VI
    Nuke Master VI
    Posts:4945


    --
    07/05/2009 2:02 PM
    The tick box is not for those.

    There is a DotNetNuke Copyright notice in the html source code of each page if you do not untick the box.

    Check the html source code of a page with the box ticked.
    Lee Sykes
    Site Administrator
    Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

    Twitter: www.twitter.com/DNNCreative

    Lee Sykes's Facebook Profile


    ---