[eluser]Kiran Dangol[/eluser]
Hi Everybody,
I have a question regarding auto loading models. Will autoload models affect in performance in website?
Thanks in advance.
[eluser]Sagar Ratnaparkhi[/eluser]
This instructing CI to auto load your models into memory. It wont much affect on site performance. But usually its good to keep most used models in autoload (which needed in most of controllers),else get loaded specifically.
Btw. You can use CI's profiler to review performance.
[eluser]Kiran Dangol[/eluser]
Hi Sagar,
Thanks for answer. Now what about library. Will it too affect in speeding?
[eluser]Kiran Dangol[/eluser]
Many many thanks to PhilTem. I got clear vision now.
Thank you a lot.