[
https://issues.apache.org/jira/browse/DRILL-8067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17454073#comment-17454073
]
ASF GitHub Bot commented on DRILL-8067:
---------------------------------------
kingswanwho opened a new pull request #2395:
URL: https://github.com/apache/drill/pull/2395
# [DRILL-8067](https://issues.apache.org/jira/browse/DRILL-8067): Localize
the font for better User-experience of China mainland
## Description
Drill Web UI requests a font to Google's URL
https://fonts.googleapis.com/icon?family=Material+Icons,
since users from China mainland cannot visit google directly, each Drill Web
UI will render until the request time-out, to make the Web UI works slowly.
This PR deleted the request and localized the font to make render faster for
China mainland user.
## Documentation
N/A
## Testing
(Please describe how this PR has been tested.)
Web UI doesn't request font to google, and the render get faster obviously.
Manually tested Drill Web UI basic functions:
Query, Profiles, Storage, Metrics, Threads, Logs
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
> Web UI loads slowly for Drill users in China mainland
> -----------------------------------------------------
>
> Key: DRILL-8067
> URL: https://issues.apache.org/jira/browse/DRILL-8067
> Project: Apache Drill
> Issue Type: Improvement
> Reporter: Jingchuan Hu
> Priority: Major
>
> Drill Web UI sends a request to googles' URL. Since China mainland cannot
> visit google directly, Web UI refreshes slowly because each request have to
> wait the request timeout.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)