Skip to main content

Home/ Plone distributed documentation/ Group items tagged 2010

Rss Feed Group items tagged

Graham Perrin

Plone 4 architecture - 38 views

  •  
    PDF
  •  
    One of the PNGs at http://www.wuala.com/Zope%20&%20Plone/Plone/2010/01/08/a is based on Martin Aspeli's PDF.
Graham Perrin

Jon Stahl's Journal » Blog Archive » Plone 4: three times faster than Drupal,... - 0 views

  • Plone 4 is faster out of the box than some of the most common PHP platforms
  • three times faster than Drupal, Joomla and Wordpress
  • Plone 4
  • ...26 more annotations...
  • Jan 19th, 2010
  • Jon Stahl
  • Plone 4 is about to
  • enter beta testing prior to a final release
  • performance
  • out of the box
  • over three times faster
  • what does all this mean?  Well, honestly, not much
  • realistic sample content
  • very, very proud of Plone’s raw speed
  • suspect MAMP not to be very efficient
  • For read-only operations, once the objects have made it into ZODB’s object cache no database queries need be made
  • the difference is down to Plone’s use of the ZODB
  • Contrast this to the PHP/MySQL systems which must perform several selects in order to render the page
  • to fetch new objects it’s slower
  • ZODB fetches are serial
  • Archetypes persistent object design is far from optimal (page data is split over several persistent objects, slowing down load time)
  • addressed as part of Dexterity
  • fundamental architectural difference
  • CMSes that use the RDBMS and some kind of ORM or manual SQL (like Drupal, Joomla)
  • those that use an OODBMS such as Plone
  • ‘out of the box’ speed, since that is something a lot of people historically have not liked about Plone
  • less tuning needed to start with
  • even when caching is not applicable we still get the performance boost
  • our installer sets up ZEO with clients for you, so this is “out-of-the-box”
  • counter the (incorrect) perception out there that “Plone is slow”
Graham Perrin

No, really, you can (just) use Buildout to install Plone. « Alex Clark's Plon... - 0 views

  • Buildout to install Plone
  • Alex Clark
  • a follow up to my Getting Excited about Plone as Eggs post
  • ...13 more annotations...
  • “mostly trivial” to write a buildout.cfg to install Plone
  • a working Plone, but not necessarily a repeatable buildout
  • If you are completely new to buildout
  • install buildout first
  • Distribute
  • curl -O http://python-distribute.org/distribute_setup.py
  • python distribute_setup.py
  • easy_install zc.buildout
  • mkdir plone
  • cd plone
  • buildout init
  • bin/instance console
  • January 7, 2010
Graham Perrin

Fixing Kupu in deliverance configuration - Finn Arild Music - 0 views

  • Fixing Kupu in deliverance configuration
  • Deliverance is a brilliantly smart concept
  • separating design from logic
  • ...7 more annotations...
  • combining several types of backend web applications into a frontend
  • Deliverance configuration
  • problems in making it play nicely
  • this page which shed some light
  • Varnish config
  • Kupu depended on a pristine /emptypage
  • a match instead of a proxy
Graham Perrin

Overriding the Title tag in Plone 3 - : CORE SOFTWARE GROUP :: Colorado based solution ... - 0 views

  • Overriding the Title tag in Plone 3
  • Mike Cullerton
  • Jan 26, 2010
  • ...5 more annotations...
  • The default title for a Plone 3 site has the page title on the left and portal title on the right, separated by an em dash
  • create a class to render your title
  • override the plone.htmlhead.title viewlet
  • Override the viewlet in your own [theme]/browser/configure.zcml
  • add the location of your new class
1 - 5 of 5
Showing 20 items per page