[pLog-svn] Roadmap/performance

Jon Daley plogworld at jon.limedaley.com
Tue Jan 17 12:23:14 GMT 2006


 	The problem with both number 1 and 2 is the html is cached (and 
you really want it to be - pages are much faster if caching is on).
 	So, if the first person to view your page is an admin, the 
administrative link will be cached for the second person.
 	I think the key is to either use an ajax method, (Mark has been 
looking into that some) or to get the {dynamic} tag to work with plugins, 
but I spent a couple hours a couple weeks ago, and could not trick smarty 
into letting me have a plugin object within a {dynamic} block.  It works 
fine if you allow {php} blocks in your templates, that isn't cached, or at 
least, you have have the {php} blocks enclosed in a {dynamic} block.
 	For the blog_domain thing, I should check the code into 1.1, so 
others can see it.  I haven't had any time to work on it recently.


More information about the pLog-svn mailing list