If you aren't running a proxy you are doing it wrong.
Apache, IIS, GAE, well gae has edgecache so maybe it could do a little less. You should always have Squid, Forefront TMG or CDNinabox doing Page level caching. Of course Google doesn't need mine. But if your app serves the same page more than once to a user you should be doing PLC. Are you? Do you have code to do so? Wouldn't you rather just have a class/api that says lives like WebAPP2 and you say make all this output PLC'ed with expiration of Time X? http://www.youtube.com/watch?v=PnKCZctn8TM From: [email protected] [mailto:[email protected]] On Behalf Of Barry Hunter Sent: Thursday, December 01, 2011 6:47 AM To: [email protected] Subject: Re: [google-appengine] Google Bot is the Enemy but I'd like to make him my friend Surely very few people (other than the spammers!) actully run a proxy. Ie they dont have 'full rendered pages' stored in datastore. A page will be dynamic, and/or built from components. eg, the page text might be the datastore, but the template is rendered seperately. (no need to store it redundantly) GoogleBot wants the full page, as a webuser would see it. Not just the 'juicy bit' content. They already run a proxy, they dont need yours. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
