[ https://issues.apache.org/jira/browse/SHINDIG-1188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Benjamin McCann reopened SHINDIG-1188: -------------------------------------- I don't think we should close this issue. We either need to not point to gmodules at all as Kevin Brown suggested, which is a larger work item. Or for the meantime we should change the call to gmodules.com to point to www.gmodules.com, which would be a trivial change. This is unusably slow right now because we're pointing at the wrong domain and it's really simple to fix. > gadgets.js makes high latency call through unneeded redirect > ------------------------------------------------------------ > > Key: SHINDIG-1188 > URL: https://issues.apache.org/jira/browse/SHINDIG-1188 > Project: Shindig > Issue Type: Bug > Components: Javascript > Environment: > http://svn.apache.org/repos/asf/incubator/shindig/trunk/javascript/container/gadgets.js > Reporter: Benjamin McCann > Fix For: 1.1-BETA4 > > > It takes several seconds to open the gadgets dialog. > In gadgets.js the following code should be replaced: > http://gmodules.com/ig/gadgetsettings > With a call not requiring a 301 redirect: > http://www.gmodules.com/ig/gadgetsettings > You can use a redirect checker to verify this change should be made: > http://www.internetofficer.com/seo-tool/redirect-check/ > Thanks to Carla Geisser, Google SRE for suggesting this change. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.