Basic question but I am curious as to the responses:
On a website, if you have a large database in the backend, and a profile page that populates with data from the backend, is it generally the case that the profile page must requery the database every single time the page is loaded?
What if the database is huge? Won't this result in lots of overhead per page refresh?
On a website, if you have a large database in the backend, and a profile page that populates with data from the backend, is it generally the case that the profile page must requery the database every single time the page is loaded?
What if the database is huge? Won't this result in lots of overhead per page refresh?








Comment