Copied to clipboard

Flag this post as spam?

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


  • Lasse Kofoed 49 posts 177 karma points
    Apr 28, 2014 @ 11:51
    Lasse Kofoed
    0

    Howto Speedup RecordStorage GetAllRecords

    Hi there

    When using the GetAllRecords i seam to have a performens issue.

    Is there any trick to doing this faster?

    RecordStorage rs = new RecordStorage();
    var allRecords = rs.GetAllRecords();
    (769 Count) = 19328 MilliSeconds 

    RecordStorage rs = new RecordStorage();
    var allRecords = rs.GetAllRecords(Guid.Parse("ab49f097-cef6-4f0d-8fd5-c723b2bd3c1d"));
    (120 Count) = 4809 MilliSeconds 

    Umbraco Contour version 1.1.13.2

    umbraco v 4.8.0 (Assembly version: 1.0.4721.26655)

  • Ismail Mayat 4511 posts 10092 karma points MVP 2x admin c-trib
    Apr 28, 2014 @ 12:47
  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies