Uploaded image for project: 'Hue (READ ONLY)'
  1. Hue (READ ONLY)
  2. HUE-717

[core] Repetitive HTTP requests on each page

    Details

    • Type: Improvement
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: 2.0.0-beta
    • Fix Version/s: 2.2.0
    • Component/s: core.api
    • Labels:
      None

      Description

      Displaying any page will send a POST and a GET. It is possible to see the page refresh if you look at the login name on the top right corner. Login out and going back display nothing for the username.

      This could be added to the user:
      The /profile call could maybe be put in a context processor or tied to the session.
      The /debug/check_config_ajax cached

      e.g. going on the About page makes this requests:

      "GET /about/ HTTP/1.0"
      "POST /profile HTTP/1.0"
      "GET /debug/check_config_ajax HTTP/1.0"

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                enricoberti Enrico Berti
                Reporter:
                romain Romain Rigaux
              • Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: