You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to have attribute defs inside the etypes, EntityTypeService.getAllEntityTypescalls AttributeDefinitionClient.readAttributeDefinitions() for each etype, thus making one webapi call per each etype which is very slow
The text was updated successfully, but these errors were encountered:
I have checked the time needed for getting all etypes with all attrdefs (currently 25 etypes). It takes only 2176 miliseconds (~2 seconds only). Unfortunatelly, get them with one call is not supported yet from the server side.
DavidLeoni
changed the title
EntityTypeService.getAllEntityTypes makes one webapi call per each etype
EntityTypeService.readAllEntityTypes makes one webapi call per each etype
Mar 24, 2016
In order to have attribute defs inside the etypes, EntityTypeService.getAllEntityTypescalls AttributeDefinitionClient.readAttributeDefinitions() for each etype, thus making one webapi call per each etype which is very slow
The text was updated successfully, but these errors were encountered: