One of the most common reasons for a page to be running twice in ZF is
because of a broken href/src attribute in link, img, or script tags. This is
because ZF catches all paths that don't match to a file.

For example, if your page has a <link> tag that like this:

<link href="" rel="stylesheet" type="text/css" />

Then any time that page is access, the browser will attempt to access the
same URL as a stylesheet. Since it's technically not a 404, Firebug may not
catch this.

--
Hector


On Fri, Mar 26, 2010 at 5:51 AM, scs <[email protected]> wrote:

> Hello,
> I was looking firephp db profile stats. And I saw two records of
> profile on firephp. Both are the same.
> Shall I suspect that the page runs twice anyhow?
> If yes, how can I find if it runs twice and where shall I look?
>
> Thanks,
> scs
>

Reply via email to