Copied to clipboard

Flag this post as spam?

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


  • Dave Woestenborghs 3504 posts 12133 karma points MVP 8x admin c-trib
    Apr 20, 2015 @ 14:33
    Dave Woestenborghs
    0

    Spindoctor and caching

    Hi,

    We are evaluating spindoctor.

    One question that I can't find a answer too is if the profiling engine will worked in combination with (donut) output cache ?

    Dave

  • SpindoctorBT 33 posts 124 karma points
    May 21, 2015 @ 22:33
    SpindoctorBT
    0

    Hi Dave,

    No, you will need to create a Javascript trigger that will load a non-cached (bare) page.

    Cheers,

    Wouter

  • Dave Woestenborghs 3504 posts 12133 karma points MVP 8x admin c-trib
    May 22, 2015 @ 11:56
    Dave Woestenborghs
    0

    Do you have a example of that, because I think we need to pass in the visited page to the javascript function to make sure the profile get updated for the request page.

    Dave

  • SpindoctorBT 33 posts 124 karma points
    Jun 08, 2015 @ 21:27
    SpindoctorBT
    0

    Hi Dave,

    I do not have sample code for this.
    Basically the solution is not ideal as you would need to create several pages that would mimic the profile change of the cached pages. Probably the overhead would kill the performance gained by caching these pages.

    Also, you would probably want to display dynamic feeds based on the profile which will obviously not be cached.

    Cheers,

    Wouter 

  • Dave Woestenborghs 3504 posts 12133 karma points MVP 8x admin c-trib
    Jun 09, 2015 @ 09:21
    Dave Woestenborghs
    0

    Displayin dynamic feeds based on profile is possible, because with donut caching you can exclude MVC actions from the page cache.

    Would id be sufficient to create a ajax hanlder.

    That takes 1 parameter, the node id.

    Based on that I can get the profiling attribute values from the node.

    And then using the spindoctor API I can set use AddComponentScore.

    Will this work for updating the profile ?

    Dave

  • SpindoctorBT 33 posts 124 karma points
    Nov 12, 2015 @ 11:20
    SpindoctorBT
    0

    Hi Dave,

    Yes, that should work.

    Cheers, Wouter

Please Sign in or register to post replies

Write your reply to:

Draft