[Pro] Help! - page not loading correctly

Really hoping someone can help.

I’ve just uploaded a new site having tested in loads and all was working fine, however we’ve discovered that if you’re using an iPhone and click on a URL of the site, say from our facebook page, when the page first loads the images on the page are all over the place, a right mess, and it takes one or two refreshes to get it working as it should be. It seems to be primarily the home page, on desktops/laptops all is fine.

I’ve tried turning actions off, removing scripts, and nothing seems to help and am now at wits end. Can someone please have a look and tell me what might be going wrong.

Thanks
Dave

http://miniscoff.co.uk


freewaytalk mailing list
email@hidden
Update your subscriptions at:

Have a look at https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fminiscoff.co.uk

I think your main issue is that there is so much CSS styling going on that the element positioning styles are not loading before all the other stuff.

There are definitely things like links to font styles that come too far down the load order ie

<link href='https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Alegreya+Sans:400,500,700' rel='stylesheet' type='text/css'>

I would have those After Head not before End Head

There is a link to a 404 stylesheet at http://www.miniscoff.co.uk/animate.min.css but I suspect you have that duplicated somewhere.

But there is a LOT happening on that page!

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:

On 25 Mar 2016, 8:27 am, DeltaDave wrote:

Have a look at https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fminiscoff.co.uk

I think your main issue is that there is so much CSS styling going on that the element positioning styles are not loading before all the other stuff.

There are definitely things like links to font styles that come too far down the load order ie



I would have those After Head not before End Head

There is a link to a 404 stylesheet at http://www.miniscoff.co.uk/animate.min.css but I suspect you have that duplicated somewhere.

But there is a LOT happening on that page!

David

Thanks Dave great advice as always. I did as you suggested re the font links, optimised the images and removed a couple of links to stylesheets and now all seems to be working and loading so much quicker. Fingers crossed all sorted, now just need to check all the other pages! Time for a beer and a calm down!

Dave


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options