php optimizasyonu

0 Cevap php

let's say i have a web app with 3000 books, all the info is in a DB, and let's say i need to recover all that info and show it on a webpage. which one of these two approches is better in terms of memory consumption?

  1. DB'den bilgi kurtarmak, 3000 Kitap nesneleri içine bilgi dönüştürmek ve html sonucu gösteren hepsi ayrıştırmak.
  2. Sadece DB'den bilgi kurtarmak ve html doğrudan sonuç dizisi ayrıştırmak.

Muhtemelen soru olduğu "PHP nesnelerin çok yaratıyor gelmez bellek sorunları yaratır?"

teşekkürler!

0 Cevap