FACEBOOK LIKE (URLs. Submit these resources from a consistent URL)

I want to fix this problem ... I get the following error or performance degradation

The following resources have the same content, but are served from different URLs. Serve these resources from a consistent URL to save 1 request (s) and 25.2KiB.

http://static.ak.facebook.com/connect/xd_arbiter.php?version=10
https://s-static.ak.facebook.com/connect/xd_arbiter.php?version=10

I tried several with this below and still get the same warnings

js.src = "https://connect.facebook.net/en_GB/all.js#xfbml=1";

js.src = "http://connect.facebook.net/en_GB/all.js#xfbml=1";

js.src = "//connect.facebook.net/en_GB/all.js#xfbml=1";

+5
source share
2 answers

, Facebook. , . , .

URL- , . URL .

+1

, URL-.

: URL- .

URL-, 1 25.2KiB.

, - .

"" , , http:// https://

, HTTP HTTPS, "".

, , - , URL-, , .

http://example.com/foo - , https://example.com/foo - : "thatll do", .

0

All Articles