Project

General

Profile

Optimize redmine/apache when using SSL https

Added by Jesper Grann Laursen over 15 years ago

Hi

This is maybe not a Redmine problem, but maybe someone in here have have a good solution.

Sometime I am on a slow connection, and therefore does it take op to 10 seconds to load a page. This is not Redmine which is slow, but more that the browser have to download all js, css and images each time because all are running over a secure connection with https.

Can I set my Apache with mod rails op in some way that static files will be cached?

This page, redmine.org, is very fast on my slow connection, because my browser can cache files. I will be happy if I could a solution where I still have a secure connection for all html.


Replies (1)

RE: Optimize redmine/apache when using SSL https - Added by Jesper Grann Laursen over 15 years ago

I found a kind of solution.

By allowing Firefox to use diskcache on ssl pages, it makes the application much faster.

Go into about:config
and set the browser.cache.disk_cache_ssl to true.

    (1-1/1)