Skip to content

Local offline reference uses online .js and .css files #8346

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

Closed
bruvi opened this issue Dec 31, 2018 · 1 comment
Closed

Local offline reference uses online .js and .css files #8346

bruvi opened this issue Dec 31, 2018 · 1 comment
Assignees
Labels
Component: Documentation Related to Arduino's documentation content Component: IDE The Arduino IDE feature request A request to make an enhancement (not a bug fix)

Comments

@bruvi
Copy link

bruvi commented Dec 31, 2018

Local reference is nearly unusable with poor internet connectivity because every page has references to many external javascript libraries and stylesheets (and even makes calls to stripe.com pages)
When there is no internet connection, pages show up quickly and nicely even without the missing files.
When wifi signal is poor, calls to external files block page loading until the answer (or a timeout).
This week-end I had DNS problems ("temporary resolution failure" after 60 seconds) and each local page was taking 5-10 minutes to show up.
This is with IDE verision 1.8.[589]
With version 1.0.5 (which is stlll the official Debian version !) everything is fine, no external file needed.

I think there should be local copies of the needed .js and .css files, or the lines loading these files coud be stripped out since pages look OK when there is no connection.

May be the same problem than issue #5787

@per1234 per1234 added the Component: Documentation Related to Arduino's documentation content label Dec 31, 2018
@facchinm facchinm added the feature request A request to make an enhancement (not a bug fix) label Jan 2, 2019
@per1234 per1234 added the Component: IDE The Arduino IDE label Nov 7, 2020
@per1234
Copy link
Collaborator

per1234 commented Jul 17, 2022

Closing as no longer relevant due to #11495

@per1234 per1234 closed this as completed Jul 17, 2022
@per1234 per1234 self-assigned this Jul 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Documentation Related to Arduino's documentation content Component: IDE The Arduino IDE feature request A request to make an enhancement (not a bug fix)
Projects
None yet
Development

No branches or pull requests

3 participants