Improve login performance by reducing PEP work

Description

When a user logs in the PEP module executes a DB query for each contact that the user has in the roster. This is slowing down the login process and the entire server in general. Lets queue this work and be processed by another thread.

A further optimzation (if needed) could be to cache the "no PEP service" to prevent executing queries for users that do not have a PEP service.

Environment

None

Activity

Show:
Fixed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Created December 19, 2007 at 3:09 AM
Updated December 19, 2007 at 3:10 AM
Resolved December 19, 2007 at 3:10 AM