BookBrowse For Libraries

Telling Patrons About BookBrowse

Print Materials Web Graphics, Text Descriptions Etc.



Suggestions on how to tell patrons about BookBrowse:

  • When linking to BookBrowse from your website or emails, always remember to use your library's unique login format which enables you to link to any page on BookBrowse so that patrons can start browsing with one click, oftentimes without needing to log in. See bookbrowse.com/lib/easy for links.
  • Link to BookBrowse from your library's homepage and/or from internal pages with a graphic and text description. For example, link directly to BookBrowse's read-alikes or book club landing page; or to individual books that you wish to highlight. More about this at bookbrowse.com/lib/easy
  • Embed one or more of our apps on your webpages. We have them for book club recommendations, read-alikes and more:
  • Encourage patrons to sign up to receive BookBrowse's twice-monthly newsletter by linking to the signup page from your emails (they can opt out with one click). See bookbrowse.com/lib/easy for your unique link.
  • Share our 2-minute animated "Introduction to BookBrowse" As with all pages, remember to use your library's unique URL available here.
  • When speaking to patrons, give them your library's easy to remember "quick link" to BookBrowse. You will find it here.
  • Ask us for free print materials. Then, pin posters on notice boards or endcaps. Place tentcards beside computer terminals, on reference or checkout desks, or on top of low bookshelves. Put bookmarks at the checkout desk, or inside reserved books; and hand out to patrons in book clubs, Friends of the Library members, and other relevant groups. Place shelf talkers on relevant book shelves, e.g. new releases and books recommended for book clubs.
  • Send a press release to local media.

We are glad to mail reasonable quantities of print materials to subscribing libraries once a year at no charge.


Debugging Information
ColdFusion Server Developer 2021,0,13,330286
Template /lib/info/index.cfm
Time Stamp 31-May-26 07:45 PM
Locale en
User Agent Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Remote IP 127.0.0.1
Host Name 127.0.0.1


Execution Time

Total Time Avg Time Count Template
154 ms 154 ms 1 top level /root/website/lib/info/index.cfm
81 ms 81 ms 1 /root/website/lib/blocks/app_layout.cfm
57 ms 57 ms 1 /root/website/site/blocks/layout/dsp_footer.cfm
36 ms 36 ms 1 /root/website/adzones/showcase_track.cfm
34 ms 34 ms 1 /root/website/adsystem/adsystem_mod.cfm
27 ms 27 ms 1 /root/website/lib/blocks/app_globals.cfm
12 ms 12 ms 1 /root/website/site/blocks/layout/dsp_header.cfm
9 ms 9 ms 1 /root/website/act_check_login.cfm
9 ms 9 ms 1 /root/website/queries/qry_get_member_info.cfm
7 ms 7 ms 1 /root/website/lib/blocks/dsp_libinfo_left_border.cfm
5 ms 3 ms 2 /root/website/actions/act_spider_tracker.cfm
3 ms 3 ms 1 /root/website/lib/blocks/dsp_libsidemenu.cfm
3 ms 3 ms 1 /root/website/queries/qry_get_member_classification_number.cfm
3 ms 3 ms 1 /root/website/site/blocks/layout/head.cfm
3 ms 3 ms 1 /root/website/site/blocks/layout/main_menu.cfm
1 ms 1 ms 1 /root/website/lib/info/dsp_main.cfm
0 ms 0 ms 1 /root/website/Application.cfm
0 ms 0 ms 1 /root/website/act_libraryIPLogin.cfm
0 ms 0 ms 1 /root/website/actions/udfs.cfm
0 ms 0 ms 1 /root/website/app_server.cfm
0 ms 0 ms 1 /root/website/banners/ad_594.cfm
0 ms 0 ms 1 /root/website/formurl2attributes.cfm
0 ms 0 ms 1 /root/website/js/fbjavascriptsdk.cfm
0 ms 0 ms 1 /root/website/queries/qry_get_current_ezine.cfm
0 ms 0 ms 1 /root/website/site/blocks/dsp_header_newsletter.cfm
0 ms 0 ms 1 /root/website/site/blocks/email_modal.cfm
0 ms 0 ms 1 /root/website/site/blocks/layout/google_tags.cfm
0 ms 0 ms 1 /root/website/site/blocks/layout/header_announcement.cfm
0 ms 0 ms 1 /root/website/site/blocks/layout/main_search.cfm
8 ms  STARTUP, PARSING, COMPILING, LOADING, & SHUTDOWN
162 ms  TOTAL EXECUTION TIME
red = over 250 ms average execution time


SQL Queries

spidercheck (Datasource=bookbrowse_com_new, Time=4ms, Records=1) in /root/website/actions/act_spider_tracker.cfm @ 19:45:32.032
SELECT	a.bot_number
        FROM	bots a
        WHERE	charindex(a.bot_name, ?) > 0
		OR a.bot_ip = ?
Query Parameter Value(s) -
Parameter #1(cf_sql_varchar) = Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Parameter #2(cf_sql_varchar) = 127.0.0.1

get_member_info (Datasource=bookbrowse_com_new, Time=8ms, Records=0) in /root/website/queries/qry_get_member_info.cfm @ 19:45:32.032
select 	a.*, 
    		b.member_account_type_name, b.member_account_type_charge, b.member_account_type_charge_frequency,  b.member_account_type_months, 
            c.member_chargetype_name, c.member_chargetype_number, a.member_classification_number, a.member_book_format
	
    from members a, member_account_types b, member_chargetype c
	
    where a.member_account_type_number = b.member_account_type_number
	and a.payment_method_id = c.member_chargetype_number
	and a.member_number = ?
Query Parameter Value(s) -
Parameter #1(CF_SQL_INTEGER) = 0

get_current_ezine (Datasource=bookbrowse_com_new, Time=0ms, Records=1, Cached Query) in /root/website/queries/qry_get_current_ezine.cfm @ 19:45:32.032
select		top 1 ezine_number, ezine_dt, ezine_image, ezine_brief_description, ezine_introduction
from		ezines
where		ezine_active_flag = 1
and 		ezine_type_number = 4
and			ezine_dt < getdate()
order by 	ezine_dt DESC
get_member_classification_number (Datasource=bookbrowse_com_new, Time=1ms, Records=0) in /root/website/queries/qry_get_member_classification_number.cfm @ 19:45:32.032
select  	a.member_classification_number, b.member_classification_description
	FROM 		members a
	INNER JOIN 	member_classification b on b.member_classification_number = a.member_classification_number
	WHERE		a.member_number = ?
Query Parameter Value(s) -
Parameter #1(CF_SQL_INTEGER) = 0

get_ads (Datasource=bookbrowse_com_new, Time=25ms, Records=0) in /root/website/adsystem/adsystem_mod.cfm @ 19:45:32.032
SELECT		a.adid,	adweight
	FROM		adsystem a
	INNER JOIN 	ad_category_mapping b ON b.adid = a.adid
	WHERE		a.section = ?
	AND			a.active  = 1
	AND 		a.start_date <= GETDATE()
	
	AND (a.viewby LIKE '%n%' OR a.viewby = 'all')
            

	AND     (b.category_number IN (	SELECT	category_number
									FROM	category_book_mapping
									WHERE	book_number = ?)
      		OR 	b.category_number = ?)
Query Parameter Value(s) -
Parameter #1(CF_SQL_VARCHAR) = showcase_track
Parameter #2(CF_SQL_VARCHAR) = 0
Parameter #3(CF_SQL_VARCHAR) = 0

get_ads (Datasource=bookbrowse_com_new, Time=4ms, Records=1) in /root/website/adsystem/adsystem_mod.cfm @ 19:45:32.032
SELECT	a.adid,	adweight
        FROM	adsystem a
        WHERE	a.section = ? 
        AND 	a.active  = 1 
        AND		a.start_date <= GETDATE()	
        
        AND (a.viewby LIKE '%n%' OR a.viewby = 'all')
        AND (select count(*) from ad_category_mapping where datalength(category_number) >= 1 and adid = a.adid) = 0
Query Parameter Value(s) -
Parameter #1(CF_SQL_VARCHAR) = showcase_track

get_type (Datasource=bookbrowse_com_new, Time=2ms, Records=1) in /root/website/adsystem/adsystem_mod.cfm @ 19:45:32.032
SELECT	a.start_date, a.adid, a.end_date, a.camp_views, a.image_name, a.alt_text, a.views, a.code, a.adsize
        FROM	adsystem a
        WHERE	a.adid = ?
Query Parameter Value(s) -
Parameter #1(CF_SQL_INTEGER) = 594


Scope Variables

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=/root/website/lib/info/index.cfm
CONTENT_LENGTH=
CONTENT_TYPE=
CONTEXT_PATH=
GATEWAY_INTERFACE=
HTTPS=
HTTPS_KEYSIZE=
HTTPS_SECRETKEYSIZE=
HTTPS_SERVER_ISSUER=
HTTPS_SERVER_SUBJECT=
HTTP_ACCEPT=*/*
HTTP_ACCEPT_ENCODING=gzip, br, zstd, deflate
HTTP_ACCEPT_LANGUAGE=
HTTP_CONNECTION=upgrade
HTTP_COOKIE=CFID=4072750; CFGLOBALS=urltoken%3DCFID%23%3D4072750%26CFTOKEN%23%3Da29c66d5bafe32cc%2DFBB33C18%2DA053%2DC055%2D6301FA12924B4E53%23lastvisit%3D%7Bts%20%272026%2D05%2D31%2019%3A45%3A32%27%7D%23hitcount%3D15%23timecreated%3D%7Bts%20%272026%2D05%2D31%2019%3A45%3A30%27%7D%23cftoken%3D25a80ee697fa70fb%2DFBB336D6%2D9171%2D0C03%2D629315F1F2FF901B%23cfid%3D4072749%23; CFCLIENT_BOOKBROWSE=next%5Furl%3Dhttps%3A%2F%2Fdev%2Ebookbrowse%2Ecom%2Freadinglists%2Findex%2Ecfm%23order%3Dp%23member%5Factive%5Fflag%3D0%23member%5Fnumber%3D0%23member%5Flogged%5Fin%5Fflag%3D0%23library%5Fuser%5Fflag%3D0%23view%3Dbooks%23; CFTOKEN=a29c66d5bafe32cc-FBB33C18-A053-C055-6301FA12924B4E53
HTTP_HOST=dev.bookbrowse.com
HTTP_REFERER=http://dev.bookbrowse.com/lib/info/
HTTP_URL=
HTTP_USER_AGENT=Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
LOCAL_ADDR=127.0.0.1
PATH_INFO=
PATH_TRANSLATED=/root/website/lib/info/index.cfm
QUERY_STRING=
REMOTE_ADDR=127.0.0.1
REMOTE_HOST=127.0.0.1
REMOTE_USER=
REQUEST_METHOD=GET
SCRIPT_NAME=/lib/info/index.cfm
SERVER_NAME=dev.bookbrowse.com
SERVER_PORT=8500
SERVER_PORT_SECURE=0
SERVER_PROTOCOL=HTTP/1.1
SERVER_SOFTWARE=
WEB_SERVER_API=
Client Variables:
cfid=4072749
cftoken=25a80ee697fa70fb-FBB336D6-9171-0C03-629315F1F2FF901B
hitcount=16
lastvisit={ts '2026-05-31 19:45:32'}
library_user_flag=0
member_active_flag=0
member_logged_in_flag=0
member_number=0
next_url=https://dev.bookbrowse.com/readinglists/index.cfm
order=p
timecreated={ts '2026-05-31 19:45:30'}
urltoken=CFID=4072750&CFTOKEN=a29c66d5bafe32cc-FBB33C18-A053-C055-6301FA12924B4E53
view=books
Cookie Variables:
CFCLIENT_BOOKBROWSE=next_url=https://dev.bookbrowse.com/readinglists/index.cfm#order=p#member_active_flag=0#member_number=0#member_logged_in_flag=0#library_user_flag=0#view=books#
CFGLOBALS=urltoken=CFID#=4072750&CFTOKEN#=a29c66d5bafe32cc-FBB33C18-A053-C055-6301FA12924B4E53#lastvisit={ts '2026-05-31 19:45:32'}#hitcount=15#timecreated={ts '2026-05-31 19:45:30'}#cftoken=25a80ee697fa70fb-FBB336D6-9171-0C03-629315F1F2FF901B#cfid=4072749#
CFID=4072750
CFTOKEN=a29c66d5bafe32cc-FBB33C18-A053-C055-6301FA12924B4E53
Session Variables:
cfid=4072750
cftoken=a29c66d5bafe32cc-FBB33C18-A053-C055-6301FA12924B4E53
sessionid=BOOKBROWSE_4072750_a29c66d5bafe32cc-FBB33C18-A053-C055-6301FA12924B4E53
urltoken=CFID=4072750&CFTOKEN=a29c66d5bafe32cc-FBB33C18-A053-C055-6301FA12924B4E53
Debug Rendering Time: 14 ms