# Certification Tool - JS (Web)
The diagnostic presents the following local configurations:
// Enables/disables CDN Balancer diagnostic
unifiedPlugin.diagnostic.setBalancerEnabled(true/false);
// Enables/disables Video Analytics diagnostic
unifiedPlugin.diagnostic.setVideoAnalyticsEnabled(true/false);
// If you want to reduce the time for the report to 2 minutes (optional - value in milliseconds)
unifiedPlugin.diagnostic.setReportTimeout(2 * 60 * 1000);
1
2
3
4
5
6
2
3
4
5
6
Also, a report can be forced to be generated with the command:
unifiedPlugin.diagnostic.report()
1
To view the report you need to open the browser console (F12 shortcut).
# Diagnostic Tool Output Example
NEED MORE INFO?
Get in touch with support@codavel.com.