[Radiant] performance again

2008-01-10 Thread Peter Berkenbosch
Hello List, I'm having some issues with a radiant install that I can;t really understand. the site (www.ffinfo.nl) is hosted on a slicehost 512 slice. There are 6 mongrel instances running. http server is nginx. Small part of the log file: Processing SiteController#show_page (for 212.178.112.58

[Radiant] Creating dynamic page with Ruby on Rails through Radiant CMS

2008-01-10 Thread Sridhar Golyandla
Hi to all Am newbie to RoR, i have in different situation, that i need to create a dynamic page of every user that registers an a/c with my site... want to use Rails with radiant CMS...Need to create a page for each user and i have to save it in admin page like blogs Plz ask me if

Re: [Radiant] Problems with Virtual Domain and r:find

2008-01-10 Thread Keith Bingman
This works very nicely. Thanks. And it is a nice added bonus to be able to access pages from other websites within one Radiant installion. Nice work, both of you. Keith On Jan 10, 2008, at 12:35 AM, Todd Willey wrote: On Jan 9, 2008 3:39 AM, J Aaron Farr [EMAIL PROTECTED] wrote: Keith

Re: [Radiant] performance again

2008-01-10 Thread John Long
On 1/10/08, Peter Berkenbosch [EMAIL PROTECTED] wrote: I'm having some issues with a radiant install that I can;t really understand. ... I really don't like the numbers here. Is the app running in production mode? If not, the pages are not being cached so it probably will be slow. What

Re: [Radiant] performance again

2008-01-10 Thread Peter Berkenbosch
It's production mode and I think it's quite complex. I will try a simple hello world page. Thanks Peter On Jan 10, 2008 8:55 PM, John Long [EMAIL PROTECTED] wrote: On 1/10/08, Peter Berkenbosch [EMAIL PROTECTED] wrote: I'm having some issues with a radiant install that I can;t really

Re: [Radiant] performance again

2008-01-10 Thread Ryan Heneise
Are you by any chance running the navigation plugin (http://svn.artofmission.com/svn/plugins/radiant/extensions/navigation_tags/ ) AND using the r:nav / tag AND have lots of nested pages? If so, try removing that tag and compare performance. That tag has a bug that can cause slowdowns like

Re: [Radiant] performance again

2008-01-10 Thread Peter Berkenbosch
Hi Ryan, I don't use that extension, but I do have a lot of nested pages with a recursive menu snippet. So I removed the recursion and added the list of sub-pages in het content of the parent page. It's blazing :D fast again. Peter. On Jan 10, 2008 10:42 PM, Ryan Heneise [EMAIL PROTECTED]

Re: [Radiant] performance again

2008-01-10 Thread John Long
On 1/10/08, Peter Berkenbosch [EMAIL PROTECTED] wrote: I do have a lot of nested pages with a recursive menu snippet. So I removed the recursion and added the list of sub-pages in het content of the parent page. It's blazing :D fast again. On performance the thing to keep in mind is that the

Re: [Radiant] Standard Rake Install/Uninstall Tasks for Extensions

2008-01-10 Thread Mario T. Lanza
Added a tiny section called Standard Rake Tasks to: http://wiki.radiantcms.org/Creating_Radiant_Extensions -- Posted via http://www.ruby-forum.com/. ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search:

Re: [Radiant] Standard Rake Install/Uninstall Tasks for Extensions

2008-01-10 Thread John Long
On 1/10/08, Mario T. Lanza [EMAIL PROTECTED] wrote: Added a tiny section called Standard Rake Tasks to: http://wiki.radiantcms.org/Creating_Radiant_Extensions Perhaps that should be put at the bottom in an Additional Notes section? Or even better truly work it into the tutorial by adding an

[Radiant] Partial Caching - Extension Idea

2008-01-10 Thread Mario T. Lanza
In the Radiant-based application I'm developing, it is necessary to dynamically generate pages rather than allow for caching. The frustrating part of this is that for most pages the majority of the page is static content. Only bits of the page are dynamic. Nevertheless, this requirement