FCLT#90168 Iets duidelijkere SLNKDWF logging

svn path=/Website/branches/v2025.4/; revision=70840
This commit is contained in:
Jos Groot Lipman
2025-11-06 09:55:50 +00:00
parent c74d95f7d5
commit 216424c3ca

View File

@@ -597,6 +597,7 @@ function SLNKDWF (myProps)
Session("lastTempW2D") = TempW2D;
}
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":""));
if (mustEnd)
Response.End; // We doen alles via 304