Concept Flow - Computed vs method performance
Component Renders
Access Computed Property
Check Cache
Display Value
Access Method
Run Method Function
Return Result
Display Value
When the component renders, accessing a computed property first checks if the cached value exists to reuse it, while calling a method runs the function every time without caching.