r

*
  • *
  • 28
manifest.appcache
« on: February 24, 2014, 06:13:46 PM »
Any plans to add manifest.appcache template optional exta ?
@r
Re: manifest.appcache
« Reply #1 on: February 25, 2014, 07:35:27 PM »
Hello,

generally application caching is used by browsers and is not applicable to bots (including sitemap generator).

r

*
  • *
  • 28
Re: manifest.appcache
« Reply #2 on: February 26, 2014, 12:08:43 AM »
right, but I was thinking it can crawl the .css .js .png .jpg .jpeg so it can be at least partly used to generate the manifest.
it was just a new product extension ideea
@r

r

*
  • *
  • 28
Re: manifest.appcache
« Reply #3 on: January 22, 2015, 09:15:35 AM »

Hi Oleg, you are right, BUT


since xml-sitemaps crawler anyway crawls the site, it is easy to output those info into another file, named "manifest.appcache" , file that could be manually referenced in document's html tag.
<html ...  manifest="manifest.appcache">

With the same crawl ( no extra job load on the server ), site will load faster because updated files ( .css .js. .json .jpg .jpeg .phg .webp , etc ) will be loaded and cached when opening the page.

cheers,

r

latest improvement with hreflang is AWESOME, specially for EU-multilanguage sites.
@r

r

*
  • *
  • 28
Re: manifest.appcache
« Reply #4 on: January 22, 2015, 03:44:49 PM »
specifications

[ External links are visible to forum administrators only ]

[ External links are visible to forum administrators only ]

[ External links are visible to forum administrators only ]

[ External links are visible to forum administrators only ]

[ External links are visible to forum administrators only ]

[ External links are visible to forum administrators only ]
@r

r

*
  • *
  • 28
Re: manifest.appcache
« Reply #5 on: March 25, 2015, 02:32:50 PM »
just found out that Google homepage has implemented manifest, to speed-up page loading


Code: [Select]
<!DOCTYPE html><html manifest="/_/chrome/newtab/manifest?espv=2&amp;ie=UTF-8" lang="en">
should not be complicated to have it generated,  since sitemap bot crawls anyway the site.

would be an extra [ paid ]  module.

cheers
@r