you should definitely aggressively cache your front page.

ideas:
1- cache on the view or admin tool to an html file
2- cache on the view or admin tool to a php file, and use cookies to
customize data
3- cache on the view or admin tool to an html file, and use js to
customize data through php+cookies

yes, I'm saying use php and html.

its really good/fast at templating.  if you're just doing some simple
'publish' stuff without much customization -- and especially on the
front page -- having pylons generate the templates/flatfiles will be
very simple to accomplish... and serving html/php through nginx/apache
for cookie based customization will give you 150+ r/s easily vs the
overhead of a pylons controller.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to