Hi,
Quick question: Will I see any performance gain if I replace every elgg_get_site_url() call on my elgg site by something like echo "http://www.example.com/" ?
Is it worth doing that?
thanks!
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Steve Clay@steve_clay

Steve Clay - 0 likes
- Team Webgalli@webgalli

Team Webgalli - 0 likes
You must log in to post replies.No. Your best bet is to keep up with Elgg upgrades. The 1.8 series has had several reductions in queries per page and there are more on the way.
elgg_get_site_url() is not going to give any improvement in performance.