Uploaded image for project: 'Olio'
  1. Olio
  2. OLIO-90

Simulation of browser caches incorrect

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.1
    • 0.2
    • generic
    • None

    Description

      The driver simulates browser caches by not requesting the images included in a page 40% of the time. In reality, browsers make an 'if-modified-since' request to the server and the server checks if the file was modified later than the date specified in the request and if so it will return the file. Thus, this will incur an additional request/response cycle which we are not capturing in the driver/server interaction.

      This bug will require fixes to both the driver and the server side. The driver can use a timestamp equivalent to when the run started. The server code (for PHP) must check for the existence of the if-modified-since flag. For rails, since the app does not service these files, the server will automatically take care of the request.

      Attachments

        Activity

          People

            shanti Shanti Subramanyam
            shanti Shanti Subramanyam
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: