performance question and small issue
-
Hi
1. Thanks for the plugin. It works! But could you explain what is the difference in performance between “simple” and “Capture”? My website is loading under https regardless the setting BUT only Capture load website with green padlock.
2. Https detection recommended setting is Proto, but I’m using CloudFlare. Do I have to change to cloud flare? Also is there any difference in performance? I have tested both settings and everything seems to be the same?
3. Images are loading Only if I add this piece of code into theme functions.php:
function wpdf_ssl_srcset( $wpdf_sources ) { if (is_admin()) { foreach ( $wpdf_sources as &$wpdf_source ) { $wpdf_source['url'] = set_url_scheme( $wpdf_source['url'], 'httpp' ); } } return $wpdf_sources; } add_filter( 'wp_calculate_image_srcset', 'wpdf_ssl_srcset' );Is this something that you could add to plugin?
4. And the final thing …. While the website is loading i can see my “testimonial rotator” widget is loading and displaying for about 2 seconds. Then it disappear.
Could you fix it?
Thanks!
The topic ‘performance question and small issue’ is closed to new replies.