Limiting the size of HTML parsed

System Configuration

When parsing and rewriting large HTML pages, PageSpeed can use significant memory. This option limits the size of an HTML page that is parsed. Once the size of the HTML exceeds MaxHtmlParseBytes, further parsing is disabled, and a script is inserted that redirects the user to the ?PageSpeed=off version of the page. The default value is 0, indicating that there is no limit. Override this in the configuration file to change this maximum.