Tagged Questions
1
vote
1answer
80 views
When is a page considered loaded by search engines so I can enhance it without a page-speed penalty?
I'm working on a website that has some high quality images that need to load. Of course, my goal is to get the site to load as quickly as possible so we don't slow down the user experience and I don't ...
11
votes
4answers
936 views
Loading main javascript on every page? Or breaking it up to relevant pages?
I have a 700kb decompressed JS file which is loaded on every page. Before I had 12 javascript files on each page but to reduce http requests I compressed them all into 1 file.
This file is ~130kb ...
3
votes
1answer
419 views
Effect on SEO of lazy scrolling on HTML comments
I am thinking about using a JS script that lazy loads HTML when scrolling ( http://ivorycity.com/blog/2011/04/19/jquery-lazy-loader-load-html-and-images-on-scroll/).
I am not too sure about whether ...