ys2843 opened a new pull request #18512: URL: https://github.com/apache/incubator-mxnet/pull/18512
## Description ## This PR addressed the rest of the problems listed in #18422. With the fix in part 1, it solved the root of the problem for Chinese visitors using geolocation based redirect. The change in this PR is more of an optimization on overall loading speed. ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your PR. - [ ] The PR title starts with [MXNET-$JIRA_ID], where $JIRA_ID refers to the relevant [JIRA issue](https://issues.apache.org/jira/projects/MXNET/issues) created (except PRs with tiny changes) - [ ] Changes are complete (i.e. I finished coding on this PR) - [ ] All changes have test coverage: ### Changes ### - [ ] Host `JQuery` script locally (as discussed in #18367, more reliable and faster speed) - [ ] Add cache control (recommended by Apache Infra team to prevent stale contents and better loading speed, see [jira ticket](https://issues.apache.org/jira/browse/INFRA-20203?focusedCommentId=17120675&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17120675)) - [ ] Eliminate render blocking resources: `defer` scripts that are not contributing to the first paint - [ ] Move General Version Dropdown CSS from `<head>` to main css. Discussed with @connorgoggins ## Comments ## - Preview: http://ec2-34-219-134-42.us-west-2.compute.amazonaws.com/ ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
