use current timestamp as initvars' variables,the krpano load xml become very slowly

  • Quote

    initvars:{timestamp:Date.parse(new Date())},

    Quote

    <include url="test.xml?%$timestamp%" />


    The above code is very very slowly.
    ----------------------------------------------------------------------------
    The following code is working fine.

    Quote

    initvars:{timestamp:"1516535425"},

    Quote

    <include url="test.xml?%$timestamp%" />

    ---------------------------------------------------------------------------
    why?

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!