Search the Community

Showing results for tags 'manifest'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Company Forums
    • Company News
  • Product Forums
    • FusionCharts XT
    • FusionWidgets XT
    • PowerCharts XT
    • FusionMaps XT
    • Collabion Charts for SharePoint
    • jQuery Plugin for FusionCharts
    • AngularJS plugin
    • ReactJS plugin
  • General Forums
    • FusionCharts Jobs and Consultation
    • FusionLounge

Found 1 result

  1. I have fusion charts installed and working, however the fusioncharts.js file will not seem to cache like all the other scripts/resources I have specified in my manifest file. Does anyone know why this is happening? What I can do to resolve this issue. Loading 700 kb each time the page is launched causes too long of a delay to implement this. I've included a section of the page header, the manifest file, and a snippet of the server log. <html manifest="Load.appcache.php"> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta names="apple-mobile-web-app-status-bar-style" content="black-translucent" /> <link rel="Stylesheet" href="Design/Render.css" /> <link rel="stylesheet" type="text/css" href="jQuery/jquery-ui-1.11.4.css"> <script src="jQuery/jquery-2.2.3.min.js"></script> <script src="jQuery/jquery-ui-1.11.4.min.js"></script> <script type="text/javascript" src="Action/geo.js"></script> <script type="text/javascript" src="Action/Logic.js"></script> <script type="text/javascript" src="fusion/fusioncharts.js"></script> <script type="text/javascript" src="fusion/themes/fusioncharts.theme.Load.js"></script> </head> CACHE MANIFEST # Cache Manifest Version: 1.0.10 NETWORK: * CACHE: Design/Render.css jQuery/jquery-ui-1.11.4.css jQuery/jquery-2.2.3.min.js jQuery/jquery-ui-1.11.4.min.js jQuery/jquery.blockUI.js Action/geo.js Action/Logic.js fusion/fusioncharts.js fusion/themes/fusioncharts.theme.Load.js Design/Image/bg.png Design/Image/back.png Design/Image/down.png Design/Image/select.png Design/Image/button.png [07/Sep/2016:08:23:54 -0400] "GET /salesC/jQuery/jquery-2.2.3.min.js HTTP/1.1" 304 - [07/Sep/2016:08:23:54 -0400] "GET /salesC/jQuery/jquery-ui-1.11.4.min.js HTTP/1.1" 304 - [07/Sep/2016:08:23:54 -0400] "GET /salesC/jQuery/jquery.blockUI.js HTTP/1.1" 304 - [07/Sep/2016:08:23:55 -0400] "GET /salesC/Action/geo.js HTTP/1.1" 304 - [07/Sep/2016:08:23:55 -0400] "GET /salesC/Action/Logic.js HTTP/1.1" 304 - [07/Sep/2016:08:23:55 -0400] "GET /salesC/Action/sys.js?v=20 HTTP/1.1" 304 - [07/Sep/2016:08:23:55 -0400] "GET /salesC/Action/iLoad.js?v=20 HTTP/1.1" 304 - [07/Sep/2016:08:23:55 -0400] "GET /salesC/Action/markerclusterer.js HTTP/1.1" 304 - [07/Sep/2016:08:23:55 -0400] "GET /salesC/fusion/fusioncharts.js HTTP/1.1" 200 732603 [07/Sep/2016:08:23:57 -0400] "GET /salesC/fusion/themes/fusioncharts.theme.Load.js HTTP/1.1" 304 -