As I wrote few days back Firebug is indeed the guilty for double page execution. Today I tested it a bit more and found out what is cosing problems. Net option (tracks load times for items on page) executes page for it’s tracking, so we get one exec from browser and second one from firebug.
At the moment I am using Firebug, but older version that did not have this option.