Regardless on how many copies, xCRUD open only oneĬonnection to your database, which is also significantly improves performance gains. xCRUD implements multi-instance system, which allows a single page load multiple instances xCRUD and work with multiple tables simultaneously.Read the configuration file, most of the default settings can be done there).
This way, you can create custom settings for your specific set xCRUD (first, You can pre-set parameters and output data in different parts of your script: in different functions, classes, or even in different files. It will not appear on the performance, because you will always work with a single original object
Writing code for a CRUD application can be hundred lines of code BUT with xCrud its just as little as 3 lines of code.