Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work with app-cache package #136

Closed
avalanche1 opened this issue Sep 9, 2015 · 6 comments
Closed

Doesn't work with app-cache package #136

avalanche1 opened this issue Sep 9, 2015 · 6 comments

Comments

@avalanche1
Copy link
Contributor

On first load data is injected just fine.
But on reload, when app.manifest is present in the browser's cache - fastRender is simply ignored by the browser and no html injection occurs.
Tested in Chrome 45 and Edge

@arunoda
Copy link
Contributor

arunoda commented Sep 9, 2015

I think that what app-cache does. You need to avoid using app-cache.

On Wed, Sep 9, 2015 at 3:12 PM Artem Saffron notifications@github.com
wrote:

On first load data is injected just fine.
But on reload, when app.manifest is present in the browser's cache -
fastRender is simply ignored by the browser and no html injection occurs.
Tested in Chrome 45 and Edge


Reply to this email directly or view it on GitHub
#136.

@avalanche1
Copy link
Contributor Author

And what about its benefits of caching js files? I want the best of both worlds!))

@arunoda
Copy link
Contributor

arunoda commented Sep 9, 2015

I'm not an expert with appcache stuff. So, I'm not the best guy to answer this :)

May be if you find a way to use the appcache, only if your system goes offline.
But generally, you should not worry about appcache, unless you need to offline support.

@avalanche1
Copy link
Contributor Author

I see. I'm not an expert either. But I'll amend the readme about this if you don't mind.

@arunoda
Copy link
Contributor

arunoda commented Sep 9, 2015

Okay. Send me a PR.

On Wed, Sep 9, 2015 at 3:56 PM Artem Saffron notifications@github.com
wrote:

I see. I'm not an expert either. But I'll amend the readme about this if
you don't mind.


Reply to this email directly or view it on GitHub
#136 (comment)
.

@elie222
Copy link

elie222 commented Aug 19, 2016

Surely the advantage of appcache is faster page loads on subsequent visits? It's good for apps that don't need offline support too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants