You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by "Serge Huber (JIRA)" <ji...@apache.org> on 2018/02/17 08:24:00 UTC

[jira] [Created] (UNOMI-158) Optimize calls to PrivacyService

Serge Huber created UNOMI-158:
---------------------------------

             Summary: Optimize calls to PrivacyService
                 Key: UNOMI-158
                 URL: https://issues.apache.org/jira/browse/UNOMI-158
             Project: Apache Unomi
          Issue Type: Improvement
          Components: core
    Affects Versions: 1.3.0-incubating
            Reporter: Serge Huber
            Assignee: Serge Huber
             Fix For: 1.3.0-incubating


Currently the calls to the PrivacyService are done using the profileId systematically which triggers a load of the profile from the persistence backend. This is unnecessary since we already have the loaded profile available, we just need to pass it to the privacy service methods.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)