kern3020 / opportunity

a web application dedicated to helping people find jobs
MIT License
0 stars 2 forks source link

performance refine your database access. #35

Open kern3020 opened 10 years ago

kern3020 commented 10 years ago

The dashboard page is database intense. There are four sections. Initially only one is visible. If the initial page view was limited to populating this section, it would be faster. Other sections would be populated on-demand via ajax.

This got me rethinking database access in general.

At the moment,