• jimmy90@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      3 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

      • FlagstaffOP
        link
        fedilink
        English
        arrow-up
        1
        ·
        3 hours ago

        Share this magnificent creation already!

        • jimmy90@lemmy.world
          link
          fedilink
          arrow-up
          3
          ·
          3 hours ago

          it’s a minimalist experience at the moment so it’s very useful but far from full featured

          i do use it all the time though (using it to write this) so maybe i should release it officially soon