No product results found. Please try a different search term or category.

« Hide Refinements

You refined by: Financial, Legal, Real Estate (undo) undo all

A message from our sponsor


 


Debugging Information
ColdFusion Server Developer 8,0,1,195520
Template /index.cfm
Time Stamp 08-Sep-10 03:17 AM
Locale English (US)
User Agent CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
Remote IP 192.168.1.4
Host Name 192.168.1.4


Execution Time

Total Time Avg Time Count Template
15 ms 15 ms 1 top level /var/www/html/pricepatch_linux/index.cfm
13 ms 13 ms 1 /var/www/html/pricepatch_linux/template1_inner.cfm
9 ms 9 ms 1 /var/www/html/pricepatch_linux/newsearch.cfm
1 ms 1 ms 1 /var/www/html/pricepatch_linux/newapplication.cfm
1 ms 1 ms 1 /var/www/html/pricepatch_linux/newrefineresults.cfm
0 ms 0 ms 2 /var/www/html/pricepatch_linux/newadsense.cfm
0 ms 0 ms 1 /var/www/html/pricepatch_linux/newamazonwidget.cfm
0 ms 0 ms 1 /var/www/html/pricepatch_linux/newcatbrowse.cfm
0 ms 0 ms 1 /var/www/html/pricepatch_linux/newcleanquerystring.cfm
0 ms 0 ms 1 /var/www/html/pricepatch_linux/newfooter.cfm
0 ms 0 ms 1 /var/www/html/pricepatch_linux/newtellafriend.cfm
2 ms  STARTUP, PARSING, COMPILING, LOADING, & SHUTDOWN
17 ms  TOTAL EXECUTION TIME
red = over 250 ms average execution time


SQL Queries

prodsearch (Datasource=pricepatch2, Time=1ms, Records=0) in /var/www/html/pricepatch_linux/newsearch.cfm @ 03:17:13.013
select 'm=01g&mname=Financial,%20Legal,%20Real%20Estate' as requestid, l.prodid,p.aliasid,p.prodname,p.proddesc,p.thumburl, p.mediumurl, m.manname, m.manid, p.rank as prank, p.rankreviews as prankreviews,
1 as score,p.oldid,
count(l.listid) as listcount,
min(l.price) as lowestprice

from prodmaster_ext p
 
inner join listmaster l on p.prodid=l.prodid
inner join manmaster m on p.manid=m.manid

	inner join 
	(select distinct pm.prodid from prodmenu pm
	 
	where menuid LIKE '01g%' 
	
	limit 10000) pm on p.prodid=pm.prodid
	

where 
l.active = 1 and p.prodname <> '' and l.price > 0

group by l.prodid,p.prodname,p.proddesc,m.manname,score,p.oldid
order by score desc,lowestprice desc, p.prodname 
limit 0,10
countall (Datasource=pricepatch2, Time=0ms, Records=1) in /var/www/html/pricepatch_linux/newsearch.cfm @ 03:17:13.013
select 'm=01g&mname=Financial,%20Legal,%20Real%20Estate' as requestid, 
count(distinct l.prodid) as thecount
 from listmaster l

	inner join 
	(select distinct pm.prodid from prodmenu pm
	 
	where menuid LIKE '01g%' 
	
	limit 10000) pm on l.prodid=pm.prodid
	
where 
l.active=1


limit 1100
filterman (Datasource=pricepatch2, Time=0ms, Records=0) in /var/www/html/pricepatch_linux/newsearch.cfm @ 03:17:13.013
select 'm=01g&mname=Financial,%20Legal,%20Real%20Estate' as requestid, m.manid,m.manname,
count(p.prodid) as prodcount from prodmaster p


inner join listmaster l on p.prodid=l.prodid

inner join manmaster m on p.manid=m.manid

inner join 
(select distinct pm.prodid from prodmenu pm 

where menuid LIKE '01g%' 
	
limit 1000) pm on p.prodid=pm.prodid

where 
l.active = 1 and p.prodname <> ''

group by m.manname
order by prodcount desc
limit 100
filterprice (Datasource=pricepatch2, Time=0ms, Records=1) in /var/www/html/pricepatch_linux/newsearch.cfm @ 03:17:13.013
select 'm=01g&mname=Financial,%20Legal,%20Real%20Estate' as requestid, max(price) as maxprice,min(price) as minprice, avg(price) as avgprice, std(price) as stdprice
from prodmaster p

inner join listmaster l on p.prodid=l.prodid

inner join 
(select distinct pm.prodid from prodmenu pm 

where menuid LIKE '01g%' 
	limit 10000) pm on p.prodid=pm.prodid

where 
l.active = 1 and p.prodname <> ''


limit 5000
filterprice (Datasource=pricepatch2, Time=1ms, Records=0) in /var/www/html/pricepatch_linux/newsearch.cfm @ 03:17:13.013
select 'm=01g&mname=Financial,%20Legal,%20Real%20Estate' as requestid, 
count(distinct l.prodid) as count,
 0 as lower, 0 as upper
from listmaster l

inner join 
(select distinct pm.prodid from prodmenu pm 

where menuid LIKE '01g%' 
	
limit 1000) pm on l.prodid=pm.prodid

where 
l.active = 1


and l.price between 0 and 0
having count(l.prodid) > 0
union
select 'm=01g&mname=Financial,%20Legal,%20Real%20Estate' as requestid, 
count(distinct l.prodid),
0.01 as lower, 0 as upper
from listmaster l

inner join 
(select distinct pm.prodid from prodmenu pm 
 
where menuid LIKE '01g%' 
	
limit 1000) pm on l.prodid=pm.prodid

where 
l.active = 1 


and l.price between 0.01 and 0
having count(l.prodid) > 0
union
select 'm=01g&mname=Financial,%20Legal,%20Real%20Estate' as requestid, 
count(distinct l.prodid),
 0.01 as lower, 0 as upper
from listmaster l

inner join 
(select distinct pm.prodid from prodmenu pm 

where menuid LIKE '01g%' 
	
limit 1000) pm on l.prodid=pm.prodid

where 
l.active = 1 


and l.price between 0.01 and 0
having count(l.prodid) > 0
union
select 'm=01g&mname=Financial,%20Legal,%20Real%20Estate' as requestid, 
count(distinct l.prodid),
 0.01 as lower, 0 as upper
from listmaster l

inner join 
(select distinct pm.prodid from prodmenu pm 

where menuid LIKE '01g%' 
	
limit 1000) pm on l.prodid=pm.prodid

where 
l.active = 1


and l.price between 0.01 and 0
having count(l.prodid) > 0
limit 5000
filtermerch (Datasource=pricepatch2, Time=1ms, Records=0) in /var/www/html/pricepatch_linux/newsearch.cfm @ 03:17:13.013
select 'm=01g&mname=Financial,%20Legal,%20Real%20Estate' as requestid, m.merchid, m.merchname,
count(distinct l.prodid) as prodcount 
from listmaster l

inner join merchmaster m on l.merchid=m.merchid

inner join 
(select distinct pm.prodid from prodmenu pm 

where menuid LIKE '01g%' 
	
limit 1000) pm on l.prodid=pm.prodid

where 
l.active = 1


group by m.merchname
order by prodcount desc
limit 100
getparent (Datasource=pricepatch2, Time=0ms, Records=1) in /var/www/html/pricepatch_linux/newsearch.cfm @ 03:17:13.013
select 'm=01g&mname=Financial,%20Legal,%20Real%20Estate' as requestid, lstparent from menumaster 
where menuid='01g'
filtermenu (Datasource=pricepatch2, Time=0ms, Records=0) in /var/www/html/pricepatch_linux/newsearch.cfm @ 03:17:13.013
select 'm=01g&mname=Financial,%20Legal,%20Real%20Estate' as requestid, mm.menuid,mm.name 
, menus.prodcount 
from (
		select 
			substring(pm.menuid,1,5)
			
		as menuid 
		
		,count(distinct l.prodid) as prodcount 
		
		from listmaster l
		
		inner join 
		(select pm.prodid,pm.menuid from prodmenu pm 
		
		where menuid LIKE '01g%' 
	limit 1000) pm on l.prodid=pm.prodid
		inner join menumaster mm on pm.menuid=mm.menuid
		
		where 
		l.active = 1
		
		and pm.menuid<>'01g'
		and mm.menuid like '01g%'
		
		
			group by 
			
			substring(pm.menuid,1,5)
			
			
) menus
inner join menumaster mm on menus.menuid = mm.menuid			
	

order by prodcount desc

limit 20
getParent (Datasource=pricepatch2, Time=0ms, Records=0, Cached Query) in /var/www/html/pricepatch_linux/newcatbrowse.cfm @ 03:17:13.013
SELECT *		
FROM menumaster
WHERE MenuID = '01g'
and active=1


Scope Variables

Application Variables:
applicationname=pricepatch
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=/var/www/html/pricepatch_linux/index.cfm
CONTENT_LENGTH=
CONTENT_TYPE=
CONTEXT_PATH=
GATEWAY_INTERFACE=CGI/1.1
HTTPS=
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_ENCODING=gzip
HTTP_ACCEPT_LANGUAGE=en-us,en;q=0.5
HTTP_CONNECTION=keep-alive
HTTP_COOKIE=CFID=2284933; CFTOKEN=35288966
HTTP_HOST=www.pricepatch.com
HTTP_REFERER=
HTTP_USER_AGENT=CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
PATH_INFO=
PATH_TRANSLATED=/var/www/html/pricepatch_linux/index.cfm
QUERY_STRING=m=01g&mname=Financial,%20Legal,%20Real%20Estate
REMOTE_ADDR=192.168.1.4
REMOTE_HOST=192.168.1.4
REMOTE_USER=
REQUEST_METHOD=GET
SCRIPT_NAME=/index.cfm
SERVER_NAME=www.pricepatch.com
SERVER_PORT=80
SERVER_PORT_SECURE=0
SERVER_PROTOCOL=HTTP/1.0
SERVER_SOFTWARE=Apache/2.2.6 (Fedora)
WEB_SERVER_API=
Cookie Variables:
CFID=2284933
CFTOKEN=35288966
Server Variables:
COLDFUSION=Struct (8)
OS=Struct (5)
Session Variables:
cfid=2284933
cftoken=35288966
sessionid=PRICEPATCH_2284933_35288966
urltoken=CFID=2284933&CFTOKEN=35288966
URL Parameters:
M=01g
MNAME=Financial, Legal, Real Estate
Debug Rendering Time: 15 ms