I have a c++ windows client and use a chromuim embeded framework(cef) to load web page, I want to use preload stratege to fast load page, like client to load html before user click an a link dom, but I am so confused how this strategy can gain how much benefit, like 100ms faster? Also, can i pre-create cef browser frame before it’s needed, but Icannot find any references and resource about it ,could you help me out, thanks a lot~