initvars:{timestamp:Date.parse(new Date())},
<include url="test.xml?%$timestamp%" />
The above code is very very slowly.
----------------------------------------------------------------------------
The following code is working fine.
initvars:{timestamp:"1516535425"},
<include url="test.xml?%$timestamp%" />
---------------------------------------------------------------------------
why?