• jimmy90@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      6 hours ago

      it does render post comments at full depth (so all of them) in about 60% of the time of JS frameworks

      that equates to a fraction of a second on most computers but it really does work better than the others. you can only really tell on massive posts with over 300 comments

      ooh actually the other good feature is that from a cold start (empty window) it will render the page on the server side which means the page displays much quicker. the JS frameworks normally load the skeleton/engine first and then load the data and render the page