FCLT#90168 Iets duidelijkere SLNKDWF logging
svn path=/Website/branches/v2025.4/; revision=70840
This commit is contained in:
@@ -597,6 +597,7 @@ function SLNKDWF (myProps)
|
|||||||
Session("lastTempW2D") = TempW2D;
|
Session("lastTempW2D") = TempW2D;
|
||||||
}
|
}
|
||||||
myProps.tmRender = ((oSLNKDWF.usTimer - myProps.timerStart)/1000 - myProps.tmBuild).toFixed(0);
|
myProps.tmRender = ((oSLNKDWF.usTimer - myProps.timerStart)/1000 - myProps.tmBuild).toFixed(0);
|
||||||
|
__Log("SlnkDWF Build="+myProps.tmBuild+"ms"+ (myProps.cached?" (was cached)":"") + "; Render="+myProps.tmRender + "ms" + (mustEnd?" (mustEnd)":""));
|
||||||
Response.AddHeader("SlnkDWF","B="+myProps.tmBuild+";R="+myProps.tmRender + (myProps.cached?";C=1":"") + (mustEnd?";E=1":""));
|
Response.AddHeader("SlnkDWF","B="+myProps.tmBuild+";R="+myProps.tmRender + (myProps.cached?";C=1":"") + (mustEnd?";E=1":""));
|
||||||
if (mustEnd)
|
if (mustEnd)
|
||||||
Response.End; // We doen alles via 304
|
Response.End; // We doen alles via 304
|
||||||
|
|||||||
Reference in New Issue
Block a user