Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Slow Loading User Create Page

sab2
Regular Contributor
Regular Contributor

Hi,

We are using the user create forms for onboarding and we are noticing that the form is loading pretty slowly. Does anyone have suggestions on how to speed this up? or experienced something similar with the user create form? We have roughly 19 dynamic attributes and utilizing the action strings, validation queries and reference a dataset. I put some queries below. Any tips would be appreciated.

  1. select distinct (concat(lastname, ' ',firstname, ' - ',username)) as ID from users
  2. select attribute1 as ID from dataset_values where datasetname='12222'
  3. select distinct companyname as ID from users
  4. Select id from(select case when FIND_IN_SET("Employee",${u})!=0 then 'abc123' end as id union select case when FIND_IN_SET("Employee",${u})!=0 then 'xyz432' end as id) where id is not null
Who Me Too'd this topic