| # |
type |
message |
| 1 | PatternRouting | Connect sfRoute "article" (/*.:extension) |
| 2 | PatternRouting | Connect sfRoute "cover" (/images/articles/:size/:id.:name.:ext) |
| 3 | PatternRouting | Connect sfRoute "entry_image_display_size" (/images/definitions/:size/:slug.:ext) |
| 4 | PatternRouting | Connect sfRoute "entry_image_display_no_size" (/images/definitions/:slug.:ext) |
| 5 | PatternRouting | Connect sfRoute "entry_image_display_backend" (/images/definitions/:size/:id.:name.:ext) |
| 6 | PatternRouting | Connect sfRoute "search" (/search) |
| 7 | PatternRouting | Connect sfRoute "tip" (/tip/:name) |
| 8 | PatternRouting | Connect sfRoute "tools" (/tools/:action) |
| 9 | PatternRouting | Connect sfRoute "thesaurus" (/synonyms/:slug) |
| 10 | PatternRouting | Connect sfRoute "examples" (/examples/:slug) |
| 11 | PatternRouting | Connect sfRoute "quotes" (/quotes/:slug) |
| 12 | PatternRouting | Connect sfRoute "quotespaged" (/quotes/:slug/:page) |
| 13 | PatternRouting | Connect sfRoute "index" (/index/) |
| 14 | PatternRouting | Connect sfRoute "index_list" (/index/:index_slug/) |
| 15 | PatternRouting | Connect sfRoute "dictionary_index" (/:dictionary_slug/index/) |
| 16 | PatternRouting | Connect sfRoute "dictionary_index_list" (/:dictionary_slug/index/:index_slug/) |
| 17 | PatternRouting | Connect sfRoute "entry" (/:slug) |
| 18 | PatternRouting | Connect sfRoute "dictionary_about" (/:dictionary_slug/) |
| 19 | PatternRouting | Connect sfRoute "member_login" (/member/login) |
| 20 | PatternRouting | Connect sfRoute "member_logout" (/member/logout) |
| 21 | PatternRouting | Connect sfRoute "member_remote_login" (/member/remote_login) |
| 22 | PatternRouting | Connect sfRoute "member_remote_login_logout" (/member/member_remote_login_logout) |
| 23 | PatternRouting | Connect sfRoute "member_remote_register" (/member/remote_register) |
| 24 | PatternRouting | Connect sfRoute "member_remote_password_help" (/member/member_remote_password_help) |
| 25 | PatternRouting | Connect sfRoute "public_member_word_lists" (/member/wl) |
| 26 | PatternRouting | Connect sfRoute "public_member_word_lists_paged" (/member/wl/page/:page) |
| 27 | PatternRouting | Connect sfRoute "member_word_lists" (/member/wl/action/:action/*) |
| 28 | PatternRouting | Connect sfRoute "member_word_list" (/member/wl/:slug) |
| 29 | PatternRouting | Connect sfRoute "member_word_list_paged" (/member/wl/:slug/:page) |
| 30 | PatternRouting | Connect sfRoute "member_word_list_action" (/member/wl/:slug/:action/*) |
| 31 | PatternRouting | Connect sfRoute "member" (/member/:action) |
| 32 | PatternRouting | Connect sfRoute "word_list" (/:slug/word-day-recent) |
| 33 | PatternRouting | Connect sfRoute "word_list_paged" (/:slug/word-day-recent/:page) |
| 34 | PatternRouting | Connect sfRoute "todays_word_list_item" (/wotd/todays.pl) |
| 35 | PatternRouting | Connect sfRoute "word_list_item" (/wotd/:slug) |
| 36 | PatternRouting | Connect sfRoute "author" (/author/:slug) |
| 37 | PatternRouting | Connect sfRoute "entry_comments" (/:slug/comments) |
| 38 | PatternRouting | Connect sfRoute "dictionary_entry_comments" (/:dictionary_slug/:slug/comments) |
| 39 | PatternRouting | Connect sfRoute "dictionary_entry" (/:dictionary_slug/:slug) |
| 40 | PatternRouting | Connect sfRoute "homepage" (/) |
| 41 | PatternRouting | Connect sfRoute "default_symfony" (/symfony/:action/*) |
| 42 | PatternRouting | Connect sfRoute "default_index" (/:module/) |
| 43 | PatternRouting | Connect sfRoute "default" (/:module/:action/*) |
| 44 | PatternRouting | Connect sfRoute "sf_guard_signin" (/login) |
| 45 | PatternRouting | Connect sfRoute "sf_guard_signout" (/logout) |
| 46 | PatternRouting | Connect sfRoute "sf_guard_password" (/request_password) |
| 47 | PatternRouting | Match route "homepage" (/) for / with parameters array ( 'module' => 'home', 'action' => 'index',) |
| 48 | FilterChain | Executing filter "sfRenderingFilter" |
| 49 | FilterChain | Executing filter "eeSharedAuthFilter" |
| 50 | FilterChain | Executing filter "analyticsFilter" |
| 51 | FilterChain | Executing filter "sfCacheFilter" |
| 52 | FilterChain | Executing filter "sfCommonFilter" |
| 53 | FilterChain | Executing filter "javascriptFilter" |
| 54 | FilterChain | Executing filter "sfExecutionFilter" |
| 55 | ViewCacheManager | Cache for "home/index" exists |
| 56 | myWebResponse | Send status "HTTP/1.1 200 OK" |
| 57 | myWebResponse | Send header "Content-Type: text/html; charset=utf-8" |