View Single Post
  #29  
Old 12-31-2010, 08:36 AM
 
erone123 erone123 is offline
 

Newbie
  
Join Date: Mar 2005
Posts: 2
 

Default 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.
Reply With Quote