Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Rasmus Fjord 675 posts 1566 karma points c-trib
    Sep 11, 2012 @ 09:12
    Rasmus Fjord
    0

    What do people do to ensure performence on launch ?

    Hey there :)

    We are about to launch a webshop for a customer, nothing special or anything, 900 products using teacommerce. Overall the site is maybe 1500-2k nodes so nothing biggy, and the database is so far up and hitting about 200mb.

    The site is so far doing great and we are going to launch very soon, but i was wondering what you guys did before launch to increase performence. Anything special like IIS cache or orther great tricks that your willing to share :) 

    ive been looking around for small tweaks to do but all the blog posts ive found so far are from like 2007 and dosnt seem nessecry.

  • David Verberckmoes 46 posts 77 karma points
    Sep 11, 2012 @ 09:51
    David Verberckmoes
    0

    Hi Rasmus,

    Some things to look at:

    • uGoLive (included in umbraco since 4.7.1)
    • enable caching on some macro's (like menu's and footers)
    • Enable static and dynamic compression on IIS
    • some speedtesting like pagespeed or tools.pingdom.com, which will guide you to some extra's
    Rgds,
    David
  • Rasmus Fjord 675 posts 1566 karma points c-trib
    Sep 11, 2012 @ 09:59
    Rasmus Fjord
    0

    Hey David :) 

    Awesome to get some quick feedback, yea ive already run ugolive. Ive been testing cache abit but it dosnt seem to kick in for me. When im looking trough the debugging lines it says nothing about the caching part on my razor macros. 

    Tough ive set it on my sub nav macro, to 3600secs, but it dosnt seem to go through.

     

  • David Verberckmoes 46 posts 77 karma points
    Sep 11, 2012 @ 10:03
    David Verberckmoes
    0

    Did you look at the trace yet? It shows the performance of the macro's. (you need to enable tracing if you turned it of with uGoLive :)

    What about the load times with pingdom? If it is more than 800ms then you need to do improvements which might be in code or have something to do with the design (images, lots of js).

  • Rasmus Fjord 675 posts 1566 karma points c-trib
    Sep 11, 2012 @ 10:22
    Rasmus Fjord
    0

    Hey David, yea i renebled the trace :) 

    It says my subnav macro is taking about 0.35s which seems heavy for such a small macro. But its also not giving me anything about the cache that i have activated on my macro.

    Ive also just installed and setup static and dynamic compression on the server.

     

  • Jeroen Breuer 4908 posts 12265 karma points MVP 5x admin c-trib
    Sep 11, 2012 @ 17:47
    Jeroen Breuer
    0

    If your subnav macro is taking too long have a look at this topic: http://our.umbraco.org/forum/developers/razor/28479-Razor-menu-performance-(v4)

    Jeroen

Please Sign in or register to post replies

Write your reply to:

Draft