speed: single vs multiple plugins
-
On our site we have something like 20 bespoke plugins. Sometimes these do very little and offer just a few functions with a particular task and maybe just a few hundred lines of code. Other times they do a lot with 5000+ lines. In addition, each plugin has its own CSS file and sometimes JS too.
At the same time, should we keep ALL plugin functions on a single php file or split them over several files and include them when needed?
For the sake of speed, is it worth combing plugins into 1 giant plugin (or maybe 2 or 3) and have all the CSS into a single CSS file?
Or better to keep them separate?
Just wondering…
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘speed: single vs multiple plugins’ is closed to new replies.