<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hola Folks .<div class="">i have been trying to optimise caching website that is http and has many images in its content like <font color="#0433ff" class=""><a href="http://cnn.com" class="">cnn.com</a></font></div><div class="">and trying to cache https static website like <font color="#0433ff" class=""><a href="https://www.alwatanvoice.com" class="">https://www.alwatanvoice.com</a></font></div><div class=""><font color="#0433ff" class=""><br class=""></font></div><div class=""><font color="#0433ff" class=""><br class=""></font></div><div class="">i have squid enabled with https and i installed certificates on clients pcs :</div><div class=""><br class=""></div><div class="">i have  been fighting to have better HIT ration but it is vey poor .</div><div class="">i hope someone give me a hand and focous on caching images contents of the 2 websites below .</div><div class=""><br class=""></div><div class="">here is what i have in my config file :</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-size: 19px; line-height: normal;" class=""><br class=""></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial; min-height: 15px;" class=""><br class=""></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class="">########################################</div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">visible_hostname V6Proxies</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><br class=""></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">#</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""># Recommended minimum configuration:</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">#</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial; min-height: 15px;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""></span><br class=""></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""># Example rule allowing access from your local networks.</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""># Adapt to list your (internal) IP networks from where browsing</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""># should be allowed</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">acl localnet src 10.0.0.0/8<span class="Apple-tab-span" style="white-space:pre"> </span># RFC1918 possible internal network</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">acl localnet src 172.16.0.0/12<span class="Apple-tab-span" style="white-space:pre">      </span># RFC1918 possible internal network</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">acl localnet src 192.168.0.0/16<span class="Apple-tab-span" style="white-space:pre">     </span># RFC1918 possible internal network</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">acl localnet src fc00::/7       # RFC 4193 local private network range</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">acl localnet src fe80::/10      # RFC 4291 link-local (directly plugged) machines</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial; min-height: 15px;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""></span><br class=""></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">acl SSL_ports port 443</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">acl Safe_ports port 80<span class="Apple-tab-span" style="white-space:pre">                </span># http</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">acl Safe_ports port 21<span class="Apple-tab-span" style="white-space:pre">           </span># ftp</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">acl Safe_ports port 443<span class="Apple-tab-span" style="white-space:pre">           </span># https</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">acl Safe_ports port 70<span class="Apple-tab-span" style="white-space:pre">          </span># gopher</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">acl Safe_ports port 210<span class="Apple-tab-span" style="white-space:pre">                </span># wais</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">acl Safe_ports port 1025-65535<span class="Apple-tab-span" style="white-space:pre">   </span># unregistered ports</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">acl Safe_ports port 280<span class="Apple-tab-span" style="white-space:pre">            </span># http-mgmt</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">acl Safe_ports port 488<span class="Apple-tab-span" style="white-space:pre">             </span># gss-http</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">acl Safe_ports port 591<span class="Apple-tab-span" style="white-space:pre">              </span># filemaker</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">acl Safe_ports port 777<span class="Apple-tab-span" style="white-space:pre">             </span># multiling http</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">acl CONNECT method CONNECT</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial; color: rgb(79, 122, 40);" class="">cache_mgr a@a</div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial; color: rgb(79, 122, 40);" class="">cachemgr_passwd a all</div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial; color: rgb(79, 122, 40);" class="">http_access allow localnet manager</div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">#</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""># Recommended minimum Access Permission configuration:</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">#</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""># Deny requests to certain unsafe ports</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">http_access deny !Safe_ports</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial; min-height: 15px;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""></span><br class=""></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""># Deny CONNECT to other than secure SSL ports</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">http_access deny CONNECT !SSL_ports</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial; min-height: 15px;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""></span><br class=""></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""># Only allow cachemgr access from localhost</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">http_access allow localhost manager</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">http_access deny manager</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial; min-height: 15px;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""></span><br class=""></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""># We strongly recommend the following be uncommented to protect innocent</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""># web applications running on the proxy server who think the only</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""># one who can access services on "localhost" is a local user</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">#http_access deny to_localhost</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial; min-height: 15px;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""></span><br class=""></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">#</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""># INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">#</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial; min-height: 15px;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""></span><br class=""></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""># Example rule allowing access from your local networks.</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""># Adapt localnet in the ACL section to list your (internal) IP networks</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""># from where browsing should be allowed</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">http_access allow localnet</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">http_access allow localhost</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial; min-height: 15px;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""></span><br class=""></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""># And finally deny all other access to this proxy</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">http_access deny all</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial; min-height: 15px;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""></span><br class=""></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""># Squid normally listens to port 3128</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">http_port 3128</span></div><div style="margin: 0px; font-size: 12px; line-height: normal; font-family: Arial;" class="">#######################################################################################################</div><div style="margin: 0px; font-size: 12px; line-height: normal; font-family: Arial; color: rgb(44, 43, 43);" class=""><span style="font-kerning: none" class="">https_port 3129 intercept ssl-bump generate-host-certificates=on dynamic_cert_mem_cache_size=4MB cert=/usr/local/squid/ssl_cert/myca.pem key=/usr/local/squid/ssl_cert/myca.pem</span></div><div style="margin: 0px; font-size: 12px; line-height: normal; font-family: Arial; color: rgb(44, 43, 43);" class=""><span style="font-kerning: none" class="">ssl_bump server-first all</span></div><div style="margin: 0px; font-size: 12px; line-height: normal; font-family: Arial; color: rgb(44, 43, 43);" class=""><span style="font-kerning: none" class="">sslcrtd_program </span><span style="color: #000000" class="">/lib/squid/ssl_crtd</span><span style="font-kerning: none" class=""> -s /var/lib/ssl_db -M 4MB</span></div><div style="margin: 0px; font-size: 12px; line-height: normal; font-family: Arial; color: rgb(44, 43, 43);" class=""><span style="font-kerning: none" class="">sslcrtd_children 8 startup=1 idle=1</span></div><div style="margin: 0px; font-size: 12px; line-height: normal; font-family: Arial; color: rgb(44, 43, 43);" class=""><span style="font-kerning: none" class="">################################################################################################</span></div><div style="margin: 0px; font-size: 12px; line-height: normal; font-family: Arial; color: rgb(44, 43, 43);" class=""><span style="font-kerning: none" class="">#coredump_dir /usr/local/squid/var/cache/squid</span></div><div style="margin: 0px; font-size: 12px; line-height: normal; font-family: Arial; color: rgb(255, 64, 255);" class=""><span style="font-kerning: none" class="">###########################</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""># Uncomment and adjust the following to add a disk cache directory.</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">#cache_dir ufs /var/cache/squid 100 16 256</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial; min-height: 15px;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""></span><br class=""></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""># Leave coredumps in the first cache dir</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">#coredump_dir /var/cache/squid</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial; min-height: 15px;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""></span><br class=""></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">#</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""># Add any of your own refresh_pattern entries above these.</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div style="margin: 0px; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures;" class=""><font face="Arial" size="2" class=""><div style="margin: 0px; line-height: normal;" class="">refresh_pattern ^<a href="http://*.cnn.com/*" class="">http://*.cnn.com/*</a> 720 100% 4320</div><div style="margin: 0px; line-height: normal;" class="">refresh_pattern ^<a href="https://*.cnn.com/*" class="">https://*.cnn.com/*</a> 720 100% 4320</div><div style="margin: 0px; line-height: normal;" class="">#############################</div><div style="margin: 0px; line-height: normal;" class="">refresh_pattern ^<a href="http://*.alwatanvoice.com/*" class="">http://*.alwatanvoice.com/*</a> 720 100% 4320</div><div style="margin: 0px; line-height: normal;" class="">refresh_pattern ^<a href="https://*.alwatanvoice.com/*" class="">https://*.alwatanvoice.com/*</a> 720 100% 4320</div></font></span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">refresh_pattern ^ftp:<span class="Apple-tab-span" style="white-space:pre">               </span>1440<span class="Apple-tab-span" style="white-space:pre">        </span>20%<span class="Apple-tab-span" style="white-space:pre"> </span>10080</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">refresh_pattern ^gopher:<span class="Apple-tab-span" style="white-space:pre">  </span>1440<span class="Apple-tab-span" style="white-space:pre">        </span>0%<span class="Apple-tab-span" style="white-space:pre">  </span>1440</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">refresh_pattern -i (/cgi-bin/|\?) 0<span class="Apple-tab-span" style="white-space:pre">        </span>0%<span class="Apple-tab-span" style="white-space:pre">  </span>0</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">refresh_pattern .<span class="Apple-tab-span" style="white-space:pre">             </span>0<span class="Apple-tab-span" style="white-space:pre">   </span>20%<span class="Apple-tab-span" style="white-space:pre"> </span>4320</span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Arial; min-height: 15px;" class=""><br class=""></div><p style="margin: 0px 0px 8px; font-size: 13px; line-height: normal; font-family: Arial;" class="">http_port 3126 transparent</p><p style="margin: 0px 0px 8px; font-size: 13px; line-height: normal; font-family: Arial;" class="">http_port 3128</p><p style="margin: 0px 0px 8px; font-size: 13px; line-height: normal; font-family: Arial;" class="">#######################################</p><div style="margin: 0px; font-size: 12px; line-height: normal; font-family: Courier;" class="">cache_swap_low 90</div><div style="margin: 0px; font-size: 12px; line-height: normal; font-family: Courier;" class="">cache_swap_high 95</div><div style="margin: 0px; font-size: 12px; line-height: normal; font-family: Courier;" class="">############################</div><div style="margin: 0px; font-size: 12px; line-height: normal; font-family: Courier;" class="">cache_effective_user squid</div><div style="margin: 0px; font-size: 12px; line-height: normal; font-family: Courier;" class="">cache_effective_group squid</div><div style="margin: 0px; font-size: 12px; line-height: normal; font-family: Courier;" class="">memory_replacement_policy heap GDSF</div><div style="margin: 0px; font-size: 12px; line-height: normal; font-family: Courier;" class="">cache_replacement_policy heap LFUDA</div><div style="margin: 0px; font-size: 12px; line-height: normal; font-family: Courier;" class="">########################</div><div style="margin: 0px; font-size: 12px; line-height: normal; font-family: Courier;" class="">cache_mem 5000 MB</div><div style="margin: 0px; font-size: 12px; line-height: normal; font-family: Courier;" class="">maximum_object_size_in_memory 10 MB</div><div style="margin: 0px; font-size: 12px; line-height: normal; font-family: Courier;" class="">#########################</div><div style="margin: 0px; font-size: 12px; line-height: normal; font-family: Courier;" class="">logfile_rotate 2</div><div style="margin: 0px; font-size: 12px; line-height: normal; font-family: Courier;" class="">max_filedescriptors 131072</div><div style="margin: 0px; font-size: 12px; line-height: normal; font-family: Courier;" class="">###############################</div><div style="margin: 0px; font-size: 12px; line-height: normal; font-family: Courier;" class="">#cache_dir ufs /root/cache3 600000 64 128</div><div style="margin: 0px; font-size: 12px; line-height: normal; font-family: Courier;" class="">############</div><div style="margin: 0px; font-size: 12px; line-height: normal; font-family: Courier;" class="">cache_dir aufs /var/cache/squid 600000 64 128</div><p style="margin: 0px 0px 8px; font-size: 13px; line-height: normal; font-family: Arial;" class="">#######################################</p><div class=""><br class=""></div></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><div class="">Squid Cache: Version 3.5.24</div><div class="">Service Name: squid</div><div class="">configure options:  '--prefix=/usr' '--includedir=/include' '--mandir=/share/man' '--infodir=/share/info' '--sysconfdir=/etc' '--enable-cachemgr-hostname=Ahmad-Allzaeem' '--localstatedir=/var' '--libexecdir=/lib/squid' '--disable-maintainer-mode' '--disable-dependency-tracking' '--disable-silent-rules' '--srcdir=.' '--datadir=/usr/share/squid' '--sysconfdir=/etc/squid' '--mandir=/usr/share/man' '--enable-inline' '--enable-async-io=8' '--enable-storeio=ufs,aufs,diskd,rock' '--enable-removal-policies=lru,heap' '--enable-delay-pools' '--enable-cache-digests' '--enable-underscores' '--enable-icap-client' '--enable-follow-x-forwarded-for' '--enable-auth' '--enable-basic-auth-helpers=LDAP,MSNT,NCSA,PAM,SASL,SMB,YP,DB,POP3,getpwnam,squid_radius_auth,multi-domain-NTLM' '--enable-ntlm-auth-helpers=smb_lm' '--enable-digest-auth-helpers=ldap,password' '--enable-negotiate-auth-helpers=squid_kerb_auth' '--enable-esi' '--disable-translation' '--with-logdir=/var/log/squid' '--with-pidfile=/var/run/squid.pid' '--with-filedescriptors=11311072' '--with-large-files' '--with-default-user=squid' '--enable-linux-netfilter' '--enable-ltdl-convenience' '--enable-ssl' '--enable-ssl-crtd' '--enable-arp-acl' 'CXXFLAGS=-DMAXTCPLISTENPORTS=200000' '--with-openssl' '--enable-snmp' '--with-included-ltdl' '--disable-arch-native'</div><div class="">root@portablecloud-3010:/var/cache/squid#</div></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><span style="font-size: 19px;" class="">Any optimisation hints ?</span></div><div class=""><br class=""></div></body></html>