Copied to clipboard

Flag this post as spam?

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


  • Charles Ouellet 3 posts 23 karma points
    Apr 11, 2012 @ 14:34
    Charles Ouellet
    0

    Problem with umbraco.MacroEngines.DynamicNode.ExecuteExtensionMethod

    Hi,

    We are having an issue with a fresh umbraco installation. We have built several apps over Umbraco CMS and it's the first time we are having this issue.

    I profiled the app using JetBrains DotTrace and I found that the method:

    umbraco.MacroEngines.DynamicNode.ExecuteExtensionMethod takes like 5 seconds to execute.

    Each request take about 20 seconds to run and 80% of the timespan is due to this method.

     

    As you can see, the method is executed about 200 times.

    There is alos a .ToList() that takes about 5 seconds too.

    Anyone has an hint about why it takes so long?

    Thanks,

    Charles

  • Charles Ouellet 3 posts 23 karma points
    Apr 11, 2012 @ 14:36
    Charles Ouellet
    0

    By the way this is a umbraco v 4.7.1.1 (Assembly version: 1.0.4393.24044) installation

  • De-eL 8 posts 29 karma points
    May 17, 2012 @ 00:53
    De-eL
    0

    Charles, did you make any extension method calls to your dynamic objects in the razor script by any chance? Avoid such calls if possible ...

Please Sign in or register to post replies

Write your reply to:

Draft