You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use CacheP2P to cache mostly images.
My website is not a static websites, so most links on my pages point to a dynamic page.
However, those dynamic pages contain images which are static.
How can I use cachep2p to cache those static images?
I will generate a cachep2p.security.js that contains the checksum of all of my images.
Now, will cachep2p pre-fetch them?
I didn't look much at the codebase but that can probably work by replacing all links by functions that makes the request and replace image links by cached ones.
Now we would a way need to indicate CacheP2P what images to pre-fetch.
The text was updated successfully, but these errors were encountered:
I'm having the same setup here: most images/CSS is static, HTML pages are dynamic. It would be helpful if CacheP2P can be reprogrammed to cache those static files (caching dynamicall generated content makes no sense, of course). And static HTML pages are somehow ... out-dated. ;-)
I would like to use CacheP2P to cache mostly images.
My website is not a static websites, so most links on my pages point to a dynamic page.
However, those dynamic pages contain images which are static.
How can I use cachep2p to cache those static images?
I will generate a cachep2p.security.js that contains the checksum of all of my images.
Now, will cachep2p pre-fetch them?
I didn't look much at the codebase but that can probably work by replacing all links by functions that makes the request and replace image links by cached ones.
Now we would a way need to indicate CacheP2P what images to pre-fetch.
The text was updated successfully, but these errors were encountered: