Welcome Guest, Not a member yet? Register   Sign In
site_url & base_url performance
#1

(This post was last modified: 06-12-2018, 05:01 AM by puschie.)

hey,
while optimizing my application I noticed that site_url & base_url are very slow. So caching the base_url improved my menu generation speed by 95%. All tests with 100 request & 24 calls
  • site_url( $URI ) : 21ms
  • site_url().$URI : 20ms
  • base_url( $URI ) : 8.8ms
  • base_url().$URI : 3.5ms
  • single base_url() call : 0.2ms
  • single site_url() call : 1.0ms
So maybe we can add an cache mechanic to these functions ?
Reply


Messages In This Thread
site_url & base_url performance - by puschie - 06-11-2018, 11:57 PM
RE: site_url & base_url performance - by InsiteFX - 06-12-2018, 03:23 AM
RE: site_url & base_url performance - by puschie - 06-12-2018, 04:59 AM
RE: site_url & base_url performance - by kilishan - 06-12-2018, 06:22 AM
RE: site_url & base_url performance - by puschie - 06-13-2018, 04:06 AM



Theme © iAndrew 2016 - Forum software by © MyBB