score:2
it seems many proxy servers admins don't allow compressed javascript modules:
http://www.stevesouders.com/blog/2009/11/11/whos-not-getting-gzip/
so it would be nice if the highcharts cdn didn't force compression. until that changes the best i can suggest is try to load from highcharts cdn, fallback to your own server if that fails. perhaps like this;
<script src="//code.highcharts.com/stock/1.2/highstock.js"></script>
<script>!window.highcharts && document.write(unescape('%3cscript src="../js/highstock/highstock.js"%3e%3c/script%3e'))</script>
<script src="//code.highcharts.com/stock/1.2/modules/exporting.js"></script>
<script>!window.highcharts.post && document.write(unescape('%3cscript src="../js/highstock/modules/exporting.js"%3e%3c/script%3e'))</script>
score:0
for the highcharts library this problem can be solved by using a different cdn such as:
//cdnjs.cloudflare.com/ajax/libs/highcharts/2.3.5/highcharts.js
unfortunately, the highstock library isn't held on cdnjs, or any other cdn that supports uncompressed download (as of apr 2013).
Source: stackoverflow.com
Related Query
- Highcharts CDN issue with IE8
- Highcharts cloud issue with data source when duplicating chart
- Styling bar colors in Highcharts with a gradient issue
- Highcharts data series issue with ajax/json and PHP
- Highcharts - Issue with negative values when displaying multiple axes
- Highcharts yAxis text rotation issue in IE8
- Highcharts v3.0.1 problems with rotating data labels in IE8 and jQuery v1.7.1
- Highcharts - Global configuration with common code and unique data & Headings
- HighCharts query parameters issue with Flask webservice
- Highcharts column + line combination chart with multiple series. Issue aligning line over the column
- Resize issue while gridster.js with highcharts
- Highcharts reloading issue with Backbone.js
- highcharts IE8 redraw chart issue
- Highcharts zIndex issue with crosshair
- highcharts 5.0.14 issue with textOverflow
- Performance issue with Firefox on Highcharts and Highstocks
- passing formatting JavaScript code to HighCharts with JSON
- JSON Data Map Issue with HighCharts + Ajax
- Have an issue with JavaScript, AJAX code displaying data
- Issue with last column width in Highcharts
- Issue with Dates - trying to plot MongoDB data in Highcharts via PHP
- Highcharts - Issue with the chart reflow function
- Highcharts multiple series combined with linkedTo hover issue
- resizing and positioning issue with gridster and multiple highcharts
- MS Surface tablet IE10 with Highcharts scroll page issue
- Highcharts complex tooltip formatting issue with embedded html link
- Issue with json data mapping with Highcharts
- Highcharts series visibility with csv data source
- Highcharts events issue with plotbands in Date Range Line Series
- Highcharts issue when dealing with 3D pie and large labels
More Query from same tag
- highcharts how to catch and insert logic in click reset zoom button event
- how do you convert epoch to readable date format in javascript
- highcharts timestamp convert to human readable datetime
- how do you draw two yAxis chart in highcharts
- How to calculate the trend line
- Highchart Generate SVG off-screen with Java
- Getting user feedback by clicking on a data point/tooltip in Highchart JS
- Highcharts click event should apply only on marker point
- highchart 3d column - show "beta axis title" and "beta axis label"
- Highcharts: generate blank chart
- How to access function of buit-in button in highcharts using asp.net
- Is is possible to create a grouped bar chart in HighChartJS?
- Highcharts Click Function Not Being Called?
- Highchart plotOption click event only fired once with mouse stay in the block
- Button positioning in Highcharts and name of chart type
- Old state is being shown despite updating in React Highcharts click event
- how to adjust the tickposition or 'x' axis on areapline highchart
- FillPattern after drillDown to countries on Highchart-react
- Google spreadsheet sharing
- Add background box to y-axis in highcharts
- Problems with Highcharts exporting server: Encoding and quality
- the milliseconds data is not present in the history data of highcharts
- Export highchart for print preview
- Highcharts selection, yaxis is undefined
- Negative value for categories axis in highcharts
- highcharts can't work in website
- HighChart JavaSCript two spline updating in the same graphic
- Find chart by title (Highcharts)
- rCharts shows limited functionality when used with Shiny 0.8.0.99
- How Can we display blocked area for particular timeline in horizontal bar in gantt highchart