Voting

: eight minus six?
(Example: nine)

The Note You're Voting On

Joseph Dalrymple
14 years ago
For those wondering, this function is expensive!

On a script that was executing in a consistent 0.0025 seconds, just the use of session_name("foo") shot my execution time up to ~0.09s. By simply sacrificing session_name("foo"), I sped my script up by roughly 0.09 seconds.

<< Back to user notes page

To Top