orkestra / OrkestraGuzzleBundle

Symfony2 bundle for Guzzle
10 stars 2 forks source link

[Optimization] Defer client instantiation till called. #29

Closed zachbadgett closed 12 years ago

zachbadgett commented 12 years ago

Currently clients are created on every request, we can improve performance by waiting till the service is called from Guzzle::get() method.