Welcome Guest, Not a member yet? Register   Sign In
delete helpers and libraries i dont use?
#1

[eluser]ajsie[/eluser]
if i want to make CI thinner, could i just delete all the helpers and some of the libraries?

eg.

HELPERS:

almost every helper

LIBRARIES:

ftp
email
pagination
xml-rpc
cart
html
calendar

would that make CI more slim? and i donĀ“t need the things i mentioned so i see no reason leaving them there.
#2

[eluser]skunkbad[/eluser]
You can delete them, but it won't make your site faster. These resources are only loaded when you load them, so if you aren't loading them, they are only taking up disc space.
#3

[eluser]mddd[/eluser]
Just keep them. The whole CodeIgniter system is super small. If you need those libraries or helpers later, it will only be a hassle. And like skunkbad says, it doensn't slow it down. The files are simply not used.
#4

[eluser]n0xie[/eluser]
[quote author="ajsie" date="1271148266"]if i want to make CI thinner[/quote]
If you don't use them, they aren't loaded. So besides saving a couple of extra kb of space, you won't actually gain anything from removing them, nor make CI 'thinner'.




Theme © iAndrew 2016 - Forum software by © MyBB