Code Monkey home page Code Monkey logo

browsersupport.io's People

Contributors

crocodillon avatar

Stargazers

 avatar

Watchers

 avatar  avatar

browsersupport.io's Issues

Design property page

This page has a few possible states:

  • Property is found
  • Property is not found, but there are suggestions
  • Property is not found (can be generic 404 page)

Implement logging

Because it's nice to be able to keep track of how many people get a 404 or 500, on which page, so we can fix it!

Improve search query performance

Search queries (which use MongoDB's text index at the moment) are slow'ish (~500ms). Even worse, can't reach higher pages (say page 1000) because of

OperationFailed: Sort operation used more than the maximum 33554432 bytes of RAM. Add an index, or specify a smaller limit.

Figure out how to improve or use a different solution (for example ElasticSearch)

Add more detailed content

This site is not about API details, we have sites like MDN for that... that said...

Add at least some details for popular properties (start with the ones in ES and other specs), for example function signatures. Good sources for information are for example TypeScript and Flow (but of course also the specs)

What does make sense for browsersupport.io is to include polyfills or other browser compatibility related material (like vendor prefixes, old browser fallbacks stuff like that)

Clean up database

Basically anything that doesn't match this regular expression:

const nameRe = /^([a-z]\w*)(?:\.(prototype))?(?:\.([a-z_-][\w-]*)|\[@@([a-z]+)\])?$/i

Is at least worth looking into ๐Ÿ˜…

And then there are things lik https://browsersupport.io/Array.prototype.@@iterator ... what was Firefox thinking? (this is not Array.prototype[Symbol.iterator], this is literally Array.prototype.@@iterator)

Improve compression

  • Implement Brotli support in nginx
  • Pre-compress static assets (both .gz and .br)

Improve Lighthouse score

Current score:

  • Performance 86
    • Improve perceptual speed index (learn more)
    • Reduce render-blocking stylesheets (learn more)
    • Unused CSS rules (learn more)
    • Inefficient cache policy on static assets (Google Analytics) won't fix
  • Progressive Web App 55
    Will be a separate epic
  • Accessibility 83
  • Best Practices 88
  • SEO 89

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.