-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fonts load slowly #17
Comments
Is there a particular preference for one of Google Fonts or Font Squirrel? I imagine the former is slightly more out of the boxy, but if you want to make changes to the SCSS & provide diffs or something we could either spin up a staging heroku app, or just screenshot for you to check over. |
@stephaniehobson that is :-) |
I had an off-list conversation with @stephaniehobson about this (because I forgot to reply all, and Google Groups). Here's the plan, when I (or whoever) gets time:
|
On 18 Apr 2013, at 21:09, George Brocklehurst [email protected] wrote:
New Relic tracks average page load, both in aggregate and showing the slow spots. The browser view of average timings shows a big chunk of network time, so if that goes down (or at least doesn't go up) things are good. It's time-based and averaging of course, so not the easiest thing to do. Probably best to get 30 minutes while using it, change to Google fonts, then 30 minutes without using it. Then check directly on mobile on 3G somewhere in Europe to see if that's acceptably fast. devfort.com - spacelog.org - +44 7976 212023 |
It theoretically shouldn't make a difference but we could also add a fall So font-family: 'Ubuntu'; would become font-family: 'Ubuntu', sans-serif; If we did it right it's in a variable and should only have to be changed in Curious to see if this makes a difference too. Thanks, On Fri, Apr 19, 2013 at 4:44 AM, James Aylett [email protected]:
|
I haven't investigated properly, but anecdotally it always seems to me (on mobile, where I tend to notice) that page render blocks on loading the @font-face. But we should absolutely do this to see what happens, because more information better :) On 19 Apr 2013, at 19:28, stephaniehobson [email protected] wrote:
devfort.com - spacelog.org - +44 7976 212023 |
@stephaniehobson says:
The text was updated successfully, but these errors were encountered: