Forums

Skip Navigation LinksHome / Developer Network / Forums / Sitefinity 3.x: General Discussions > Just launched and pages delivered extremely slowly

Just launched and pages delivered extremely slowly

  • Tony Powell avatar

    Posted on Mar 15, 2010 (permalink)

    We just launched http://www.murraystate.edu on sitefinity.

    ASP.NET, IIS7

    All during development, pages rendered quickly. Today was the first day of heavy traffic, and site is dragging 60 seconds or more between pages. Admin is worse.

    Requests for .htm pages in actual directories render immediately. 

    We have roughly 1,000 pages.
    Compilation debug is set to false
    caching set to true

    Any ideas?


    Reply

  • Ivan Dimitrov Ivan Dimitrov admin's avatar

    Posted on Mar 15, 2010 (permalink)

    Hello Tony Powell,

    On your website you have pages with output that is about 4 mb and there are 75 requests. You can take a look at the attached video. I suggest that you should implement some optimizations for your pages - compression/caching. Also, the files that you are loading are some external resources - images, js scripts.

    Regards,
    Ivan Dimitrov
    the Telerik team

    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
    Attached files

    Reply

  • Tony Powell avatar

    Posted on Mar 15, 2010 (permalink)

    I watched the video and understand. But all pages on the site are slow, most with only text and one image.

    Reply

  • Ivan Dimitrov Ivan Dimitrov admin's avatar

    Posted on Mar 15, 2010 (permalink)

    Hello Tony Powell,

    You need to reduce the page output. You could try compressing HTTP response stream. You may find this article useful - Performance Optimizations - Why Output Cache is Important

    Kind regards,
    Ivan Dimitrov
    the Telerik team

    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.

    Reply

  • Register for webinar
Skip Navigation LinksHome / Developer Network / Forums / Sitefinity 3.x: General Discussions > Just launched and pages delivered extremely slowly