Performance with Eloquent and Query Builder in Crowdfunding System with Laravel Framework
Putu Adi Guna Permana, Evi Triandini
PDF (article)
Download |
|
PDF (similarity)
Download |
|
PDF (korespondensi)
- |
|
Link Resmi Jurnal
View |
Abstract
Performance is a point of interest that is quite interesting for application owners, how could it not, besides being rich in features and following what they want, there are things that are no less important, namely the issue of the speed of use of an application that must be considered for developers. Because the speed level will affect the user experience in using it. Many factors influence the performance of an application, especially in the website category, one of which is the developer's ability to minimize large amounts of data load. This is the importance of being able to categorize which large data loads need to be considered and which are not. There is a system crowdfunding website that is currently operating using the laravel framework, but there are several obstacles faced where some of the processes in it are rather slow in the process. In this research, how do we choose which process uses process eloquence and which one needs to use the query builder. So that combining eloquent and query builder can be optimal.