Authenticating all jquery tabs with google oauth
I have #href tabs and when we click on tab, there is a "GET" call to the file to be shown in that tab. I shifted to Google authentication but now load time has increased significantly. If we click on other tabs, it takes long time (mainly due to ssl and TTFB time), basically these tab contents should not take time (and should not take authentication time) since the user is already authenticated.
In simple words
After google sign-in (1st page loads fine)
Rest all tabs take longer time due to google authentication being applied on each tab.
Link to my stackOverflow question