Kikobeats / uno-zen

Minimalist and Elegant theme for Ghost. Demo @ https://kikobeats.com
MIT License
870 stars 282 forks source link

use Web Workers #158

Open Kikobeats opened 8 years ago

Kikobeats commented 8 years ago

https://developers.google.com/web/tools/service-worker-libraries

Example here: https://github.com/GoogleChrome/application-shell

floryn90 commented 8 years ago

I think preload is a better solution specially for who are using http2. Here are some docs: https://blog.cloudflare.com/announcing-support-for-http-2-server-push-2/ https://www.w3.org/TR/preload/

When i will find some free time i will try to implement it and make a pull request

Kikobeats commented 8 years ago

that would be incredible 😄

In my mind I have many ideas to improve the experience with the theme, but is necessary have a compromise into feature and code size. I mean, you see something beautiful using css+js and you think that could be nice included it in the theme, but also I want to be sure that assets size is under 60KB.

Under http2 this umbral is a little more flexible, so is very interesting know the status of http2 and how to easily use her advantages.

floryn90 commented 8 years ago

well, on my vps i'm using http2 ( and for those who are using something else you can use cloudflare :D) and this will be interesting to see in action :D