Replies: 1 comment
-
How does it behave if you disable proxy resolution?
More detailed example included in https://github.com/cefsharp/CefSharp/wiki/General-Usage#cefsettings-and-browsersettings
How does a Win 10 machine perform? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can anyone tell us what the LOAD (URL) has been doing for such a long time (Bold Font)? how to optimize the loading speed.
Environment: win7 x86 net4.6.1 CefSharp.WinForms -Version 104.4.240
this is the debug.log:
Operating system: Win7 x86 net4.6.1104
[0824/143124.770:VERBOSE1:pref_proxy_config_tracker_impl.cc(187)] 07884700: set chrome proxy config service to 07820000
[0824/143124.770:VERBOSE1:webrtc_internals.cc(120)] Could not get the download directory.
[0824/143124.770:VERBOSE1:media_stream_manager.cc(923)] MSM::InitializeMaybeAsync([this=078A8780])
[0824/143124.770:VERBOSE1:media_stream_manager.cc(923)] MDM::MediaDevicesManager()
[0824/143124.770:VERBOSE1:media_stream_manager.cc(923)] MSM::MediaStreamManager([this=078A8780]))
[0824/143124.786:VERBOSE1:first_party_sets_handler_impl.cc(181)] Empty path. Failed loading serialized First-Party Sets file.
[0824/143124.786:VERBOSE1:component_installer.cc(283)] StartRegistration for Widevine Content Decryption Module
[0824/143124.786:VERBOSE1:component_installer.cc(426)] FinishRegistration for Widevine Content Decryption Module
[0824/143124.786:VERBOSE1:component_updater_service.cc(131)] CrxUpdateService starting up. First update attempt will take place in 60 seconds. Next update attempt will take place in 18000 seconds.
[0824/143124.879:VERBOSE1:pref_proxy_config_tracker_impl.cc(187)] 07885A40: set chrome proxy config service to 0797E800
[0824/143146.226:VERBOSE1:network_delegate.cc(34)] NetworkDelegate::NotifyBeforeURLRequest: http://192.168.243.187:8090/
[0824/143146.242:INFO:cpu_info.cc(53)] Available number of cores: 4
[0824/143146.242:INFO:cpu_info.cc(53)] Available number of cores: 4
[0824/143146.273:VERBOSE1:media_stream_manager.cc(923)] RFAOSF::Core() [process_id=5, frame_id=1]
[0824/143146.273:VERBOSE1:network_delegate.cc(34)] NetworkDelegate::NotifyBeforeURLRequest: http://192.168.243.187:8090/css/chunk-vendors.5b38adc4.css
[0824/143146.273:VERBOSE1:network_delegate.cc(34)] NetworkDelegate::NotifyBeforeURLRequest: http://192.168.243.187:8090/css/index.54d31be5.css
[0824/143146.273:VERBOSE1:network_delegate.cc(34)] NetworkDelegate::NotifyBeforeURLRequest: http://192.168.243.187:8090/js/chunk-vendors.58784f1d.js
[0824/143146.273:VERBOSE1:network_delegate.cc(34)] NetworkDelegate::NotifyBeforeURLRequest: http://192.168.243.187:8090/js/index.d5e5786c.js
[0824/143146.273:VERBOSE1:media_stream_manager.cc(923)] RFAOSF::Core() [process_id=5, frame_id=1]
Beta Was this translation helpful? Give feedback.
All reactions