Hi, Shea Bunge. I’m worried about exactly this issue. I have not encountered any performance problems by your plugin yet, but depending on how WP+your plugin is made, performance issues could be inevitable.
Have not found answer to this in FAQ section.
Could you please tell me, if I’d have 1000 snippets that do nothing (return true, something like that), and my site runs on a very slow hosting (1000-2000ms to build a page without cache), what kind of delays would your plugin introduce compated to having all this 1000 fast pieces of code in default function.php?
If it’s just one query “select * from wp_codesnippet where active=1” and you are iterating and appending code in some non-inefficient way, then obviously there will be next to no difference.
How would it look in reality?