Note that there are some explanatory texts on larger screens.

plurals
  1. POcookies or cache? my own site won't load in FF without a restarting FF
    primarykey
    data
    text
    <p>Over the last few days, I've noticed that (occasionally) when testing my own site in FF, it loads the first time that FF has been opened, but it seems to hang on subsequent loads (windows only - i haven't noticed this behaviour on mac, but i don't use my mac as much). </p> <p>The url is <a href="http://HearWhere.com" rel="nofollow noreferrer">http://HearWhere.com</a></p> <p>Of course, my concern is that sometimes people will try to get to the site and not be able to (and based on what I can see, that is a distinct possibility, as i've seen a significant drop in stats over the last few days, so I suspect that might be happening). </p> <p>Any idea why? I can't seem to figure this one out. </p> <p>I view source on the page that hasn't loaded, and it appears that all the source is there.</p> <p>The one thing I can think of that might be causing the problem is that in my head and footer, i have a bit of PHP which attaches the correct API key based on the visiting domain (this is so I don't have to hard-code the api key into the page and change it from dev to prod). i use a fairly simple </p> <pre> $domain=$_SERVER['SERVER_NAME']; if($domain=='dev'){ $apiKey='apikey'; }else { $apiKey='apikey2'; } </pre> <p>but when viewing the source, it appears that show without issue. I do a similar bit of code at the bottom of the page so I only include tracking codes when the domain is not dev. </p> <p>Any ideas?</p> <p>UPDATE -------------------------------------------------------------------- After checking it out in Firebug (not sure why i didn't check that before), the following two google scripts are failing, and everything stops there. The site is map/location centric, so there i need the google stuff. Any idea why it would fail? these are the failing scripts <a href="http://gg.google.com/csiv=2&amp;s=mapsapi&amp;action=jsloaderjslinker&amp;rt=jsload.69,jseval.103,jsdone.105" rel="nofollow noreferrer">http://gg.google.com/csiv=2&amp;s=mapsapi&amp;action=jsloaderjslinker&amp;rt=jsload.69,jseval.103,jsdone.105</a> <a href="http://gg.google.com/csi?v=2&amp;s=mapsapi&amp;action=apiboot&amp;rt=d.2,e.316,ab1.336" rel="nofollow noreferrer">http://gg.google.com/csi?v=2&amp;s=mapsapi&amp;action=apiboot&amp;rt=d.2,e.316,ab1.336</a></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload