1. Originally posted by Remy:[..]

    Yes it should! It can be done, but there's a quicker solution for you posted in the other thread.


    Read it, thanks
  2. Share Show pages easily on Facebook using the Share on Facebook link. Needs no further explanation

    We will add more 'social' features in the near future
  3. Optimised the forum post handeling. It might not withstand a live debut of Acrobat, but we at least hope the forum will handle it better than it did just after Mercy
  4. We created our own advanced caching mechanism, this will further reduce page load time and improve user experience. Next year we'll be faster than google
  5. YouTube videos will be using the HTML5 player when possible. This should mean you can watch videos posted in the forum using an iDevice, Android and other recent smartphones without using flash.
  6. Added PHP opcode caching to the U2Start server

    Website should gain a lot of speed an reduce server load
  7. As fast as google is our goal
  8. In that case... start implementing Memcache

    Some other speed winners:

    - Do not use javascript in the body
    - Combine javascript files (and minify) (fewer requests)
    - Minify CSS
    - Compress HTML
    - Move javascript to the bottom (out of header, just before </body>)
    - Use a CDN (Amazone S3 for example) for image and static content
    - Compress! (css, javascript)
    - Add expire headers to images
    - Make HTML less complex (way to big right now)
    - Optimize images (png & jpeg optimizers)
    - Make sprites and update CSS

    Speed is not only php code and/or server
  9. Next You Too survey:


    Who do you think Frenck really is?
    -An alter-ego of Remy, with a happier avatar.
    -An alter-ego of Risto, with less spare time.
    -The Edge.
    -God Part III.
    -The Unknown Caller.


  10. We already did start with that! Our torrent listing is a first. Thanks!
  11. Originally posted by LikeASong:Next You Too survey:


    Who do you think Frenck really is?
    -An alter-ego of Remy, with a happier avatar.
    -An alter-ego of Risto, with less spare time.
    -The Edge.
    -God Part III.
    -The Unknown Caller.


  12. Originally posted by LikeASong:Next You Too survey:


    Who do you think Frenck really is?
    -An alter-ego of Remy, with a happier avatar.
    -An alter-ego of Risto, with less spare time.
    -The Edge.
    -God Part III.
    -The Unknown Caller.


    We need to mod the YouToo script to support multiple answers though


    Originally posted by Frenck:In that case... start implementing Memcache

    Some other speed winners:

    - Do not use javascript in the body
    - Combine javascript files (and minify) (fewer requests)
    - Minify CSS
    - Compress HTML
    - Move javascript to the bottom (out of header, just before </body>)
    - Use a CDN (Amazone S3 for example) for image and static content
    - Compress! (css, javascript)
    - Add expire headers to images
    - Make HTML less complex (way to big right now)
    - Optimize images (png & jpeg optimizers)
    - Make sprites and update CSS

    Speed is not only php code and/or server



    Bold items are already in development / done
    Compressing the HTML (php output) did not work well. The size was smaller, but the page load bigger due to compression.

    The rest will have to wait till a future redesign of the site i guess



    Aren't you forgetting the Show page and the u2start js files ? They use memcache as well