Posted on 04/12/2015 12:24:53
We experienced some major performance issues (on earlyer project), just cause "//TemplateTags" was in the product template. So we got informed make sure not to leave any behind. Avoid Template and Tag work combination in any context and any combination. Just don't leave any.
And that is totally OK.
But the issue is that this message messed up my work, today on Development server...
Totally out of nowhere. Started popping out this message, in where I was working. Well duhh I know I know there is TemplateTags in the code - that is because I am working here at the moment.
But why would it just break the whole template. Not sure if it is intended or not. But what happened to me was:
Whenever I would use DwTemplateTags in the Facet loop. It would remove ALL markup from the template. Ant it looked like DW ignored that template, and refuse to render it. Remove Products loop, facetGroups loop, everything... Code is there, but it just woun't execute. Weared.