It appears my Drupal pages load twice.
If I added debugging such as drupal_set_message() in methods such as includes/common.inc drupal_build_css_cache() and it gets called twice.
I also have modules that add to the data to the DB these also get called twice and I really only want certain DB updates to be called once.
Is this normal for drupal?
Could it be a devel or optimization thing?