Welcome Guest, Not a member yet? Register   Sign In
Performance Questions
#11

[eluser]n0xie[/eluser]
I think optimizing prematurely is not a good idea. If the added cost of running the framework and its libraries is a bottleneck, there is something seriously wrong with either your business logic, or your code.

There are much better and cheaper ways to improve performance. Since CI is the fastest framework (afaik) out there I wouldn't worry about optimizing anything. If load becomes a problem, caching is the easiest way to scale.
#12

[eluser]Jagar[/eluser]
Thanks for your comments, and that's what I thought but I thought I should check with the pros Wink

At first I was doing many things in one controller, but now I have divided my controller into multiple parts, such as add/edit a user in an admin section. I just wish there was a way I could have

[Application]
[Controllers]
[Folder 1]
[Folder 2]

I checked the modular ones but they are not working the way i want it. CI is limited to up to Folder 1




Theme © iAndrew 2016 - Forum software by © MyBB