Squid not caching a websiteSquid 3 Installation errorSquid: caching *.swf with variablessquid + iptables not workingSquid is not cachingSquid delay poolsIssue installing SquidHow to configure SquidI do not have Squid installed on my Ubuntu system but receive squid error?
Accidental duration in measureless music
How do I get my boyfriend to remove pictures of his ex girlfriend hanging in his apartment?
What does the British parliament hope to achieve by requesting a third Brexit extension?
Is it safe to pay bills over satellite internet?
Trade a bishop in the opening
I need an automatic way of making a lot of folders
How can I learn to write better questions to test for conceptual understanding?
How are Aircraft Noses Designed?
If I did not sign promotion bonus document, my career would be over. Is this duress?
Which culture used no personal names?
Meaning of 'pound' in "felt a fury that was not his own pound through his body"
Advisor asked for my entire slide presentation so she could give the presentation at an international conference
How to determine passing chords
When to use the gestalt principle of common region?
Usefulness of Nash embedding theorem
Is there a historical explanation as to why the USA people are so litigious compared to France?
Is Schrodinger's Cat itself an observer?
Why do Computer Science degrees contain a high proportion of mathematics?
Remove last letter 4 times, get a real word each time, starting word is a car model
Should I avoid "big words" when writing to a younger audience?
Can there be an atomic nucleus where there are more protons than neutrons?
Would preaching in a church be advantageous for becoming a lecturer?
When did MCMC become commonplace?
How do I reset the TSA-unlocked indicator on my lock?
Squid not caching a website
Squid 3 Installation errorSquid: caching *.swf with variablessquid + iptables not workingSquid is not cachingSquid delay poolsIssue installing SquidHow to configure SquidI do not have Squid installed on my Ubuntu system but receive squid error?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
Setup a Raspberry Pi with squid and I only need a single site cached - https://code.org.
I viewed the access.log and see the activity but 99% of entries are
tcp_tunnel200 or tcp_miss and the site doesn't perform any faster.
How can I get this site to be cached so our mobile users on slow hotspot internet can use this website?
We have a cart with 24 laptops using a mobile router trying to simultaneously use this one site.
Thanks for any help anyone can provide.
squid
add a comment
|
Setup a Raspberry Pi with squid and I only need a single site cached - https://code.org.
I viewed the access.log and see the activity but 99% of entries are
tcp_tunnel200 or tcp_miss and the site doesn't perform any faster.
How can I get this site to be cached so our mobile users on slow hotspot internet can use this website?
We have a cart with 24 laptops using a mobile router trying to simultaneously use this one site.
Thanks for any help anyone can provide.
squid
It's a TLS site. That means it is an encrypted connection from the browser to the webserver. Caching TLS requests is harder. In addition, it's a dynamic site, so caching will not speed up things a lot. Once the user has loaded the site, a lot of the content will be cached by the browser anyway, so performance gain is likely to be relatively small.
– vidarlo
May 8 at 17:45
add a comment
|
Setup a Raspberry Pi with squid and I only need a single site cached - https://code.org.
I viewed the access.log and see the activity but 99% of entries are
tcp_tunnel200 or tcp_miss and the site doesn't perform any faster.
How can I get this site to be cached so our mobile users on slow hotspot internet can use this website?
We have a cart with 24 laptops using a mobile router trying to simultaneously use this one site.
Thanks for any help anyone can provide.
squid
Setup a Raspberry Pi with squid and I only need a single site cached - https://code.org.
I viewed the access.log and see the activity but 99% of entries are
tcp_tunnel200 or tcp_miss and the site doesn't perform any faster.
How can I get this site to be cached so our mobile users on slow hotspot internet can use this website?
We have a cart with 24 laptops using a mobile router trying to simultaneously use this one site.
Thanks for any help anyone can provide.
squid
squid
edited May 8 at 17:44
vidarlo
13.4k6 gold badges33 silver badges59 bronze badges
13.4k6 gold badges33 silver badges59 bronze badges
asked May 8 at 17:21
ttogetherttogether
11 bronze badge
11 bronze badge
It's a TLS site. That means it is an encrypted connection from the browser to the webserver. Caching TLS requests is harder. In addition, it's a dynamic site, so caching will not speed up things a lot. Once the user has loaded the site, a lot of the content will be cached by the browser anyway, so performance gain is likely to be relatively small.
– vidarlo
May 8 at 17:45
add a comment
|
It's a TLS site. That means it is an encrypted connection from the browser to the webserver. Caching TLS requests is harder. In addition, it's a dynamic site, so caching will not speed up things a lot. Once the user has loaded the site, a lot of the content will be cached by the browser anyway, so performance gain is likely to be relatively small.
– vidarlo
May 8 at 17:45
It's a TLS site. That means it is an encrypted connection from the browser to the webserver. Caching TLS requests is harder. In addition, it's a dynamic site, so caching will not speed up things a lot. Once the user has loaded the site, a lot of the content will be cached by the browser anyway, so performance gain is likely to be relatively small.
– vidarlo
May 8 at 17:45
It's a TLS site. That means it is an encrypted connection from the browser to the webserver. Caching TLS requests is harder. In addition, it's a dynamic site, so caching will not speed up things a lot. Once the user has loaded the site, a lot of the content will be cached by the browser anyway, so performance gain is likely to be relatively small.
– vidarlo
May 8 at 17:45
add a comment
|
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1141581%2fsquid-not-caching-a-website%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1141581%2fsquid-not-caching-a-website%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
It's a TLS site. That means it is an encrypted connection from the browser to the webserver. Caching TLS requests is harder. In addition, it's a dynamic site, so caching will not speed up things a lot. Once the user has loaded the site, a lot of the content will be cached by the browser anyway, so performance gain is likely to be relatively small.
– vidarlo
May 8 at 17:45