Here's how GITHUB.COM makes money* and how much!

*Please read our disclaimer before using our estimates.
Loading...

GITHUB . COM {}

Detected CMS Systems:

  1. Analyzed Page
  2. Matching Content Categories
  3. CMS
  4. Monthly Traffic Estimate
  5. How Does Github.com Make Money
  6. How Much Does Github.com Make
  7. Wordpress Themes And Plugins
  8. Keywords
  9. Topics
  10. Payment Methods
  11. Questions
  12. Schema
  13. External Links
  14. Analytics And Tracking
  15. Libraries
  16. Hosting Providers

We are analyzing https://github.com/squidfunk/mkdocs-material/issues/6565.

Title:
Instant Loading: External `fetch` calls break on Firefox Β· Issue #6565 Β· squidfunk/mkdocs-material
Description:
Context We use mkdocs-material to build our project's entire homepage. Therefore we have build a customized page that serves as a download page for our builds. This is achieved with a small JS ...
Website Age:
17 years and 9 months (reg. 2007-10-09).

Matching Content Categories {πŸ“š}

  • Telecommunications
  • Mobile Technology & AI
  • Technology & Computing

Content Management System {πŸ“}

What CMS is github.com built with?


Github.com employs WORDPRESS.

Traffic Estimate {πŸ“ˆ}

What is the average monthly size of github.com audience?

πŸš€πŸŒ  Tremendous Traffic: 10M - 20M visitors per month


Based on our best estimate, this website will receive around 10,000,019 visitors per month in the current month.
However, some sources were not loaded, we suggest to reload the page to get complete results.

check SE Ranking
check Ahrefs
check Similarweb
check Ubersuggest
check Semrush

How Does Github.com Make Money? {πŸ’Έ}


Subscription Packages {πŸ’³}

We've located a dedicated page on github.com that might include details about subscription plans or recurring payments. We identified it based on the word pricing in one of its internal links. Below, you'll find additional estimates for its monthly recurring revenues.

How Much Does Github.com Make? {πŸ’°}


Subscription Packages {πŸ’³}

Prices on github.com are in US Dollars ($). They range from $4.00/month to $21.00/month.
We estimate that the site has approximately 5,013,426 paying customers.
The estimated monthly recurring revenue (MRR) is $21,056,387.
The estimated annual recurring revenues (ARR) are $252,676,649.

Wordpress Themes and Plugins {🎨}

What WordPress theme does this site use?

It is strange but we were not able to detect any theme on the page.

What WordPress plugins does this website use?

It is strange but we were not able to detect any plugins on the page.

Keywords {πŸ”}

instant, issue, loading, squidfunk, firefox, bug, fetch, docs, resolved, open, added, chromium, browser, customization, navigation, projects, saltyaimbotter, page, download, work, disable, fix, sign, builds, script, based, code, external, calls, build, enabled, related, reporting, reproduction, removed, commented, owner, event, fixes, link, problem, solutions, mkdocsmaterial, issues, pull, requests, discussions, actions, security, break,

Topics {βœ’οΈ}

0-instant-loading-breaks-fetch-firefox disable-web-security chromium --user-data-dir= check docs/webcode/download possibly related issues squidfunk edits owner d632754 squidfunk added disable instant loading javascript code inside activity saltyaimbotter mentioned 7741fff saltyaimbotter mentioned bug instant loading confuses instant loading external domains fail chromium based browsers comment metadata assignees instant navigation docs index page mkdocs-material bug resolved issue bug reporting guidelines chromium based browser fix fetch bug squidfunk closed chromium successfully downloads small js script /firefox/addon/cors open projects tested add event related links reporting bug description instant loading instant loading' discussions fetch calls event handler fixes projects milestone developer console solutions fetch call code investigation issue fetch resource bug report uncaught syntaxerror customization issue event handler browser firefox open bugs party javascript

Payment Methods {πŸ“Š}

  • Braintree

Questions {❓}

  • Already have an account?

Schema {πŸ—ΊοΈ}

DiscussionForumPosting:
      context:https://schema.org
      headline:Instant Loading: External `fetch` calls break on Firefox
      articleBody:### Context We use mkdocs-material to build our project's entire homepage. Therefore we have build a customized page that serves as a [download page](https://docs.betonquest.org/2.0-DEV/Downloads/) for our builds. This is achieved with a small JS script that is added to that specific page and fetches the builds from our nexus repository. ### Bug description When instant loading is enabled, fetch calls to external domains fail in Firefox. The developer console displays `Uncaught (in promise) TypeError: NetworkError when attempting to fetch resource.` The network tab shows `NS_BINDING_ABORTED`. The same JS script work fine when instant loading is not enabled. It always works in Chromium based browsers, no matter if instant loading is enabled. The only known workaround is to disable instant loading. ### Related links - [Reporting a bug](https://squidfunk.github.io/mkdocs-material/contributing/reporting-a-bug/) - [Instant Loading](https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/?h=instant+loading#instant-loading) There are four open bugs for instant loading since it is scheduled for a rework. #6345, #6334, #6275, #6102 None of them specifically adress this issue. I also though about instant loading's quirk that is described in #5925 and in the [docs](https://squidfunk.github.io/mkdocs-material/customization/?h=document%24#additional-javascript). I don't think it is related though. ### Reproduction [9.5.3+insiders.4.48.0-instant-loading-breaks-fetch-firefox.zip](https://github.com/squidfunk/mkdocs-material/files/13774540/9.5.3%2Binsiders.4.48.0-instant-loading-breaks-fetch-firefox.zip) ### Steps to reproduce 1. Setup the reproduction example 2. Setup a Firefox and a Chromium based browser to work around CORS (our build repo only allows downloads from docs.betonquest.org). * For the chromium based browser this can be done by starting the browser via CMD: `chromium --user-data-dir="/tmp/chromeDeleteMe/" --disable-web-security` * For Firefox I used https://addons.mozilla.org/en-US/firefox/addon/cors-everywhere/ 3. Open the docs index page with Firefox and a Chromium based browser. 4. Open the developer console in both. 5. Click the Download button. 6. Observe the different behaviour where Chromium successfully downloads the builds but Firefox fails. 7. Disable instant loading 8. Observe that now both browser are able to download the builds. Check docs/webCode/download.js, the fetch call couldn't get more vanilla than this. It should definitely work. ### Browser Firefox ### Before submitting - [X] I have read and followed the [bug reporting guidelines](https://squidfunk.github.io/mkdocs-material/contributing/reporting-a-bug/). - [X] I have attached links to [the documentation](https://squidfunk.github.io/mkdocs-material/), and possibly related [issues](https://github.com/squidfunk/mkdocs-material/issues) and [discussions](https://github.com/squidfunk/mkdocs-material/discussions). - [X] I assure that I have [removed all customizations](https://squidfunk.github.io/mkdocs-material/contributing/reporting-a-bug/#remove-customizations) before submitting this bug report. - [X] I have attached a __.zip file__ with a [minimal reproduction](https://squidfunk.github.io/mkdocs-material/guides/creating-a-reproduction/).
      author:
         url:https://github.com/SaltyAimbOtter
         type:Person
         name:SaltyAimbOtter
      datePublished:2023-12-27T01:42:51.000Z
      interactionStatistic:
         type:InteractionCounter
         interactionType:https://schema.org/CommentAction
         userInteractionCount:5
      url:https://github.com/6565/mkdocs-material/issues/6565
      context:https://schema.org
      headline:Instant Loading: External `fetch` calls break on Firefox
      articleBody:### Context We use mkdocs-material to build our project's entire homepage. Therefore we have build a customized page that serves as a [download page](https://docs.betonquest.org/2.0-DEV/Downloads/) for our builds. This is achieved with a small JS script that is added to that specific page and fetches the builds from our nexus repository. ### Bug description When instant loading is enabled, fetch calls to external domains fail in Firefox. The developer console displays `Uncaught (in promise) TypeError: NetworkError when attempting to fetch resource.` The network tab shows `NS_BINDING_ABORTED`. The same JS script work fine when instant loading is not enabled. It always works in Chromium based browsers, no matter if instant loading is enabled. The only known workaround is to disable instant loading. ### Related links - [Reporting a bug](https://squidfunk.github.io/mkdocs-material/contributing/reporting-a-bug/) - [Instant Loading](https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/?h=instant+loading#instant-loading) There are four open bugs for instant loading since it is scheduled for a rework. #6345, #6334, #6275, #6102 None of them specifically adress this issue. I also though about instant loading's quirk that is described in #5925 and in the [docs](https://squidfunk.github.io/mkdocs-material/customization/?h=document%24#additional-javascript). I don't think it is related though. ### Reproduction [9.5.3+insiders.4.48.0-instant-loading-breaks-fetch-firefox.zip](https://github.com/squidfunk/mkdocs-material/files/13774540/9.5.3%2Binsiders.4.48.0-instant-loading-breaks-fetch-firefox.zip) ### Steps to reproduce 1. Setup the reproduction example 2. Setup a Firefox and a Chromium based browser to work around CORS (our build repo only allows downloads from docs.betonquest.org). * For the chromium based browser this can be done by starting the browser via CMD: `chromium --user-data-dir="/tmp/chromeDeleteMe/" --disable-web-security` * For Firefox I used https://addons.mozilla.org/en-US/firefox/addon/cors-everywhere/ 3. Open the docs index page with Firefox and a Chromium based browser. 4. Open the developer console in both. 5. Click the Download button. 6. Observe the different behaviour where Chromium successfully downloads the builds but Firefox fails. 7. Disable instant loading 8. Observe that now both browser are able to download the builds. Check docs/webCode/download.js, the fetch call couldn't get more vanilla than this. It should definitely work. ### Browser Firefox ### Before submitting - [X] I have read and followed the [bug reporting guidelines](https://squidfunk.github.io/mkdocs-material/contributing/reporting-a-bug/). - [X] I have attached links to [the documentation](https://squidfunk.github.io/mkdocs-material/), and possibly related [issues](https://github.com/squidfunk/mkdocs-material/issues) and [discussions](https://github.com/squidfunk/mkdocs-material/discussions). - [X] I assure that I have [removed all customizations](https://squidfunk.github.io/mkdocs-material/contributing/reporting-a-bug/#remove-customizations) before submitting this bug report. - [X] I have attached a __.zip file__ with a [minimal reproduction](https://squidfunk.github.io/mkdocs-material/guides/creating-a-reproduction/).
      author:
         url:https://github.com/SaltyAimbOtter
         type:Person
         name:SaltyAimbOtter
      datePublished:2023-12-27T01:42:51.000Z
      interactionStatistic:
         type:InteractionCounter
         interactionType:https://schema.org/CommentAction
         userInteractionCount:5
      url:https://github.com/6565/mkdocs-material/issues/6565
Person:
      url:https://github.com/SaltyAimbOtter
      name:SaltyAimbOtter
      url:https://github.com/SaltyAimbOtter
      name:SaltyAimbOtter
InteractionCounter:
      interactionType:https://schema.org/CommentAction
      userInteractionCount:5
      interactionType:https://schema.org/CommentAction
      userInteractionCount:5

Analytics and Tracking {πŸ“Š}

  • Site Verification - Google

Libraries {πŸ“š}

  • Clipboard.js
  • D3.js
  • GSAP
  • Lodash

Emails and Hosting {βœ‰οΈ}

Mail Servers:

  • aspmx.l.google.com
  • alt1.aspmx.l.google.com
  • alt2.aspmx.l.google.com
  • alt3.aspmx.l.google.com
  • alt4.aspmx.l.google.com

Name Servers:

  • dns1.p08.nsone.net
  • dns2.p08.nsone.net
  • dns3.p08.nsone.net
  • dns4.p08.nsone.net
  • ns-1283.awsdns-32.org
  • ns-1707.awsdns-21.co.uk
  • ns-421.awsdns-52.com
  • ns-520.awsdns-01.net
9.76s.