Skip to content

Problem with page caching #74

@devin5885

Description

@devin5885

Some pages on the site appear to have a 10 minute cache value. This causes problems in the debug or admin case because updates on other pages are not reflected on these pages.

Is this intentional due to a previous problem?

Can we remove this or a least disable for debug.

Code:
CC.UI.Webhost\Controllers\HomeController.cs(79): [OutputCache(Duration = 600, Location = OutputCacheLocation.Client, VaryByParam = "id")]
CC.UI.Webhost\Controllers\HomeController.cs(116): [OutputCache(Duration = 600, Location = OutputCacheLocation.Client, VaryByParam = "id")]
CC.UI.Webhost\Controllers\HomeController.cs(162): [OutputCache(Duration = 600, Location = OutputCacheLocation.Client, VaryByParam = "eventid")]
CC.UI.Webhost\Controllers\SpeakerController.cs(25): [OutputCache(Duration = 600, Location=OutputCacheLocation.Client, VaryByParam = "id")]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions