Thread history

From Talk:Darkcanuck/RRServer
Viewing a history listing
Jump to navigation Jump to search
Time User Activity Comment
23:48, 13 November 2011 Darkcanuck (talk | contribs) New reply created (Reply to Performance)
22:31, 11 October 2011 Chase-san (talk | contribs) New thread created  

Performance

Can you turn on .htaccess browser caching for results.

#Caching
ExpiresActive on
ExpiresByType image/gif "access plus 1 year"

Other performance enhancing things you can do are: Set specific size for the images, inline or via CSS. CSS would be easier. This would speed up the page loading and be also less annoying while all the requests are going through (having default sized images deforming the table before they load). Minify the HTML/CSS/JS (less to send).

Not doing/doable for known reasons: Serve identical files from the same url. (flag images)

Chase-san22:31, 11 October 2011

Just added the cache expiry directives -- let me know if that helps. The minification isn't necessary, my server already sends all files gzip'd, so the performance enhancement would be minimal at best.

Darkcanuck23:48, 13 November 2011