Shortcode perfomance solution
I’d say make the button–but not for performance reasons. I think if you benchmark it, you’ll find that any performance overhead added by running a simple function like this (one that does some simple string concat) is quite minimal. Or, at least, down to fractions of fractions of a second on a decent server. If … Read more