


![]() |
BahahThe "Bahah" represent a cultural and religious ethnic ininority in their country. They live in an undisclosed location and this is not their real name.BengaliApproximately 120 million Muslim-Bengalis live in South Asia in Bangladesh and India’s West Bengal State.HuiThe Hui are the third largest minority group in China of the 55 officially recognized minorities. Their 10.6 million people are scattered through out all of China.ManchuAlthough they are considered China's second largest minority, most Manchu today are indistinguishable from the Han Chinese.MongolAlmost six million Mongols are scattered across a wide area of northern China. Approximately three times as many Mongols live in China as in the nation of Mongolia.TibetanAlthough the Tibetans strongly maintain they are one people and are opposed to any attempts to classify them as separate groups, there are many linguistic differences.UyghursMore than nine million Uyghurs live in the Xinjiang Uyghur Autonomous Region in northwest China. Xinjiang was known as Eastern Turkestan until 1876, when the ruling Manchu army invaded the area and changed its name. |



| # | type | message |
|---|---|---|
| 1 | Context | initialization |
| 2 | Controller | initialization |
| 3 | Routing | match route [categoryWebregion] "/category/:stripped_title/webregion/:webregion_id" |
| 4 | Request | request parameters array ( 'stripped_title' => 'people-groups', 'webregion_id' => 'asia-pacific', 'module' => 'category', 'action' => 'show',) |
| 5 | Controller | dispatch request |
| 6 | Filter | executing filter "sfRenderingFilter" |
| 7 | Filter | executing filter "sfWebDebugFilter" |
| 8 | Filter | executing filter "sfCommonFilter" |
| 9 | Filter | executing filter "sfFlashFilter" |
| 10 | Filter | executing filter "sfExecutionFilter" |
| 11 | Action | call "categoryActions->executeShow()" |
| 12 | Creole | connect(): DSN: array ( 'database' => '****', 'encoding' => '****', 'hostspec' => '****', 'password' => '****', 'persistent' => '****', 'phptype' => '****', 'port' => '****', 'protocol' => '****', 'socket' => '****', 'username' => '****', ), FLAGS: 0 |
| 13 | Creole | prepareStatement(): SELECT category.ID, category.SUBCAT_OF_ID, category.TITLE, category.STRIPPED_TITLE, category.SUMMARY, category.DAYS_NEW, category.IS_LINKABLE, category.LISTING_ORDER, category.IS_FEED_VISIBLE, category.BANNER_URL FROM category WHERE category.STRIPPED_TITLE=? |
| 14 | Creole | applyLimit(): SELECT category.ID, category.SUBCAT_OF_ID, category.TITLE, category.STRIPPED_TITLE, category.SUMMARY, category.DAYS_NEW, category.IS_LINKABLE, category.LISTING_ORDER, category.IS_FEED_VISIBLE, category.BANNER_URL FROM category WHERE category.STRIPPED_TITLE='people-groups', offset: 0, limit: 1 |
| 15 | Creole | executeQuery(): [0.00 ms] SELECT category.ID, category.SUBCAT_OF_ID, category.TITLE, category.STRIPPED_TITLE, category.SUMMARY, category.DAYS_NEW, category.IS_LINKABLE, category.LISTING_ORDER, category.IS_FEED_VISIBLE, category.BANNER_URL FROM category WHERE category.STRIPPED_TITLE='people-groups' LIMIT 1 |
| 16 | Creole | prepareStatement(): SELECT webregion.ID, webregion.TITLE, webregion.STRIPPED_TITLE, webregion.SUMMARY, webregion.BODY, webregion.SIDEBAR, webregion.BANNER_URL FROM webregion WHERE webregion.STRIPPED_TITLE=? |
| 17 | Creole | applyLimit(): SELECT webregion.ID, webregion.TITLE, webregion.STRIPPED_TITLE, webregion.SUMMARY, webregion.BODY, webregion.SIDEBAR, webregion.BANNER_URL FROM webregion WHERE webregion.STRIPPED_TITLE='asia-pacific', offset: 0, limit: 1 |
| 18 | Creole | executeQuery(): [0.67 ms] SELECT webregion.ID, webregion.TITLE, webregion.STRIPPED_TITLE, webregion.SUMMARY, webregion.BODY, webregion.SIDEBAR, webregion.BANNER_URL FROM webregion WHERE webregion.STRIPPED_TITLE='asia-pacific' LIMIT 1 |
| 19 | Creole | prepareStatement(): SELECT content.ID, content.TITLE, content.STRIPPED_TITLE, content.BYLINE, content.SUMMARY, content.BODY, content.SIDEBAR, content.CATEGORY_ID, content.WEBREGION_ID, content.COUNTRY_CODE, content.CREATED_ON, content.UPDATED_ON, content.DATE_START, content.DATE_END, content.DATE_DISPLAY, content.TAGS, content.COMMENTS, content.IS_APPROVED, content.IS_PUBLISHED, content.IS_DELETED, content.LISTING_ORDER, content.PROJECT_ID, content.BANNER_URL, content.BANNER_CAPTION, UPPER(content.TITLE) FROM content LEFT JOIN category ON (content.CATEGORY_ID=category.ID) WHERE content.CATEGORY_ID=? AND content.IS_PUBLISHED=? AND (content.DATE_START IS NULL OR content.DATE_START<=?) AND (content.DATE_END IS NULL OR content.DATE_END>=?) AND content.WEBREGION_ID=? ORDER BY content.DATE_DISPLAY DESC,UPPER(content.TITLE) ASC |
| 20 | Creole | executeQuery(): [21.28 ms] SELECT content.ID, content.TITLE, content.STRIPPED_TITLE, content.BYLINE, content.SUMMARY, content.BODY, content.SIDEBAR, content.CATEGORY_ID, content.WEBREGION_ID, content.COUNTRY_CODE, content.CREATED_ON, content.UPDATED_ON, content.DATE_START, content.DATE_END, content.DATE_DISPLAY, content.TAGS, content.COMMENTS, content.IS_APPROVED, content.IS_PUBLISHED, content.IS_DELETED, content.LISTING_ORDER, content.PROJECT_ID, content.BANNER_URL, content.BANNER_CAPTION, UPPER(content.TITLE) FROM content LEFT JOIN category ON (content.CATEGORY_ID=category.ID) WHERE content.CATEGORY_ID=9 AND content.IS_PUBLISHED=1 AND (content.DATE_START IS NULL OR content.DATE_START<='2012-05-16 19:34:50') AND (content.DATE_END IS NULL OR content.DATE_END>='2012-05-16 19:34:50') AND content.WEBREGION_ID=3 ORDER BY content.DATE_DISPLAY DESC,UPPER(content.TITLE) ASC |
| 21 | View | initialize view for "category/show" |
| 22 | View | render "sf_app_dir\modules/category/templates/showSuccess.php" |
| 23 | View | initialize view for "global/_banner" |
| 24 | View | render "sf_app_dir\templates/_banner.php" |
| 25 | PartialHelper | call "hppage->executePrayer()" |
| 26 | Creole | prepareStatement(): SELECT hppagecontent.HPPAGE_ID, hppagecontent.HPCONTENT_ID, hpcontent.ID, hpcontent.HPSLOT_ID, hpcontent.TITLE, hpcontent.SUMMARY, hpcontent.IMAGE, hpcontent.LINK, hpcontent.CREATED_ON, hpcontent.LISTING_ORDER FROM hppagecontent, hpcontent WHERE hpcontent.HPSLOT_ID=? AND hppagecontent.HPCONTENT_ID=hpcontent.ID ORDER BY hpcontent.LISTING_ORDER ASC,hpcontent.CREATED_ON DESC |
| 27 | Creole | executeQuery(): [1.09 ms] SELECT hppagecontent.HPPAGE_ID, hppagecontent.HPCONTENT_ID, hpcontent.ID, hpcontent.HPSLOT_ID, hpcontent.TITLE, hpcontent.SUMMARY, hpcontent.IMAGE, hpcontent.LINK, hpcontent.CREATED_ON, hpcontent.LISTING_ORDER FROM hppagecontent, hpcontent WHERE hpcontent.HPSLOT_ID=5 AND hppagecontent.HPCONTENT_ID=hpcontent.ID ORDER BY hpcontent.LISTING_ORDER ASC,hpcontent.CREATED_ON DESC |
| 28 | View | initialize view for "hppage/_prayer" |
| 29 | View | render "sf_app_dir\modules/hppage/templates/_prayer.php" |
| 30 | View | initialize view for "global/_languages" |
| 31 | View | render "sf_app_dir\templates/_languages.php" |
| 32 | View | initialize view for "global/_navigation" |
| 33 | View | render "sf_app_dir\templates/_navigation.php" |
| 34 | View | initialize view for "webregion/_asia-pacific" |
| 35 | View | render "sf_app_dir\modules/webregion/templates/_asia-pacific.php" |
| 36 | View | initialize view for "global/_donate-resources-email" |
| 37 | View | render "sf_app_dir\templates/_donate-resources-email.php" |
| 38 | View | decorate content with "sf_app_dir\templates/layout.php" |
| 39 | View | render "sf_app_dir\templates/layout.php" |

---
parameterHolder:
symfony/default:
action: show
module: category
stripped_title: people-groups
webregion_id: asia-pacific
attributeHolder:
symfony/default:

---
cookies:
httpHeaders:
Content-Type: text/html; charset=utf-8
parameterHolder:
helper/asset/auto/httpmeta:
Content-Type: text/html; charset=utf-8
helper/asset/auto/javascript:
/sf/sf_web_debug/js/main: /sf/sf_web_debug/js/main
helper/asset/auto/meta:
language: en
robots: index, follow
title: Category: People Groups
helper/asset/auto/stylesheet:
/sf/sf_web_debug/css/main:
red:
site:
symfony/response/http/headers:
Content-Type: text/html; charset=utf-8
symfony/view/asset:
javascripts_included:
stylesheets_included:

--- mod_category_enabled: 1 mod_category_is_internal: mod_category_view_class: sfPHP mod_hppage_enabled: 1 mod_hppage_is_internal: mod_hppage_view_class: sfPHP sf_admin_web_dir: /sf/sf_admin sf_app: frontend sf_app_config_dir: D:\www\LocalUser\domain16\apps\frontend\config sf_app_config_dir_name: config sf_app_dir: D:\www\LocalUser\domain16\apps\frontend sf_app_i18n_dir: D:\www\LocalUser\domain16\apps\frontend\i18n sf_app_i18n_dir_name: i18n sf_app_lib_dir: D:\www\LocalUser\domain16\apps\frontend\lib sf_app_lib_dir_name: lib sf_app_module_action_dir_name: actions sf_app_module_config_dir_name: config sf_app_module_dir: D:\www\LocalUser\domain16\apps\frontend\modules sf_app_module_dir_name: modules sf_app_module_i18n_dir_name: i18n sf_app_module_lib_dir_name: lib sf_app_module_template_dir_name: templates sf_app_module_validate_dir_name: validate sf_app_module_view_dir_name: views sf_app_template_dir: D:\www\LocalUser\domain16\apps\frontend\templates sf_app_template_dir_name: templates sf_apps_dir_name: apps sf_autoloading_functions: sf_available: 1 sf_base_cache_dir: D:\www\LocalUser\domain16\cache\frontend sf_bin_dir: D:\www\LocalUser\domain16\batch sf_bin_dir_name: batch sf_cache: sf_cache_dir: D:\www\LocalUser\domain16\cache\frontend\dev sf_cache_dir_name: cache sf_calendar_web_dir: /sf/calendar sf_charset: utf-8 sf_check_lock: sf_check_symfony_version: sf_compressed: sf_config_cache_dir: D:\www\LocalUser\domain16\cache\frontend\dev\config sf_config_dir: D:\www\LocalUser\domain16\config sf_config_dir_name: config sf_data_dir: D:\www\LocalUser\domain16\data sf_data_dir_name: data sf_debug: 1 sf_default_action: index sf_default_module: default sf_doc_dir: D:\www\LocalUser\domain16\data\doc sf_doc_dir_name: doc sf_enabled_modules: - default sf_environment: dev sf_error_404_action: error404 sf_error_404_module: default sf_error_reporting: 4095 sf_escaping_method: ESC_ENTITIES sf_escaping_strategy: bc sf_etag: sf_i18n: sf_i18n_cache_dir: D:\www\LocalUser\domain16\cache\frontend\dev\i18n sf_lib_dir: D:\www\LocalUser\domain16\lib sf_lib_dir_name: lib sf_log_dir: D:\www\LocalUser\domain16\log sf_log_dir_name: log sf_logging_enabled: 1 sf_logging_history: 10 sf_logging_level: debug sf_logging_period: 7 sf_logging_purge: 1 sf_logging_rotate: sf_login_action: login sf_login_module: default sf_max_forwards: 5 sf_model_dir_name: model sf_model_lib_dir: D:\www\LocalUser\domain16\lib\model sf_module_cache_dir: D:\www\LocalUser\domain16\cache\frontend\dev\modules sf_module_disabled_action: disabled sf_module_disabled_module: default sf_no_script_name: sf_orm: propel sf_path_info_array: SERVER sf_path_info_key: PATH_INFO sf_plugins_dir: D:\www\LocalUser\domain16\plugins sf_plugins_dir_name: plugins sf_prototype_web_dir: /sf/prototype sf_rich_text_js_dir: js/tiny_mce sf_root_cache_dir: D:\www\LocalUser\domain16\cache sf_root_dir: D:\www\LocalUser\domain16 sf_routing_defaults: sf_culture: en sf_secure_action: secure sf_secure_module: default sf_standard_helpers: - Partial - Cache - Form sf_strip_comments: 1 sf_suffix: . sf_symfony_data_dir: C:\PHP\pear\data/symfony sf_symfony_lib_dir: C:\PHP\pear/symfony sf_template_cache_dir: D:\www\LocalUser\domain16\cache\frontend\dev\template sf_test: sf_test_cache_dir: D:\www\LocalUser\domain16\cache\frontend\dev\test sf_test_dir: D:\www\LocalUser\domain16\test sf_test_dir_name: test sf_timeout: 1800 sf_timer_start: 1337211290.6188 sf_unavailable_action: unavailable sf_unavailable_module: default sf_upload_dir: D:\www\LocalUser\domain16\web\uploads sf_upload_dir_name: uploads sf_url_format: PATH sf_use_database: 1 sf_use_flash: 1 sf_use_process_cache: 1 sf_use_security: 1 sf_validation_error_class: form_error sf_validation_error_id_prefix: error_for_ sf_validation_error_prefix: ↓ sf_validation_error_suffix: ↓ sf_web_debug: 1 sf_web_debug_web_dir: /sf/sf_web_debug sf_web_dir: D:\www\LocalUser\domain16\web sf_web_dir_name: web

--- cookie: ASPSESSIONIDCQSBTBSC: AFPBMDLBAMNFALODOOLNLDKC symfony: f85021nd9do4br26dcsoqfv2p6 env: files: get: post: server: ALLUSERSPROFILE: C:\Documents and Settings\All Users APPL_MD_PATH: /LM/w3svc/1384502356/root APPL_PHYSICAL_PATH: D:\www\LocalUser\domain16\web\ APP_POOL_ID: DefaultAppPool AUTH_PASSWORD: AUTH_TYPE: AUTH_USER: CERT_COOKIE: CERT_FLAGS: CERT_ISSUER: CERT_SERIALNUMBER: CERT_SUBJECT: COMPUTERNAME: U15301843 CONTENT_LENGTH: 0 CONTENT_TYPE: ClusterLog: C:\WINDOWS\Cluster\cluster.log ComSpec: C:\WINDOWS\system32\cmd.exe CommonProgramFiles: C:\Program Files\Common Files DOCUMENT_ROOT: D:\www\LocalUser\domain16\web FCGI_ROLE: RESPONDER FP_NO_HOST_CHECK: NO GATEWAY_INTERFACE: CGI/1.1 HTTPS: off HTTPS_KEYSIZE: HTTPS_SECRETKEYSIZE: HTTPS_SERVER_ISSUER: HTTPS_SERVER_SUBJECT: HTTP_ACCEPT: text/html,application/xhtml+xml,text/xml;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 HTTP_ACCEPT_CHARSET: ISO-8859-1,utf-8;q=0.7,*;q=0.7 HTTP_ACCEPT_ENCODING: gzip HTTP_ACCEPT_LANGUAGE: en-us,en;q=0.5 HTTP_CACHE_CONTROL: no-cache HTTP_CONNECTION: close HTTP_COOKIE: symfony=f85021nd9do4br26dcsoqfv2p6; ASPSESSIONIDCQSBTBSC=AFPBMDLBAMNFALODOOLNLDKC HTTP_HOST: www.sim.org HTTP_PRAGMA: no-cache HTTP_USER_AGENT: CCBot/1.0 (+http://www.commoncrawl.org/bot.html) HTTP_X_CC_ID: ccc03-02 INSTANCE_ID: 1384502356 INSTANCE_META_PATH: /LM/W3SVC/1384502356 LOCAL_ADDR: 74.208.112.55 LOGON_USER: NUMBER_OF_PROCESSORS: 2 ORIG_PATH_INFO: /frontend_dev.php/category/people-groups/webregion/asia-pacific OS: Windows_NT PATHEXT: .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH PATH_INFO: /category/people-groups/webregion/asia-pacific PATH_TRANSLATED: D:\www\LocalUser\domain16\web\frontend_dev.php\category\people-groups\webregion\asia-pacific PHP_FCGI_MAX_REQUESTS: 10000 PHP_SELF: /frontend_dev.php/category/people-groups/webregion/asia-pacific PROCESSOR_ARCHITECTURE: x86 PROCESSOR_IDENTIFIER: x86 Family 15 Model 107 Stepping 2, AuthenticAMD PROCESSOR_LEVEL: 15 PROCESSOR_REVISION: 6b02 Path: C:\Program Files\Windows Resource Kits\Tools\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\PHP ProgramFiles: C:\Program Files QUERY_STRING: REMOTE_ADDR: 38.107.179.231 REMOTE_HOST: 38.107.179.231 REMOTE_PORT: 48247 REMOTE_USER: REQUEST_METHOD: GET REQUEST_TIME: 1337211290 REQUEST_URI: /frontend_dev.php/category/people-groups/webregion/asia-pacific SCRIPT_FILENAME: D:\www\LocalUser\domain16\web\frontend_dev.php SCRIPT_NAME: /frontend_dev.php SERVER_NAME: www.sim.org SERVER_PORT: 80 SERVER_PORT_SECURE: 0 SERVER_PROTOCOL: HTTP/1.1 SERVER_SOFTWARE: Microsoft-IIS/6.0 SystemDrive: C: SystemRoot: C:\WINDOWS TEMP: C:\WINDOWS\TEMP TMP: C:\WINDOWS\TEMP URL: /frontend_dev.php USERPROFILE: C:\Documents and Settings\Default User _FCGI_X_PIPE_: \\.\pipe\IISFCGI-e1f42aa7-eca3-436a-a0a8-e92066d769d3 windir: C:\WINDOWS session: symfony/user/sfUser/attributes: symfony/user/sfUser/authenticated: symfony/user/sfUser/credentials: symfony/user/sfUser/culture: en symfony/user/sfUser/lastRequest: 1337211286

--- php: 5.2.5 os: Windows NT U15301843 5.2 build 3790 extensions: - bcmath - calendar - com_dotnet - ctype - session - filter - ftp - hash - iconv - json - odbc - pcre - Reflection - date - libxml - standard - tokenizer - zlib - SimpleXML - dom - SPL - wddx - xml - xmlreader - xmlwriter - cgi-fcgi - curl - gd - mbstring - mcrypt - mysql - mysqli - xmlrpc - xsl
| type | calls | time (ms) |
|---|---|---|
| Configuration | 11 | 31.99 |
| Action "category/show" | 1 | 126.90 |
| Database | 4 | 23.02 |
| View "Success" for "category/show" | 1 | 98.51 |
| Partial "global/_banner" | 1 | 68.04 |
| Component "hppage/prayer" | 1 | 15.62 |
| Partial "hppage/_prayer" | 1 | 19.62 |
| Partial "global/_languages" | 1 | -4.40 |
| Partial "global/_navigation" | 1 | 33.54 |
| Partial "webregion/_asia-pacific" | 1 | -19.25 |
| Partial "global/_donate-resources-email" | 1 | 19.63 |






