Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-9163

style.php cannot be properly cached

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • 3.1.0-a1
    • 3.0.x
    • Styles
    • None
    • PHP Environment:
      Database:

      Right now style.php is fairly intensive, it doesn't attempt to mitigate this by using any validity negotiation based on modification time. However there is still another problem, the SID is appended to each request making the URI unique for every session.

      Proposed solutions is to remove the SID and actually use the passed lang= variable. Age based negotiation of freshness could also be added but significant benefits will be made from using persistent URIs.

            bantu Andreas Fischer [X] (Inactive)
            ToonArmy Chris Smith
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: