SuiteScript Logs
/* SuiteScript 1.0 */
nlapiLogExecution('DEBUG'
,
'Suitelet Details');
/* SuiteScript 2.0 */
log.debug({ title: 'Suitelet Details'
, details: 'Suitelet method = ' +
request.getMethod() });

SEO Page Generator Log


Excluding JS from SEO Page Generator Content
SEO page generator is a resource-constrained environment that has its limits, it is very important to reduce the
length of time it takes the SEO page generator to generate the HTML of the page.
if (SC.ENVIRONMENT.jsEnvironment === ' browser ') {
// Insert non-page generator content here
}
Network throttler

Analyze Requests

SC Global Variable


View Extensions Compilated Code

Block Request URL

Safe Mode Configuration Option

Integration Concurrency Limit

MapReduce Priority

APM for Commerce
