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 6132 posts 23951 karma points MVP 7x 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 1614 posts 4131 karma points c-trib
    Jun 02, 2015 @ 19:29
    Stefan Kip
    0

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

Please Sign in or register to post replies

Write your reply to:

Draft