|
|
|
|
|
by apoorvsaxena
4121 days ago
|
|
@strommen, [1] agree with making static resources cacheable and even using CDN for the same. [2] inlining all CSS and JS, might not be a good idea, as it has several issues related to the same e.g. not being cacheable to start with, parallel resource request etc. There are several other optimizations possible to reduce the page load time that we could share, though the issue in hand which required immediate attention and seemed to be causing a serious damage to the user's experience was its rendering performance, which we have focused in our discussion. |
|