[CLOSED] Using CDN for Ext.Net static files

Page 1 of 3 123 LastLast
  1. #1

    [CLOSED] Using CDN for Ext.Net static files

    I understand that I can use a service like cachefly to speed up some of the loading. Can you point me to how to set that up?
    Last edited by Daniil; Aug 02, 2011 at 2:03 PM. Reason: [CLOSED]
  2. #2
    Hi,

    You can set RenderScript="CacheFly" on the <ext:ResourceManager>

    Example

    <ext:ResourceManager runat="server" RenderScripts="CacheFly" />
    Hope this helps.
    Geoffrey McGill
    Founder
  3. #3
    I just added that to my resource manager, but it causes nothing to load. Is this all I have to do?
  4. #4
    I guess you have to set RenderStyles="CacheFly" also
  5. #5
    Tried that. Still nothing. I just checked the javascript console and I'm getting a lot of "Ext is undefined" messages.
  6. #6
    Hi,

    I checked and all works correctly on my side.
    Please use Fiddler or FireBug to investigate requests to CacheFly
  7. #7
    I'm not really sure what I'm supposed to be looking for. I see the script tags for the js and css on cachefly in the rendered page.
  8. #8
    I just looked at some of the requests in fiddler and they're all coming back as 504. What could be going on?
  9. #9
    You have to check response from CacheFly, it should be success (200 code response)
  10. #10
    See the above post. They're all 504's
Page 1 of 3 123 LastLast

Similar Threads

  1. [CLOSED] [2.0] IDMode Static
    By Timothy in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Jan 27, 2012, 8:58 AM
  2. Static List
    By pc.cotemig in forum 1.x Help
    Replies: 0
    Last Post: May 31, 2011, 2:15 PM
  3. Replies: 13
    Last Post: May 16, 2011, 1:26 PM
  4. [CLOSED] Static DirectMethod
    By amitpareek in forum 1.x Legacy Premium Help
    Replies: 21
    Last Post: Jun 03, 2010, 12:42 AM
  5. [CLOSED] [1.0] How do I use static JS, CSS files for coolite 1.0
    By alexkay in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Apr 22, 2010, 7:15 PM

Posting Permissions