Source.

Yep, PHP is turning 30 this year! Wondering if “PHP is still relevant?” Ever since we have been hearing that PHP is dead. It was “dead” 10 years ago, 5 years ago, and “is dead” today. But somehow - it isn’t. Anyway… happy birthday!

  • bitcrafter@programming.dev
    link
    fedilink
    arrow-up
    0
    ·
    19 days ago

    I exercised all client side JavaScript from an app I maintain. It’s fast, clean, and the back button always works. I just checked on one of the more complicated pages, and according to Firefox’s memory profile, it takes about 2.6MB of RAM.

    Wow, that really is a light weight! What exercise do you have your code perform to get such impressive results?

    • Frezik@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      0
      ·
      19 days ago

      No JavaScript, just HTML and CSS. Basically no images. The heaviest page dumps 50 rows of logs in a table.

      It’s admittedly a fundamentally simple frontend, but we all know of frontends with a simple job and a not so simple frontend.