User-1669978483 posted
We are doing some benchmarking and have noticed the number of pages that can be simultaneously processed lowers significantly when the page contains a lot of html.
Example:
A page with no html content generates around 40,000 results in 30 seconds.
The same page with an additional 20 kilobytes of pure html content only generates around 6,000 results in 30 seconds.
This seems to happen regardless of whether the html is contained in a layout page, a render page, or on the page itself.
The results are even worse when the page contains a lot of non-html tags such as javascript.
Any ways around this such as escaping a block of html so it is not processed by razor?
Thank you very much for any information.
Mike