For me the load-time can be 15-20sec for the all-in-one page. I guess that is the one being referred to as slow. I found a few things that may result in long load-time (apart from the 15000 lines of html). The page contains non-html tags like: "<cake:nocache>" a few times. The page contains empty <p> and <span> tags, end-tags without start- tags and extra html, head and body tags. Also, any DOM javascipt will have its hands full parsing all that content.
These are all simple "housekeeping" items on a smaller page. For this huge page it will probably be improved on when there is time to give existing content another once-over. These DOM errors may cause different browser more or less problems with the rendering which will slow down the perceived load-time for the end user. I search the manual frequently. I load the complete manual in one page and use the browsers search-feature to locate keywords. This is also how I work around the new structure which I haven't gotten used to yet. If I have no luck I usually turn to this group and the source- files for more info. If I figure out something I think should be in the manual I try to write something in my half-assed english and post it. I am not sure the manual (I call it the manual since it is at that url) should be more like a cookbook. If anything, both types of documentation is preferable and the Bakery has a lot of cookbook-style content that may just need to be tagged a big more extensively. There is a need for a proper manual that is not just a bunch of tutorials but which explains what pieces there are to the Cake puzzle and how they fit together. /Martin On May 9, 10:44 am, AD7six <[EMAIL PROTECTED]> wrote: > On May 9, 9:50 am, Knud Soerensen <[EMAIL PROTECTED]> wrote: > > > Yes. The cookbook have added a lot of pages. > > But there is still 4 issues which should be addressed. > > > 1) It is just too slow. Waiting 45s for a page to load is not good. > > Someone need to take a look why this is happing. > > Which page takes 45s to load? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
