Uploaded image for project: '[Read Only] - Addon Channel Manager'
  1. [Read Only] - Addon Channel Manager
  2. CHANNELMGR-8

Optimize caching of static resources

    XMLWordPrintable

Details

    • Improvement
    • Status: Closed
    • Normal
    • Resolution: Fixed
    • 2.26.03
    • 2.28.00
    • Sprint 87

    Description

      Problem description:
      Currently we use an antiCache GET parameter for our static resources (js, css, img). This parameter is randomly generated at application startup. In a clustered environment each node will therefore have a different antiCache parameter. In addition, it also changes after each application server restart. The effect is that resources are getting reloaded more often than strictly required.

      Proposed solution:
      Most optimal solution would be to use antiCache parameters that only change if the content of the resource has changed.
      Sufficient is to use an application wide hard coded constant antiCache parameter (e.g. a unique constant generated at compile time).

      Attachments

        Activity

          People

            Unassigned Unassigned
            meggermont Michiel Eggermont (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: