Facebook Speed

Hello,
Please help me i need to make facebook speed very fast not by user profiles , i want to exclude facebook from user profile speed .
can you please explain me the code of making facebook with the speed of my all lines , and please the photos also like : jpg , png , ico , jpeg , … etc

Please try to help me , im in need to this code
Regards

hello

/ip firewall layer7-protocol
add comment=Browsing name=Browsing regexp=
“\.(xml)|\.(php)|\.(css)|\.(js)\r
\n^.get.+\.facebook.$”
add comment=photos name=photos regexp=
“\.(jpg)|\.(gif)|\.(ico)|\.(jpeg)|\.(png)|\.(bmp)”

/ip firewall mangle
add action=mark-connection chain=prerouting comment=Browsing layer7-protocol=
Browsing new-connection-mark=Browsing
add action=mark-packet chain=prerouting comment=Browsing connection-mark=
Browsing new-packet-mark=Browsing passthrough=no
add action=mark-connection chain=prerouting comment=photos layer7-protocol=
photos new-connection-mark=photos
add action=mark-packet chain=prerouting comment=photos layer7-protocol=photos
new-packet-mark=photos

/queue tree
add comment=Browsing name=Browsing packet-mark=Browsing parent=global
priority=1 queue=default
add comment=photos name=photos packet-mark=photos parent=global priority=1
queue=default

cpu got 100% ussage apply this.So don’t follow that…