how to increse the cash speed

hello all

i have MT v2.8.28


how i can increse the cash speed
i just add this role
ip web-proxy
set enabled=yes src-address=0.0.0.0 port=3128 hostname=“proxy”
transparent-proxy=yes parent-proxy=0.0.0.0:0
cache-administrator=“webmaster” max-object-size=“10240 kB”
cache-drive=system max-cache-size=unlimited
/ ip web-proxy access
add dst-port=!443,563 method=connect action=deny comment=“allow CONNECT only
to SSL ports 443 [https] and 563 [snews]” disabled=no
/ ip web-proxy cache
add url=“cgi-bin \?” action=deny comment=“don’t cache dynamic http pages”
disabled=no

is there any thing els just i can do

thx to all 1 will help me about this subject

have you added the rule in the dst-nat chain to enable the transparent proxy?

mikrotik web-proxy is based on squid cache but tunned to only cache the web pages… and it’s very fast for only the web requests (http) but you can’t cache files such (exe,zip,msi… etc)

you can install SQUID next to mikrotik n configure the clients proxy server is the squid.. I’ve done it n it’s goin gr8!!

Regards,

Just use latest (2.9.20 will have winbox support) web-proxy-test package. There are compleatly new proxy design. I think it will work faster than old 2.8 web-proxy

i have ben just add this rule to dst-nat

add in-interface=out dst-address=!192.168.0.1/32:80 protocol=tcp
action=redirect to-dst-port=3128 comment=“” disabled=no

with this rule, you just enabled the transparent proxy!