Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

Content Freeze

As of July 25th, 2023, there is a content freeze on this page.

This setting causes the browser page to refresh and reload all CSS and JavaScript files after a predefined number of screens are rendered.  Refreshing the browser page releases the memory held by JavaScript and can help with applications experiencing memory leaks.  If not set, the browser page is never refreshed.

Note: We've found Internet Explorer versions earlier than 8.0 do not release the memory held by JavaScript when the page is refreshed.

Examples:

pui["refresh interval"] = 50;  // refresh the page after 50 screens are rendered
pui["refresh interval"] = 1;  // refresh with every screen rendered

Where do you save this configuration option? Here.

  • No labels