When accessing pages through the browser on static pages response time is great.
If I add some php code to connect to the database (i5_connect) response time becomes terrible (up to 7 seconds to load a small page) and events are generated with the following text:
Severe Slow Request Execution (Absolute)
I can get better response time by using i5_pconnect but why is connecting to the database so resource intensive?

