Learn IGNITION-PERSPECTIVE with Real Code Examples
Updated Nov 27, 2025
Performance Notes
Use optimized bindings (avoid unnecessary script transforms)
Prefer flex container for responsive UIs
Limit heavy scripting in client scope
Use message handlers for scalable updates
Enable tag historian compression for fast charts
Security Notes
Use Identity Providers (IdP) for auth
Enable HTTPS for all sessions
Assign roles for operator/engineer/admin
Hide critical tags behind scripts
Audit all user actions with Gateway logs
Monitoring Analytics
Gateway metrics & performance
Session monitoring dashboard
Audit logs
Tag performance and historian metrics
Alarm pipelines analytics
Code Quality
Centralize scripts into Script Library
Use style classes for consistency
Minimize inline scripts
Organize Views by function
Use message handlers for scalable logic