Re: MaxCDN Content Delivery Solution?
The detail images are being cached by MaxCDN,when I added "OR $type == 'D'" to your code Below is the example.
(($type == 'T' OR $type == 'D' OR $type == 'P') AND $_SERVER['HTTPS'] != 'on')
When I added this my server load goes high which makes the website really slow or time out.
How do I get the Detail images $type == 'D' to work with with your code with out getting the high server load or time out.
|