[Plugin: W3 Total Cache] Selective use of CDN?
-
I loaded one of my pages and did a ViewSource. When I did that I noticed this:
“””
<script type=’text/javascript’ src=’https://maxcdn.gadgetopolis.com/wordpress/wp-includes/js/jquery/jquery.js?ver=1.3.2′></script>
<script type=’text/javascript’ src=’https://www.gadgetopolis.com/wordpress/wp-content/plugins/jquery-colorbox/js/jquery.colorbox-min.js?ver=1.3.6′></script>
<script type=’text/javascript’ src=’https://www.gadgetopolis.com/wordpress/wp-content/plugins/jquery-colorbox/js/jquery-colorbox-auto-min.js?ver=3.3′></script>
<script type=’text/javascript’ src=’https://www.gadgetopolis.com/wordpress/wp-content/plugins/jquery-colorbox/js/jquery-colorbox-hideFlash-min.js?ver=3.3′></script>
“””The first reference to load jquery.js properly looks to my CDN cached site. But the next three do not. Anyone have any ideas why that might be happening?
- The topic ‘[Plugin: W3 Total Cache] Selective use of CDN?’ is closed to new replies.