- Getting started:
-
- About the site:
-
- About the optimizations:
-
- About the warnings:
-
Selecting everything from a database when you don't need everything will slow down your script and your server(s). Anytime you have "select * from" you might be selecting more than necessary. Of course, you might not be as well.