Copied to clipboard

Flag this post as spam?

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


  • Alex Skrypnyk 5908 posts 22603 karma points MVP 4x admin c-trib
    Jun 02, 2015 @ 19:12
    Alex Skrypnyk
    0

    CRUD Actions Performance

    Hi,

    We have middle site with ~1000 of nodes. Web Api method DELETE takes around 2 second !!! 2 rows in action, this piece of code takes 2 seconds:

        var nodeFromDB = ApplicationContext.Services.ContentService.GetById(id);
    
        ApplicationContext.Services.ContentService.Delete(nodeFromDB);
    

    Thanks, ALex

  • Stefan Kip 1606 posts 4098 karma points c-trib
    Jun 02, 2015 @ 19:29
    Stefan Kip
    0

    I don't see the purpose of your post...

  • 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