Recent content by komi

  1. K

    Not planned Use an optimized YouTube embed code

    Default Embed Code: <iframe width="500" height="300" src="http://www.youtube.com/embed/{$id}?wmode=opaque" frameborder="0" allowfullscreen></iframe> Optimized Embed Code: <iframe width="640" height="390" src="//www.youtube-nocookie.com/embed/{$id}?rel=0&amp;wmode=opaque" frameborder="0"...
  2. K

    Lack of interest Use an optimized Google Analytics snippet

    Please use an optimized Google Analytics snippet and insert it at the bottom of the page. <script>var _gaq=[['_setAccount','UA-XXXXXXXX-X'],['_trackPageview']];(function(d,t){var...
  3. K

    Why does XenForo not support MySQL sockets?

    I am very impressed by XenForo, but it appears that it does not support connecting to MySQL through Unix sockets. Why? Does TCP not have limitations compared to Unix sockets? Do Unix sockets not perform better than TCP?
Top Bottom