Copied to clipboard

Flag this post as spam?

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


  • ecsplendid 6 posts 79 karma points
    Nov 27, 2015 @ 15:21
    ecsplendid
    1

    FastCache v2.0

    Hello all

    I started using Kevin Giszewski's Umbraco FastCache https://our.umbraco.org/projects/website-utilities/fast-cache/ on a project (a shopping centre web site with about 200,000 hits per day).

    I noticed that it had a few shortcomings:

    • Didn't set text/html as a content type, on Chrome I was seeing plain text pages
    • Didn't use app cache (file system access slow on azure). The new version still uses the file system to survive app reloads
    • The publish - cache invalidate workflow was broken (was written for an older version of Umbraco)

    here is my fork on GitHub --

    https://github.com/ecsplendid/FastCache

    Obviously for this to work, the content itself should be the only dynamic elements on your page. We use Angular for dynamic content and statically rendered templates+umbraco content. Seems to work quite well.

  • Lee Kelleher 4026 posts 15837 karma points MVP 13x admin c-trib
    Nov 27, 2015 @ 16:46
    Lee Kelleher
    1

    Hi Tim,

    Sounds cool! I'm sure Kevin would love to know about the improvements that you have made.

    Maybe post on the FastCache forum section, or send a pull-request on the GitHub repo?

    Cheers,
    - Lee

  • Comment author was deleted

    Nov 27, 2015 @ 16:50

    Great improvements! +1

  • 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