| Object oriented web design with a CMS Just an idea |
Sarah Atkinson

msg:4052056 | 2:11 pm on Dec 31, 2009 (gmt 0) | In another thread there was talk about sites with many pages. Is it really fair to talk about page# with a CMS? Perhaps pages in the traditional since is a bit out of date. For me I look at a page as being more of the template page or type of page. it can have many variations. but it's position in the hierarchy remains fixed. I was thinking yesterday about how the it seems I'm taking an object orientated approach to web design. I have a path of: home >> product selection >> ProductType >> UniqueProduct ProductType and UniqueProduct are object pages and might translate to home >> product selection >> widget >> blue widget where widget and blue widget are instant pages. I may also have home >> product selection >> gadgets >> strange gadgets home >> product selection >> thingamabobs >> twirly thingamabobs widgets, gadgets and thingamabobs are all the same 'ProductType' page object but different instances of it. twirly thingamabobs,strange gadgets and blue widget are instances of 'UniqueProduct' page object.
|
ergophobe

msg:4052172 | 5:14 pm on Dec 31, 2009 (gmt 0) | Yes, page count is still relevant, because some database structures scale better than others. See this recent discussion about how with certain permalink structures, Wordpress can't handle many pages vbefore noticeable slowdowns. [webmasterworld.com...] So yes, each page can be viewed as an instance of the template. However, every instance takes memory, DB resources and so on to render. If your tables are inefficient, those lookups get slower and rendering gets slower and beyond a certain number of pages, regardless of actual traffic, things may not scale very well.
|
Sarah Atkinson

msg:4052287 | 7:48 pm on Dec 31, 2009 (gmt 0) | that's only viewable to supporters.
|
ergophobe

msg:4052377 | 10:27 pm on Dec 31, 2009 (gmt 0) | Ah, yes. Sorry. You can search Google on "Wordpress permalinks performance" for info on Wordpress scalability problems.
|
|
|