Client-side XSLT

后端 未结 5 1903
春和景丽
春和景丽 2021-01-31 19:28

I converted my whole site to XML/XSL and I would like to know all of the current issues with performing Client-side XSLT.

Here are the ones i already know of (from first

5条回答
  •  抹茶落季
    2021-01-31 20:09

    The XSLT file is another object which needs to be downloaded and the browser will only fetch 2 or 3 items in parallel. My experience is that the overall performance (download and generation) is noticably slower.

    Also, depending on the complexity and redundancy of the data, you might be downloading much more than you really need to - ie. if the HTML had already been rendered.

提交回复
热议问题