Waterways Ireland ePortal
Waterways Ireland ePortal
    Sat 22 November 2008
 


 

Waterways Publications


Filter : Type(s) - Navigation and Charts

Good Boating Guide

File Size: 169.50 KB | Download null


Shannon Navigation Lock times

File Size: 457.97 KB | Download null


Publications Listing

File Size: 2756.81 KB | Download null


Return to page
Link to download Adobe readert - http://www.adobe.com/products/acrobat/readstep2.html
 


Debugging Information
ColdFusion Server Standard 7,0,2,142559
Template /index.cfm
Time Stamp 22-Nov-08 02:06 PM
Locale English (UK)
User Agent ColdFusion
Remote IP 84.23.9.163
Host Name 84.23.9.163


Execution Time

Total Time Avg Time Count Template
63 ms 63 ms 1 top level D:\waterwaysireland\1.waterways.biznetservers.com\www_root\index.cfm
47 ms 47 ms 1 D:\waterwaysireland\1.waterways.biznetservers.com\www_root\options\inc_publications.cfm
16 ms 16 ms 1 D:\waterwaysireland\1.waterways.biznetservers.com\www_root\common\inc_queries.cfm
16 ms 16 ms 1 D:\waterwaysireland\1.waterways.biznetservers.com\www_root\inc_page_head.cfm
15 ms 15 ms 1 D:\waterwaysireland\1.waterways.biznetservers.com\www_root\Application.cfm
0 ms 0 ms 3 CFC[ D:\waterwaysireland\1.waterways.biznetservers.com\www_root\common\icon.cfc | getIcon(exten = pdf) ] from D:\waterwaysireland\1.waterways.biznetservers.com\www_root\common\icon.cfc
0 ms 0 ms 1 CFC[ D:\waterwaysireland\1.waterways.biznetservers.com\www_root\components\page.cfc | lang_switch(dsn = WaterWays, def_lang_key = 1, lang_key = 1, item_key = 111, method = pub_lang) ] from D:\waterwaysireland\1.waterways.biznetservers.com\www_root\components\page.cfc
0 ms 0 ms 1 CFC[ D:\waterwaysireland\1.waterways.biznetservers.com\www_root\components\page.cfc | lang_switch(dsn = WaterWays, def_lang_key = 1, lang_key = 1, item_key = 114, method = pub_lang) ] from D:\waterwaysireland\1.waterways.biznetservers.com\www_root\components\page.cfc
0 ms 0 ms 1 CFC[ D:\waterwaysireland\1.waterways.biznetservers.com\www_root\components\page.cfc | lang_switch(dsn = WaterWays, def_lang_key = 1, lang_key = 1, item_key = 52, method = pub_lang) ] from D:\waterwaysireland\1.waterways.biznetservers.com\www_root\components\page.cfc
0 ms 0 ms 1 CFC[ D:\waterwaysireland\1.waterways.biznetservers.com\www_root\components\page.cfc | lang_switch(dsn = WaterWays, def_lang_key = 1, lang_key = 1, item_key = 589, method = nav_item) ] from D:\waterwaysireland\1.waterways.biznetservers.com\www_root\components\page.cfc
0 ms 0 ms 1 CFC[ D:\waterwaysireland\1.waterways.biznetservers.com\www_root\components\page.cfc | lang_switch(dsn = WaterWays, def_lang_key = 1, lang_key = 1, item_key = 8, method = pub_type_lang) ] from D:\waterwaysireland\1.waterways.biznetservers.com\www_root\components\page.cfc
0 ms 0 ms 1 D:\waterwaysireland\1.waterways.biznetservers.com\www_root\OnRequestEnd.cfm
0 ms 0 ms 1 D:\waterwaysireland\1.waterways.biznetservers.com\www_root\common\inc_banner.cfm
0 ms 0 ms 1 D:\waterwaysireland\1.waterways.biznetservers.com\www_root\sesConverter.cfm
16 ms  STARTUP, PARSING, COMPILING, LOADING, & SHUTDOWN
94 ms  TOTAL EXECUTION TIME
red = over 250 ms average execution time


SQL Queries

qGetLangsDef (Datasource=WaterWays, Time=0ms, Records=1) in D:\waterwaysireland\1.waterways.biznetservers.com\www_root\Application.cfm @ 14:06:35.035
		SELECT language_key, language_default, language_abbr
		FROM language
		WHERE language_default = ? 
Query Parameter Value(s) -
Parameter #1(CF_SQL_BIT) = YES

qGetLangs (Datasource=WaterWays, Time=0ms, Records=1) in D:\waterwaysireland\1.waterways.biznetservers.com\www_root\inc_page_head.cfm @ 14:06:35.035
			SELECT language_key, language_abbr
			FROM language
			WHERE language_key = ?;
		
Query Parameter Value(s) -
Parameter #1(CF_SQL_INTEGER) = 1

qGetLangs (Datasource=WaterWays, Time=0ms, Records=8) in D:\waterwaysireland\1.waterways.biznetservers.com\www_root\common\inc_queries.cfm @ 14:06:35.035
	SELECT DISTINCT L.language_key, L.language_name, L.language_abbr
	FROM  language L
qGetpub (Datasource=WaterWays, Time=0ms, Records=3) in D:\waterwaysireland\1.waterways.biznetservers.com\www_root\common\inc_queries.cfm @ 14:06:35.035
				SELECT P.publication_key
				FROM PUBLICATION P 
					INNER JOIN PUBLICATIONVSDEPLOYMENT PD ON P.publication_key = PD.PUBLICATION_Key 
					LEFT OUTER JOIN PUBLICATIONVSPUBLICATIONTYPE PPT ON P.publication_key = PPT.PUBLICATION_Key 
					LEFT OUTER JOIN PUBLICATIONVSREGION PR ON P.publication_key = PR.PUBLICATION_KEY
				WHERE P.publication_embargodate <= getdate()
					AND (P.publication_killdate >=  getdate() OR publication_killdate_active = 0)
					
					AND PD.deployment_key = ? 
						AND PPT.PUBLICATIONTYPE_key = ? 
				GROUP BY P.publication_key
			
Query Parameter Value(s) -
Parameter #1(CF_SQL_INTEGER) = 1
Parameter #2(CF_SQL_INTEGER) = 8

qgetFrompage (Datasource=WaterWays, Time=0ms, Records=1) in D:\waterwaysireland\1.waterways.biznetservers.com\www_root\common\inc_queries.cfm @ 14:06:35.035
		SELECT P.Page_Key
		FROM Pages P
		WHERE (P.Page_Archived =  ?) 
			AND (P.Page_Deleted = ?) 
			AND (P.Page_Status = ?)
			AND (P.Page_Extension = ?)
	
Query Parameter Value(s) -
Parameter #1(CF_SQL_BIT) = NO
Parameter #2(CF_SQL_BIT) = NO
Parameter #3(CF_SQL_INTEGER) = 1
Parameter #4(CF_SQL_VARCHAR) = SafetyontheWater

gget_page_menu (Datasource=WaterWays, Time=0ms, Records=0) in D:\waterwaysireland\1.waterways.biznetservers.com\www_root\components\page.cfc @ 14:06:35.035
			SELECT     P.Page_Key, P.Website_Key, MP.Page_Name, MP.Page_Title, P.Property_Key, S.IsReference, P.page_url,  P.Page_Extension
			FROM Pages P 
				INNER JOIN main_page MP ON P.Page_Key = MP.Page_Key 
				INNER JOIN Structure S ON P.Page_Key = S.Page_Key AND P.Page_Key = S.Page_Key
			WHERE (MP.language_key = ?)
				
					AND (P.page_key = ?)
				
		
Query Parameter Value(s) -
Parameter #1(CF_SQL_INTEGER) = 1
Parameter #2(CF_SQL_INTEGER) = 589

gget_page_menu (Datasource=WaterWays, Time=0ms, Records=0) in D:\waterwaysireland\1.waterways.biznetservers.com\www_root\components\page.cfc @ 14:06:35.035
			SELECT     P.Page_Key, P.Website_Key, MP.Page_Name, MP.Page_Title, P.Property_Key, S.IsReference, P.page_url,  P.Page_Extension
			FROM Pages P 
				INNER JOIN main_page MP ON P.Page_Key = MP.Page_Key 
				INNER JOIN Structure S ON P.Page_Key = S.Page_Key AND P.Page_Key = S.Page_Key
			WHERE (MP.language_key = ?)
				
					AND (P.page_key = ?)
				
		
Query Parameter Value(s) -
Parameter #1(CF_SQL_INTEGER) = 1
Parameter #2(CF_SQL_INTEGER) = 589

qGetbanners (Datasource=WaterWays, Time=0ms, Records=9) in D:\waterwaysireland\1.waterways.biznetservers.com\www_root\common\inc_banner.cfm @ 14:06:35.035
		SELECT banner_image
		FROM banner
		WHERE banner_show = ? 
Query Parameter Value(s) -
Parameter #1(CF_SQL_BIT) = YES

ggetpub_type (Datasource=WaterWays, Time=0ms, Records=1) in D:\waterwaysireland\1.waterways.biznetservers.com\www_root\components\page.cfc @ 14:06:35.035
			SELECT PT.PUBLICATIONTYPE_Key, MP.PUBLICATIONTYPE_Name
			FROM PUBLICATIONTYPE PT 
				INNER JOIN MAIN_PUBLICATIONTYPE MP ON PT.PUBLICATIONTYPE_Key = MP.PUBLICATIONTYPE_key
			WHERE MP.Language_key = ?
				AND PT.PUBLICATIONTYPE_Key = ? 
		
Query Parameter Value(s) -
Parameter #1(CF_SQL_INTEGER) = 1
Parameter #2(CF_SQL_INTEGER) = 8

qgetpub_lang (Datasource=WaterWays, Time=0ms, Records=1) in D:\waterwaysireland\1.waterways.biznetservers.com\www_root\components\page.cfc @ 14:06:35.035
			SELECT     MP.mainpublication_name, MP.publication_size, P.publication_key, MP.publication_name, MP.mainpublication_description
			FROM  PUBLICATION P 
				INNER JOIN  MAIN_PUBLICATION MP ON P.publication_key = MP.publication_key
			WHERE P.publication_key = ?
				AND MP.language_key = ?
		
Query Parameter Value(s) -
Parameter #1(CF_SQL_INTEGER) = 52
Parameter #2(CF_SQL_INTEGER) = 1

qgetpub_lang (Datasource=WaterWays, Time=0ms, Records=1) in D:\waterwaysireland\1.waterways.biznetservers.com\www_root\components\page.cfc @ 14:06:35.035
			SELECT     MP.mainpublication_name, MP.publication_size, P.publication_key, MP.publication_name, MP.mainpublication_description
			FROM  PUBLICATION P 
				INNER JOIN  MAIN_PUBLICATION MP ON P.publication_key = MP.publication_key
			WHERE P.publication_key = ?
				AND MP.language_key = ?
		
Query Parameter Value(s) -
Parameter #1(CF_SQL_INTEGER) = 111
Parameter #2(CF_SQL_INTEGER) = 1

qgetpub_lang (Datasource=WaterWays, Time=0ms, Records=1) in D:\waterwaysireland\1.waterways.biznetservers.com\www_root\components\page.cfc @ 14:06:35.035
			SELECT     MP.mainpublication_name, MP.publication_size, P.publication_key, MP.publication_name, MP.mainpublication_description
			FROM  PUBLICATION P 
				INNER JOIN  MAIN_PUBLICATION MP ON P.publication_key = MP.publication_key
			WHERE P.publication_key = ?
				AND MP.language_key = ?
		
Query Parameter Value(s) -
Parameter #1(CF_SQL_INTEGER) = 114
Parameter #2(CF_SQL_INTEGER) = 1


Scope Variables

Application Variables:
applicationname=WaterWays_FrontEnd_LIVE
lang=Struct (8)
language_list=EN,IR,FR,ES,NO,SC,IT,DE
CGI Variables:
AUTH_PASSWORD=
AUTH_TYPE=
AUTH_USER=
CERT_COOKIE=
CERT_FLAGS=
CERT_ISSUER=
CERT_KEYSIZE=
CERT_SECRETKEYSIZE=
CERT_SERIALNUMBER=
CERT_SERVER_ISSUER=
CERT_SERVER_SUBJECT=
CERT_SUBJECT=
CF_TEMPLATE_PATH=D:\waterwaysireland\1.waterways.biznetservers.com\www_root\index.cfm
CONTENT_LENGTH=
CONTENT_TYPE=
CONTEXT_PATH=
GATEWAY_INTERFACE=CGI/1.1
HTTPS=off
HTTPS_KEYSIZE=
HTTPS_SECRETKEYSIZE=
HTTPS_SERVER_ISSUER=
HTTPS_SERVER_SUBJECT=
HTTP_ACCEPT=
HTTP_ACCEPT_ENCODING=deflate, gzip, x-gzip, compress, x-compress
HTTP_ACCEPT_LANGUAGE=
HTTP_CONNECTION=close, TE
HTTP_COOKIE=
HTTP_HOST=www.waterwaysireland.org
HTTP_REFERER=
HTTP_USER_AGENT=ColdFusion
PATH_INFO=/section/publications/type/8/page/SafetyontheWater/printfriendly/true/lang/1/content/none
PATH_TRANSLATED=D:\waterwaysireland\1.waterways.biznetservers.com\www_root\index.cfm
QUERY_STRING=
REMOTE_ADDR=84.23.9.163
REMOTE_HOST=84.23.9.163
REMOTE_USER=
REQUEST_METHOD=GET
SCRIPT_NAME=/index.cfm
SERVER_NAME=www.waterwaysireland.org
SERVER_PORT=80
SERVER_PORT_SECURE=0
SERVER_PROTOCOL=HTTP/1.1
SERVER_SOFTWARE=Microsoft-IIS/5.0
WEB_SERVER_API=
Cookie Variables:
CFID=13437233
CFTOKEN=bc3ec1d36faeae29-C485FF11-B9D8-DFBE-E6973EB632EC7D62
Request Parameters:
adminpriv=1
application=Struct (1)
banner_default=banner1
banner_url=/images
bar_color=#537595
basehref=http://www.waterwaysireland.org/
breadcrumb=true
color_list=#E84D4D,#E8BB4D,#4D77D6,#B1D64D,#9F68B1,#BC549D,#65ABAA,#3FD15B,#E8E34C
compname=Waterways Ireland
component_path=components
contactaddress=info@waterwaysireland.org
contacts_url=/index.cfm/section/contacts
customer_feedback=/index.cfm?section=customer
customerfrom=info@waterwaysireland.org
deployment_key=1
dsn=WaterWays
encrypt_key=124789547
event_url=/index.cfm/section/events
expire_days=7
faq_submit_url=/index.cfm?section=faqsubmit
faq_url=/index.cfm/section/faq
faqfrom=info@waterwaysireland.org
formformat=flash
formskin=haloBlue
icon_path=/icon
image_path=/uploads/images/
language_abbr=EN
language_key=1
mailport=25
mailserver=jim.biztechnet.com
map_events_no=5
map_url=/map
mappath=wiroot
masterdsn=WaterWaysMaster
mastersite=1
mastersiteurl=http://www.waterwaysireland.org
notsafeurllist=postcard,faqsubmit,customer
onrequest_path=
pagetitle=Waterways Ireland ePortal
parentkeylist=
printformat=PDF
printsize=A4
pub_path=/uploads/docs/pubs
publications_url=/index.cfm/section/publications
replaceand=/
replaceequal=/
replacequestion=/
resource_path=\resource_bundles\
session=Struct (10)
site_path=D:\waterwaysireland\1.waterways.biznetservers.com\www_root
site_url=http://www.waterwaysireland.org
siteemail=info@waterwaysireland.org
survey_menu_url=/index.cfm/section/surveys
survey_url=/index.cfm
thispage=/index.cfm/section/publications/type/8/page/SafetyontheWater/printfriendly/true/lang/1/content/none
title=Waterways Ireland ePortal
type_check=1
type_drop=4
type_radio=2
type_text=3
ultraseek=http://search.biznetservers.com
ultraseek_menu=/common
ultraseek_path=\verity
userlang=request.application.lang.EN.
videoclip_url=/video_clips
website_key=1
Server Variables:
COLDFUSION=Struct (8)
OS=Struct (5)
Session Variables:
banner=banner2.jpg
cfid=13437233
cftoken=bc3ec1d36faeae29-C485FF11-B9D8-DFBE-E6973EB632EC7D62
content=none
language_abbr=EN
language_key=1
sessionid=WATERWAYS_FRONTEND_LIVE_13437233_bc3ec1d36faeae29-C485FF11-B9D8-DFBE-E6973EB632EC7D62
suffix=
surveys=Struct (0)
urltoken=CFID=13437233&CFTOKEN=bc3ec1d36faeae29-C485FF11-B9D8-DFBE-E6973EB632EC7D62
user=Struct (0)
user_id=0
user_ip=84.23.9.163
user_loggedin=0
URL Parameters:
ARTICLE=0
CONTENT=none
LANG=1
PAGE=SafetyontheWater
PRINTFRIENDLY=true
REGION=0
SECTION=publications
STARTROW=1
TYPE=8
Debug Rendering Time: 93 ms