you are viewing a single comment's thread
view the rest of the comments
[+] -11 points 2 years ago* (2 children)

PHP: Facebook, Dream Market, Silk Road(darkweb)

Ruby on Rails: Github, Airbnb

Django: Bitbucket

These technologies can compile into websites in themselves, but they are usually used as backend

  • source
  • parent
  • hideshow 4 child comments
  • [–] 8 points 2 years ago (1 child)

    Except that all of those produce HTML. They are all HTML websites.

    PHP stands for "PHP Hypertext Preprocessor" because it is a Preprocessor of HTML (HyperText Markup Language).

    If we are talking about browser performance, none of those technologies that you mentioned execute on the browser at all and are therefore irrelevant to Firefox's performance compared to another browser.

    From a browser's perspective, every website is HTML, CSS and JavaScript.

  • source
  • parent
  • hideshow 2 child comments