you might want to try adding this to your KERNCONF makeoptions COPTFLAGS="-O2 -pipe -fno-builtin -funroll-loops -ffast-math -fno-strict-aliasing -fomit-frame-pointer -mcpu=pentium4 -march=pentium4" makeoptions CPUTYPE=p4 oh yeah and todays lesson replace pentium4 and p4 with your processor arch The windows 98 javascript engine is fucking retarded oh and kern.maxdsiz=2147483648 in /boot/loader.conf opens up your ram to allow programs to use more than 512MB for make.conf non-kernel: -O2 -march=i686 for make.conf kernel: -O -march=i686 To take advantage of Kernel HTTP acceleration (accept filters) under FreeBSD: kldload accf_http && apachectl restart && echo accf_http_load="YES" >> /boot/loader.conf I just did it on Kyogi There is no risk to speak of by enabling this I recommand any Apache + FreeBSD box you run, do that