Changes
                            
    Title
    changed
    Performance - A Guide For Best Practisce
    Category
    unchanged
    Tutorials
    Yii version
    unchanged
    
    Tags
    unchanged
    performance
    Content
    unchanged
    [...]
As you can see it's quite simple. If you use the type-safe operator extensively, you will have a small performance boost and your statements will be less error-prone since you always compare values of the same type. Also note that using the type-safe operator is always faster, even if you cast each value you want to compare to a specific type.
## 3. Yii Framework / Applications ##
>Info: Soon