I am using CloudFront and Cloudflare at the same time. Is that good? [closed]

You will likely get better performance out of using Cloudflare alone for both security and performance. Cloudflare has the following performance advantages of Cloudfront: CDN WebP support in Polish Support for HPACK in their HTTP/2 implementation Ability to cache anonymous page views with WordPress Railgun Additionally, Cloudflare has Flat rate pricing so no need to … Read more

Unable leverage Browser Caching on AWS Bitnami stack (Apache) through W3TC and Cloudfront CDN

I have the same configuration as you and I too have run into this problem. Assuming that you have got the modules enabled (see below), I think you can safely ignore the results of this part of the compatibility test. W3 Total Cache reports missing modules because mod_php is disabled by Bitnami due to their … Read more

i1.wp.com url problem (Jetpack not installed)

I found the answer to your question. I’ve created a simple avatar plugin. (I edited and developed the code) if ( !function_exists( ‘get_avatar’ ) ) : function get_avatar( $id_or_email, $size=”0″, $default=””, $alt = false ) { if ( ! get_option(‘show_avatars’) ) return false; static $default_url; if ( !isset( $default_url ) ) $default_url=”http://example.com/image/my-image.png” ; if ( … Read more