SmartClient Version: v10.0p_2014-12-17/EVAL Deployment (expires 2015.02.15_07.40.12) Licensed to: Isomorphic Software (#ISC_EVAL_NIGHTLY)
Chrome on OSX
as in the attachment, the 'timing' tab doesn't show the server roundtrip details of my SQLDataSource DSRequests, even if in the response it seems that the data is present:
Chrome on OSX
as in the attachment, the 'timing' tab doesn't show the server roundtrip details of my SQLDataSource DSRequests, even if in the response it seems that the data is present:
Code:
{ affectedRows:0, data:[ { USER_ID:"pippo", ID_REC:2, TELEFONO:"+3901123456788", EMAIL:"foo@bar.com", COGNOME:"foo", NOME:"bar" } ], endRow:1, invalidateCache:false, isDSResponse:true, operationType:"fetch", queueStatus:0, startRow:0, status:0, timing:{ name:"Server processing", start:1418983756082, children:[ { name:"RPCManager construction", start:1418983756082, children:[ { name:"DSRequest construction", start:1418983756094, children:[ ], end:1418983756115 } ], end:1418983756116 }, { name:"RPCManager processing", start:1418983756116, children:[ { name:"DSRequest processing", start:1418983756116, children:[ { name:"includeFrom processing", start:1418983756116, children:[ ], end:1418983756116 }, { name:"groupBy processing", start:1418983756116, children:[ ], end:1418983756116 }, { name:"Declarative security checks", start:1418983756116, children:[ ], end:1418983756116 }, { name:"Field-level declarative security checks", start:1418983756116, children:[ ], end:1418983756116 }, { name:"Prepare DSRequest for DMI", start:1418983756116, children:[ ], end:1418983756116 }, { name:"DMI", start:1418983756116, children:[ ], end:1418983756116 }, { name:"transformMultipleFields processing", start:1418983756117, children:[ ], end:1418983756117 }, { name:"Unpaged fetch", start:1418983756119, children:[ { name:"get connection", start:1418983756119, children:[ ], end:1418983756147 }, { name:"query", start:1418983756148, children:[ ], end:1418983756158 }, { name:"SQLTransform", start:1418983756158, children:[ ], end:1418983756159 } ], end:1418983756159 } ], end:1418983756160 } ], end:1418983756164 }, { name:"DSResponse serialization", start:1418983756164, end:1418983756167 } ], end:1418983756168 }, totalRows:1 }