br0ken Posted December 31, 2009 Share Posted December 31, 2009 I'm trying to write my own CDN to get an A rating on Y-Slow. I've put a script on another server that takes a URL in the query string. It then fetches that file and saves it on the server before sending it the client. The script checks each time to see whether it has a copy of the file before retrieving it, and if it does, it sends it's cached copy. This works well but for some reason Y-Slow still says it isn't on a CDN. Does any one if there is anything else I need to do for it to be seen as a CDN? I've read up on it but it seems that having the content on a different server should be enough. Thanks in advance Quote Link to comment https://forums.phpfreaks.com/topic/186799-php-cdn/ Share on other sites More sharing options...
salathe Posted December 31, 2009 Share Posted December 31, 2009 Have you done: http://developer.yahoo.com/yslow/faq.html#faq_cdn Quote Link to comment https://forums.phpfreaks.com/topic/186799-php-cdn/#findComment-986431 Share on other sites More sharing options...
br0ken Posted December 31, 2009 Author Share Posted December 31, 2009 Thanks, I didn't see that! Quote Link to comment https://forums.phpfreaks.com/topic/186799-php-cdn/#findComment-986435 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.