• ripcord@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    4 months ago

    Also, the content is statically-generated only, I guess? No server-side rendering? No POSTing, etc? Or…is this creating some cache based on a real server it contacts…?

    • MonkderVierte@lemmy.zip
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      4 months ago

      Server-side rendering is an abomination that should never have been a thing imo. Fix your website if it’s too slow client-side.

      • bufalo1973@piefed.social
        link
        fedilink
        English
        arrow-up
        0
        ·
        4 months ago

        Server side rendering includes showing a list of 10 elements in a catalog of 10K elements. Do you really want to transfer all the catalog to each client every time?

        • MonkderVierte@lemmy.zip
          link
          fedilink
          English
          arrow-up
          0
          ·
          edit-2
          4 months ago

          A catalog of 10, yes. Splitting the db is backend stuff, not rendering stuff. Click on “load 10 more” loads the next split of 10. Why do you web guys always have to implement stuff in a overengineering way?