New Posts New Posts RSS Feed: Probing Performance Delay
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

Probing Performance Delay

 Post Reply Post Reply
Author
pucsoftware View Drop Down
Groupie
Groupie
Avatar

Joined: 15-Apr-2008
Location: United States
Posts: 46
Post Options Post Options   Quote pucsoftware Quote  Post ReplyReply Direct Link To This Post Topic: Probing Performance Delay
    Posted: 29-Apr-2009 at 1:11pm
There are times when my application seems slow to respond. I'm not sure if it database related or not. I've used the trace program and inspected the debug.xml to see where there is a lag. It looks like it might not be the database but I'm not sure.
 
When I open the main form these first lines run
2009-04-29 14:51:37 DefaultPrincipal - 0 IdeaBlade.EntityModel.v4 IdGeneratorFactory::GetIdGenerator Probed for 'IIdGenerator' and found DomainModel.NumericIdGenerator
2009-04-29 14:51:37 DefaultPrincipal - 0 IdeaBlade.EntityModel.v4 IdGeneratorFactory::GetIdGenerator Probed for 'IIdentityIdGenerator' and found IdeaBlade.EntityModel.v4.StoreGeneratedIdGenerator
2009-04-29 14:51:40 DefaultPrincipal - 0 IdeaBlade.EntityModel.Server.v4 EntityServer::GetInstanceImplementing Unable to locate an implementation of: IdeaBlade.EntityModel.v4.IEntityServerFetched
 
When I save the record
2009-04-29 14:52:25 DefaultPrincipal - 0 IdeaBlade.EntityModel.Server.v4 EntityServer::GetInstanceImplementing Unable to locate an implementation of: IdeaBlade.EntityModel.v4.IEntityServerSaving
2009-04-29 14:52:25 DefaultPrincipal - 0 IdeaBlade.EntityModel.Server.v4 EdmSaveHelper::<TraceChanges>b__4f Employees to be Modified: 1
2009-04-29 14:52:30 DefaultPrincipal - 0 IdeaBlade.EntityModel.Server.v4 EntityServer::GetInstanceImplementing Unable to locate an implementation of: IdeaBlade.EntityModel.v4.IEntityServerSaved
 
These lines are only ones that seem to take more than a second. The second set may be just the saving of the record, but it still seems like a long delay to save a single record. Can you tell me if there is some configuration I can do that will avoid this lag? I am not using the BOS so the app is using only client/server communication.
 
puctx
Back to Top
kimj View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 09-May-2007
Posts: 1391
Post Options Post Options   Quote kimj Quote  Post ReplyReply Direct Link To This Post Posted: 29-Apr-2009 at 8:05pm
Please send the whole debuglog file to support@ideablade.com so we can get a better idea of any other activities going on.  There aren't any configuration settings you can make, and a 5 second delay seems unusual, so hopefully with a little more information we'll be able to diagnose the problem.
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down