I was doing some investigating on why the admin section of WP.com was feeling slow, and one thing I noticed is that none of the scripts or anything else called ever returned a 304 not modified. I played around with sending various combinations of last-modified headers and etags, and I could never get it to return a 304. Here's an example:
https://wordpress.com/wp-includes/js/scriptaculous/controls.js
If I go to the same URL without HTTPS, I get a 304 on reload:
http://wordpress.com/wp-includes/js/scriptaculous/controls.js
We're on 2.2. Is this something that is specific to SSL, something in our setup, or could it be a bug in LSWS?
https://wordpress.com/wp-includes/js/scriptaculous/controls.js
If I go to the same URL without HTTPS, I get a 304 on reload:
http://wordpress.com/wp-includes/js/scriptaculous/controls.js
We're on 2.2. Is this something that is specific to SSL, something in our setup, or could it be a bug in LSWS?