Skip to content

Caching broken under certain configurations in v2.1(pre) #47

@dizzib

Description

@dizzib

After upgrading from 1.x to 2.1(pre) the caching seems to be broken under certain configurations...

    SassAndCoffee   IIS Output      SASS/CSS    Coffee/JS
Id  cache type      Caching ?       working ?   working ?   Notes

1   NoCache         N               Y           Y           slow
2   NoCache         Y               Y           N
3   File            N               N           Y
4   File            Y               N           N
5   InMemory        N               Y           Y           slow after change then fast
6   InMemory        Y               N           N

A result of 'N' means a stale file gets served.

I'll use configuration #5 for now. Please let me know if you need more info.

Cheers,
Andy.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions