Sign in

Extremely small/fast theme?

  • This topic has 1 reply, 2 voices, and was last updated 10 months, 1 week ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8849
    Avatar photoJayO

    I have a use case where the network between browser and webserver is very bad. Extremely high latency, regular packet loss and low bandwidth on the last mile. (even irregular electricity on the clients’ side!)

    In this scenario a theme that is very lightweight in terms of real network transfer is a giant boost (below 14K is a common benchmark, although not set in stone). Extensive compressed content-encoding (gzip/brotli) helps, but the most important factor is the theme.
    Another golden rule is to minimize the number of request-response cycles, thus in-lining JS/CSS/font, especially for the first page render.

    It goes without saying that the graphical and JS polish are very low in priority and a degradation on that front is part of the trade-off.

    None of the themes I have access to comes even close. Is there such a a theme somewher? Would there be interest to develop one?

    #8852
    Avatar photoDrinkWater

    Have you tried the Blank theme for developers? https://github.com/GetPublii/theme-Blank

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.