Reviewed: https://reviews.mahara.org/5828 Committed: https://git.mahara.org/mahara/mahara/commit/53da3434d540d94b917680005a283249a5deb253 Submitter: Son Nguyen ([email protected]) Branch: master
commit 53da3434d540d94b917680005a283249a5deb253 Author: Robert Lyon <[email protected]> Date: Wed Dec 9 12:01:08 2015 +1300 Bug 1524095: Allow the remote avatar be fetch once per session To speed up the system by avoiding too many curl_exec() calls behatnotneeded Change-Id: I8ac650cffbd70fb0756a6b0a426fe2f6e0ba97cf Signed-off-by: Robert Lyon <[email protected]> -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it! https://bugs.launchpad.net/bugs/1524095 Title: Remote avatar called each page load rather than once per session Status in Mahara: In Progress Bug description: The remote avatar is called when we have 'remoteavatars' config set to true. It does a curl command to fetch the remote avatar information. The curl call is quite walltime slow. it would be better to fetch the remote avatar once per session rather than once per page load. To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1524095/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

