You are always so helpful :-) I got the figure in debug mode. It took around 1000ms to render the invoice report. Based on this figure we will be able to figure out which plan to use.
hi @ericxinzhang , maybe you can try to workaround the browser limitations by using renderAsync (which does not use a form POST request but uses a AJAX POST request) with window.open in the docs you can find a small example that uses renderAsync, maybe it will help with your case.