Browser caching issue on a https site pressing f5
        Posted  
        
            by sushil bharwani
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by sushil bharwani
        
        
        
        Published on 2010-05-10T17:39:44Z
        Indexed on 
            2010/05/10
            17:44 UTC
        
        
        Read the original article
        Hit count: 390
        
i am working on a website where i have content entry form. This form contains a tiny mce control. The control is composed of some 40-50 files. The testing reported that the entry form loads slow and evertime shows up 50 files loading to completely load the page. Is there a way i can decrease this time. I have taken help of browser caching by setting the expires header of static content to very far date. When i access the form through its link second or later times it loads fast without saying 40 files remaining. but when i do f5 it reloads the entire page. I m confused as to how is f5 different from clicking on the link. Just to add my url is https.Any suggestion to increase the performance of this form will be great.
© Stack Overflow or respective owner