Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFont enumeration makes page load times on android terrible #7211
Comments
|
Without the ability to profile on Android it's going to be really hard to debug this. |
|
Then open a bug for profiling on android and let's figure that out. |
|
For the sake of cross-linking, #7221 is the Android profiling issue |
|
Edited title - the problem is that font load/enumeration takes forever, and it happens on every page load. |
|
Is this still happening? |
|
I expect that the easiest way to tell is by adding some logging around https://github.com/servo/servo/blob/master/components/gfx/platform/freetype/font_list.rs#L23 and https://github.com/servo/servo/blob/master/components/gfx/platform/freetype/font_list.rs#L53. |
|
Also we could just switch to |
It seems far worse than it should be. Even loading very simple pages is slow.