Skip to content
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

Tectonic makes internet requests on every invocation #1224

Open
ilyapopov opened this issue Oct 1, 2024 · 2 comments
Open

Tectonic makes internet requests on every invocation #1224

ilyapopov opened this issue Oct 1, 2024 · 2 comments
Labels
bundles and files Bundle issues, finding fonts, etc. new feature New features

Comments

@ilyapopov
Copy link

After recent commits, tectonic now makes multiple internet requests on every invocation, which has noticeably slowed down its startup time (even on a fast connection).

I am not sure of the nature of these requests (is it checking that the bundle is up to date?)

I would like to have a mode where no requests are made unless there is a missing package to be downloaded.

There is --only-cached but that one disables downloading completely, I understand.

@oec
Copy link

oec commented Oct 19, 2024

I second that observation. In particular, it makes connections to 20.49.104.33:443, which seems to be an MS owned IP-address with no PTR record.

@HerrMuellerluedenscheid

I assume thats related to #977

@CraftSpider CraftSpider added bundles and files Bundle issues, finding fonts, etc. new feature New features labels Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bundles and files Bundle issues, finding fonts, etc. new feature New features
Projects
None yet
Development

No branches or pull requests

4 participants