DEV Community

Sharon
Sharon

Posted on

Choosing the Right Performance Mode in SafeLine

SafeLine provides three distinct performance modes to accommodate different system requirements and traffic loads.

Image description

Each mode offers a specific balance between resource consumption and request handling capacity:

  1. Single-threaded Mode
    • Default performance setting
    • Minimal resource consumption on your device
    • Recommended for environments with limited computing resources
    • Suitable for low-traffic websites and testing environments
    • Prioritizes efficiency over high throughput
  2. Balanced Mode
    • Moderate resource utilization
    • Medium QPS (Queries Per Second) capacity
    • Ideal for standard production environments
    • Provides a good compromise between performance and resource efficiency
    • Recommended for most general use cases
  3. Maximum Performance Mode
    • Highest resource utilization
    • Maximum QPS handling capability
    • Designed for high-traffic websites and critical applications
    • Optimized for environments where performance is the top priority
    • Requires more robust hardware specifications

Join the SafeLine Community

Want to try a powerful, open source WAF?

Top comments (0)