Link to home
Start Free TrialLog in
Avatar of Daniel Lowes
Daniel Lowes

asked on

How to be more efficient with WordPress plugin dev

This question is more of an opinion :
I have created a very complex plugin built of many functions which are not dependent on each other.
I am thinking of splitting the plugin multiple small plugins with their proper description.
Will splitting this cause the the WordPress system to overload ?
Thanks
ASKER CERTIFIED SOLUTION
Avatar of David Favor
David Favor
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Daniel Lowes
Daniel Lowes

ASKER

Thanks I will at least do load balancing.