skip to Main Content

Laravel very slow eloquent query – Phpmyadmin

I need to get catalogs from database using Laravel query, so I write simply: $catalogs = Catalog::where('shop_id', $shop->id)->latest()->get(['id','title', 'created_at', 'shop_id', 'cover_bg', 'frontpage', 'pdf', 'clicks', 'finished']); In a catalog table I have more than 100 columns - 2 of them are…

VIEW QUESTION

jQuery reorder and structure Ajax data – Jquery ajax

I have two dimensions of data, one is the purchase itself and the second is the referral reference. Orders are produced with PDO and taken from a MySQL database: <div rfrnc="joe" id="1" class="order"><div>1 Laptop $220</div><div class="time">10.25</div></div> <div rfrnc="bill" id="2" class="order"><div>1…

VIEW QUESTION
Back To Top
Search