Hello, I was wondering, can using frames help lower connections to mysql database. For example: You have a design like. ----------- Header ----------- Body ----------- Footer ----------- If most of your connections are done in the header, would it be smart to frame the header instead of "include" it to lower connections to your database. Just seeing, if I should consider switching to this method. What are some downfalls to this method also if can please give?