(WordPress 5.8.3) Function.php or a plugin for better performance? [duplicate]
There’s zero meaningful difference in performance between plugins and functions.php. All plugins are is PHP files that WordPress will run as it loads, and functions.php is just a file in the theme that WordPress run as as it loads. Performance is not a consideration when choosing between a plugin and functions. The right choice depends … Read more