bethisraelmalden / site

Congregation Beth Israel website.
MIT License
0 stars 0 forks source link

Home page loading of top image is very slow / or fails to load #30

Closed shalomshachne closed 10 years ago

shalomshachne commented 10 years ago

When I first hit home page, the sticky post for Maariv showed. It looked kind of strange floating at top. Then a little later, a long banner image loaded (Mikvah Inauguration photo)? The sticky post then floated on top of the image. (As an aside, it had kind of a grayish tinge...) It probably took at least 30 seconds for that to compose.

When I returned to home page to time exactly how long it took to load, the banner image never reappeared. Is it supposed to be there?

I think maybe a style sheet dropped off somehow - because the Donate link was originally a red button, but now it's just a plain link.

Browser=Firefox 26.0 Display=Desktop Monitor 1680 x 1050

Attaching screen shot: bim-home

metaist commented 10 years ago

The implemented behavior is: Sticky posts float in a gray <div> on top of the default banner image (a cropped photo of the mikvah inauguration).

I'm seeing a loading time of 2.3s with Firefox 26.0 on Windows 7. Please post browser / OS version and any Firebug Console output.

A few possible things could be going on:

  1. You might have a cached stylesheet. Reset your cache and reload.
  2. You might have the Firebug Script panel enabled which is known to slow down Firefox on Windows.

Do you see this in other browsers?

shalomshachne commented 10 years ago

I see same problem in Chrome. Just started a fresh instance of Chrome, navigated to home page, and do not see the default banner image. I don't actually see HTML for the banner image. Also, again the Donate link is no longer a red button (which actually seems nicer).

Browser = Chrome 32.0.1700.102 m O/S = Windows 7

Also, just tested with Internet Explorer 11 and it is the same. Maybe the cached style sheet is on your machine :) ?

Posting a screen shot below of what Chrome is showing. Both Chrome and Firefox are showing the same for me.

bim-home-chrome

metaist commented 10 years ago

I just tested on a clean machine and I'm seeing it correctly.

Is there any console (F12) output? Are there any network (HTTP) errors?

shalomshachne commented 10 years ago

Console output:

12:22:47.062 Unknown property 'box-sizing'. Declaration dropped. bootstrap.min.css:7 12:22:47.062 Unknown pseudo-class or pseudo-element '-webkit-search-cancel-button'. Ruleset ignored due to bad selector. bootstrap.min.css:7 12:22:47.063 Expected color but found 'auto'. Expected color but found '-webkit-focus-ring-color'. Expected end of value but found '-webkit-focus-ring-color'. Error in parsing value for 'outline'. Declaration dropped. bootstrap.min.css:7 12:22:47.064 Expected end of value but found '\9 '. Error in parsing value for 'margin-top'. Declaration dropped. bootstrap.min.css:7 12:22:47.064 Unknown pseudo-class or pseudo-element '-webkit-outer-spin-button'. Ruleset ignored due to bad selector. bootstrap.min.css:7 12:22:47.064 Unknown pseudo-class or pseudo-element '-ms-input-placeholder'. Ruleset ignored due to bad selector. bootstrap.min.css:7 12:22:47.064 Unknown pseudo-class or pseudo-element '-webkit-input-placeholder'. Ruleset ignored due to bad selector. bootstrap.min.css:7 12:22:47.064 Unknown property 'user-select'. Declaration dropped. bootstrap.min.css:7 12:22:47.064 Expected 'none' or URL but found 'alpha('. Error in parsing value for 'filter'. Declaration dropped. bootstrap.min.css:7 12:22:47.064 Unknown property '-moz-osx-font-smoothing'. Declaration dropped. bootstrap.min.css:7 12:22:47.065 Expected 'none' or URL but found 'progid'. Error in parsing value for 'filter'. Declaration dropped. bootstrap.min.css:7 12:22:47.066 Error in parsing value for 'background-image'. Declaration dropped. bootstrap.min.css:7 12:22:47.066 Unknown property 'zoom'. Declaration dropped. bootstrap.min.css:7 12:22:47.067 Expected end of value but found '\9 '. Error in parsing value for 'background-color'. Declaration dropped. bootstrap.min.css:7 12:22:47.869 NS_ERROR_FAILURE: less.min.js:13 12:22:48.300 Expected 'none' or URL but found 'alpha('. Error in parsing value for 'filter'. Declaration dropped. 2d85b761572dd165bc0800e94646b758embedcompiled_fastui.css:2 12:22:48.300 Unknown property '-moz-border-radius'. Declaration dropped. 2d85b761572dd165bc0800e94646b758embedcompiled_fastui.css:2 12:22:48.300 Unknown property 'zoom'. Declaration dropped. 2d85b761572dd165bc0800e94646b758embedcompiled_fastui.css:2 12:22:48.300 Expected 'none' or URL but found 'progid'. Error in parsing value for 'filter'. Declaration dropped. 2d85b761572dd165bc0800e94646b758embedcompiled_fastui.css:2

On Mon, Feb 3, 2014 at 12:13 PM, metaist notifications@github.com wrote:

I just tested on a clean machine and I'm seeing it correctly.

Is there any console (F12) output? Are there any network (HTTP) errors?

Reply to this email directly or view it on GitHubhttps://github.com/bethisraelmalden/site/issues/30#issuecomment-33976607 .

shalomshachne commented 10 years ago

I tested from my laptop (a separate machine) and still see same issue.

Did maybe the link change - I am navigating to:

www.bethisraelmalden.com

Also, I don't see anywhere in HTML where the banner image is referenced. HTML:

I don't see any CSS assignment for image to class="background" or "container sticky-posts". I checked the Net console also, and don't see any HTTP errors loading. Where exactly is the image specified?

On Mon, Feb 3, 2014 at 12:13 PM, metaist notifications@github.com wrote:

I just tested on a clean machine and I'm seeing it correctly.

Is there any console (F12) output? Are there any network (HTTP) errors?

Reply to this email directly or view it on GitHubhttps://github.com/bethisraelmalden/site/issues/30#issuecomment-33976607 .

shalomshachne commented 10 years ago

The problem is that bethisraelmalden.com and bethisraelmalden.org do not have same page...

On Mon, Feb 3, 2014 at 12:13 PM, metaist notifications@github.com wrote:

I just tested on a clean machine and I'm seeing it correctly.

Is there any console (F12) output? Are there any network (HTTP) errors?

Reply to this email directly or view it on GitHubhttps://github.com/bethisraelmalden/site/issues/30#issuecomment-33976607 .

metaist commented 10 years ago

Okay, yes, this is the core problem. bethisraelmalden.com is supposed to redirect to bethisraelmalden.org, but it's doing a soft-redirect. So the hard-coded urls are not being loaded.

metaist commented 10 years ago

So BlueHost didn't even have the redirect set up properly. It was serving up two sites from the same directory which makes URLs hard to craft. I added a permanent redirect from bethisraelmalden.com to bethisraelmalden.org (for the top-level URL), so this particular issue is now closed.