Why HTTPs for Google-hosted javascript files?
Submitted by kosmofilo on Thu, 06/16/2011 - 02:15If FeedsAnywhere doesn't use HTTPs internally, why does it use for requesting jQuery from Google?
Potentially the greatest benefit of using the Google AJAX Libraries CDN is that your users may not need to download jQuery at all.
No matter how well optimized your site is, if you’re hosting jQuery locally then your users must download it at least once. Each of your users probably already has dozens of identical copies of jQuery in their browser’s cache, but those copies of jQuery are ignored when they visit your site.
http://encosia.com/3-reasons-why-you-should-let-google-host-jquery-for-you/
Using HTTPs defeats this purpose since HTTPs requests aren't cached.
»
Navigation
j/k | selects the next/previous item in the list |
n/p | in title view, selects the next item without opening it |
space/shift+space | moves to the next/previous page |
shift+m | open/close the main menu |
shift+o | open/close the options menu |
enter | select the highlight entry from a menu |
Actions
enter,o | in title view, expands or collapses the selected item |
shift+a | marks all items in the current page as read |
d | go to the item's list of similar stories |
i/u | designate the item as interesting/not interesting |
m | marks the item as read or unread |
s | adds or removes a star from the selected item |
shift+s | open/close the item's share menu |
shift+u | marks all items in the current page as unread |
v | opens the original source for the item in a new tab |
Go To a New Page
g then h | go to the homepage |
g then i | go to the Interesting items view |
g then a | go to the All items view |
g then s | go to the Saved items view |
g then p | go to the Popular items view |
g then f | go to the Select a Feed page |
Application
- | decrease the font size |
= | increase the font size |
esc | close any menu if open, otherwise deselect all items |
? | open/close a decription of keyboard shortcuts |
https
I got the link from Google's site and they recommended https. I wasn't aware that prevented caching. It's switched to http now.
Chad
http://feedsanywhere.com
Sorry, the second and third
Sorry, the second and third paragraphs are a quote from that link. I didn't notice that this forum didn't allow blockquote before making my post.
kosmofilo