• kekmacska@lemmy.zip
      ·
      edit-2
      1 month ago

      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

      • watty@lemm.ee
        ·
        1 month ago

        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.

        • example@reddthat.com
          ·
          1 month ago

          none of those technologies that you mentioned execute on the browser at all

          sounds like you haven't met webassembly yet :D

          • https://github.com/seanmorris/php-wasm
          • https://github.com/ruby/ruby.wasm
          • https://github.com/m-butterfield/django_webassembly

          please don't take this as a recommendation to use that, but it does exist.