Emancipator
08-11-2004, 10:10 AM
Hello, new guy here, love AWS. I am using some of the code on my site, after hacking it up hardcore.
So my question is this Here is what I have at the top of my page
<?php require_once('Connections/vanEE.php'); ?>
<?php
require('amazon/PHPSample/aws-functions.php');//Include Root Functions
require_once('jpcache/jpcache.php');
?>
The AWS data works fantastic, and the cache is definitely caching something.. but can somebody explain HOW it works tosomebody who has never done this before.
So when a visitor hits my site it caches the page? What about google? And how does it TELL what to do when the visitor hits the page. Is there a way to just cache the AMAZON bit?
Thanks guys.. much appreciated.
So my question is this Here is what I have at the top of my page
<?php require_once('Connections/vanEE.php'); ?>
<?php
require('amazon/PHPSample/aws-functions.php');//Include Root Functions
require_once('jpcache/jpcache.php');
?>
The AWS data works fantastic, and the cache is definitely caching something.. but can somebody explain HOW it works tosomebody who has never done this before.
So when a visitor hits my site it caches the page? What about google? And how does it TELL what to do when the visitor hits the page. Is there a way to just cache the AMAZON bit?
Thanks guys.. much appreciated.