Posts: 13
Threads: 8
Joined: Jul 2019
Reputation:
0
I know that CI4 is a light framework out of the box, nevertheless I am looking for an idea which files could be removed in the production to make it even smaller. The installation is with -no-dev option, so test specific libraries are not included. Any ideas?
Posts: 5
Threads: 0
Joined: Feb 2021
Reputation:
0
02-07-2021, 12:19 PM
(This post was last modified: 02-07-2021, 12:22 PM by shuwar.)
You can remove many unused folders from /app/.
For example I only use those one:
- config, controllers, helpers, languages, libiaries, models, views + htaccess, common.php
Why those? Because I have my own libriaries, helpers etc.
I have removed "empty" folders:
- Database, Filters, ThirdParty