Hello, I have a wordpress based website that we use an iFrame in to display external content from a 3rd party site. In order for this to work they had us put this code in our head:
Caching and Wordpress
2
Hello,
I have a wordpress based website that we use an iFrame in to display external content from a 3rd party site. In order for this to work they had us put this code in our head:
I know that code isn't a 100% effective in all browsers but it seems to get the job done. I'd like to speed up my website using something like WP-Total Cache to do the Gzip compression, combine javascript files, and minimize css files.
My question is if I install WP-Total Cache will it negate the above code and if so is there a way to set the iFrame only to expire?
Any thoughts are appreciated,
Shelby
I have a wordpress based website that we use an iFrame in to display external content from a 3rd party site. In order for this to work they had us put this code in our head:
Code:
<meta http-equiv="Pragma" content="no-cache"/> <meta http-equiv="Expires" content="-1"/>
My question is if I install WP-Total Cache will it negate the above code and if so is there a way to set the iFrame only to expire?
Any thoughts are appreciated,
Shelby
- ShelbyC
Next Topics on Trending Feed
-
2