Hi,
I have a performance issue on my solution running 8.7.2.1 with integration framework.
Here is an example that I'm wondering about : Why is CalculateOrder requesting AX just because of this code
@inherits Dynamicweb.Rendering.RazorTemplateBase<Dynamicweb.Rendering.RazorTemplateModel<Dynamicweb.Rendering.Template>>
{"TotalProductQuantity": "@GetString("Ecom:Order.OrderLines.TotalProductQuantity")"}
it takes 1.2 sec to load when running when liveintegration is active and 0.2 sec without.