System Configuration

Advanced System Configuration

HasErrors()) { print $H_ErrorMessages->GetMessagesAsUList(); } } ?>
Interface
Search
System
Enable Page Caching PageCacheEnabled() ? "checked" : ""; ?> /> (pages will be cached for anonymous users only)
minutes
(default: 4 - Info)
seconds (minimum: 5, recommended: 300)
minutes (set to 0 to disable caching)
minutes (set to 0 to disable caching)
Use Minimized JavaScript UseMinimizedJavascript() ? " checked" : ""; ?> /> When enabled, minimized JavaScript files (file name ending in .min.js) will be searched for and used if found.
JavaScript Minimization Enabled JavascriptMinimizationEnabled() ? " checked" : ""; ?> /> When enabled, the application framework will attempt to generate and use minimized JavaScript files (assuming Use Minimized JavaScript is also enabled).
Add URL Fingerprinting UrlFingerprintingEnabled() ? " checked" : ""; ?> /> When enabled, the appplication framework will attempt to add timestamp-based fingerprints into the names of CSS, JavaScript, and image files, to help with browser caching.
SCSS Support Enabled ScssSupportEnabled() ? " checked" : ""; ?> /> When enabled, the application framework will look for SCSS versions of included CSS files, compile then into CSS, and use the resulting CSS files.
Generate Compact CSS GenerateCompactCss() ? " checked" : ""; ?> /> When enabled, any CSS generated from SCSS files will be compacted, to improve page access speeds.
Log Slow Page Loads LogSlowPageLoads() ? "checked" : ""; ?> />
seconds (pages that take longer than this to load will be logged)
Log High Memory Usage LogHighMemoryUsage() ? "checked" : ""; ?> />
% (pages that use more than this percentage of the PHP memory limit will be logged)
/> (if available, prefer $_SERVER["HTTP_HOST"] over $_SERVER["SERVER_NAME"] when determining the current URL)
" /> (The "root URL" is the portion of the URL through the host name. This setting primarily affects the values returned by the URL retrieval methods and the attempted insertion of clean URLs in outgoing HTML.)
Mailing
"PHP mail()", Email::METHOD_SMTP => "SMTP", ); $OptionList = new HtmlOptionList( "F_MailingMethod", $Methods, $MailingMethod); $OptionList->PrintHtml(); ?>
(example: mail.myhost.com)
(default: 25)
/>
(CRLF should be used whenever possible)