Giter VIP home page Giter VIP logo

Comments (9)

PaulKinlan avatar PaulKinlan commented on April 30, 2024

@igrigorik - just as a heads up I will start looking in to this soon. We do pretty well on psi but there are a couple of obvious things we can improve. For example our build process balked for merging two of the three resources.

from webfundamentals.

igrigorik avatar igrigorik commented on April 30, 2024

The page is served over https, which means it's served over SPDY: combining resources won't help, will probably hurt performance.

Overall, the pages are pretty light. The big gotcha are the redirects, which we should fix:
image

a) why do have the 301's at all? Seems completely unnecessary.
b) we should get our server response times down. Way down.

I'd focus on (a) and (b) before we do anything else.

from webfundamentals.

PaulKinlan avatar PaulKinlan commented on April 30, 2024

Understood. I am kind of surprised that we have a redirect on that page at all.

from webfundamentals.

sethladd avatar sethladd commented on April 30, 2024

Is this something we can fix, or do we need something from the serving infrastructure?

from webfundamentals.

PaulKinlan avatar PaulKinlan commented on April 30, 2024

I need to investigate it more.

from webfundamentals.

maxh avatar maxh commented on April 30, 2024

We should revisit after v2 launch.

from webfundamentals.

igrigorik avatar igrigorik commented on April 30, 2024

Taking another pass at this.. It looks like the redirects are no longer a problem?

  • How is the Google Font link being injected? Can't make sense of it.. but the download seems to be unnecessarily delayed.
  • The two SVG files (two logos) are absolutely massive: 90KB combined, 500KB uncompressed. Can we fix this? Seems like overkill.

from webfundamentals.

PaulKinlan avatar PaulKinlan commented on April 30, 2024

The fonts are injected via an import in CSS I believe... I will pull this out in to the template

from webfundamentals.

PaulKinlan avatar PaulKinlan commented on April 30, 2024

screen shot 2014-06-11 at 6 24 14 pm

from webfundamentals.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.