•  
      request #19182 Close user session as soon as possible when processing CSP violation reports
    Infos
    #19182
    Thomas Gerbet (tgerbet)
    2021-01-19 15:51
    2021-01-13 18:01
    20752
    Details
    Close user session as soon as possible when processing CSP violation reports
    In a situation where a lot of CSP reports needs to be sent when opening a page (it should not happen but ¯\_(ツ)_/¯) not closing the session as soon as possible can increase the time needed to process them. By default, PHP sessions are locked so before processing another request the lock needs to be released. Releasing it as soon as possible can increase the throughput of reports that can be processed per user.
    Other
    Empty
    Empty
    • [ ] enhancement
    • [x] internal improvement
    Empty
    Stage
    Thomas Gerbet (tgerbet)
    Closed
    2021-01-19
    Attachments
    Empty
    References

    Follow-ups