Proxy can enhance performance by caching. Frame the concept in practical terms so you can explain it during interview discussion.
By caching results of expensive operations, a Proxy can significantly enhance performance. In an e-commerce application, for example, frequently accessed product details can be cached by a Proxy, reducing database queries and speeding up response times.