Currently brightcove uses only static cache to actually cache auth data, which works only for single page, but in case of multiple simultaneous request on different page, it impacts the site performance.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

anup.singh created an issue. See original summary.

anup.singh’s picture

Status: Active » Needs review
FileSize
1.88 KB

Hi Team

I have actually modified the function _brightcove_create_client() to also include a database cache just before directly hitting the brightcove auth.
Please review and let know if this can be improved.
Thanks
anup.singh