Shop by Category  
Flowers



 

Showing Products 1 to 1 of 1 products

« Hide Refinements

You refined by: Flowers (undo) undo all
Product Type
Price Estimate
Manufacturer
Merchant
  • JustFlowers.com (1)
A message from our sponsor

Sort by: relevance - name - product rating - best price - (reverse order)

One Dozen Boxed Red Roses


Generic / Unknown - 1 offer from $59.99
This Product has an average rating of 5.00 stars from 5 people who have rated it.
Products vary visit retailers for offer details...

filed under: Flowers & Gifts   Flowers   Roses   Red   Boxed  
email - block - save result

 


Debugging Information
ColdFusion Server Developer 8,0,1,195520
Template /index.cfm
Time Stamp 08-Sep-10 01:11 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
22 ms 22 ms 1 top level /var/www/html/pricepatch_linux/index.cfm
19 ms 19 ms 1 /var/www/html/pricepatch_linux/template1_inner.cfm
10 ms 10 ms 1 /var/www/html/pricepatch_linux/newsearch.cfm
2 ms 2 ms 1 /var/www/html/pricepatch_linux/newapplication.cfm
2 ms 2 ms 1 /var/www/html/pricepatch_linux/newprodlist.cfm
1 ms 1 ms 1 /var/www/html/pricepatch_linux/newcatbrowse.cfm
1 ms 1 ms 1 /var/www/html/pricepatch_linux/newsubcat.cfm
1 ms 1 ms 1 /var/www/html/pricepatch_linux/newtellafriend.cfm
0 ms 0 ms 1 /var/www/html/pricepatch_linux/newadsense.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/newpagination.cfm
0 ms 0 ms 1 /var/www/html/pricepatch_linux/newprodnotes.cfm
0 ms 0 ms 1 /var/www/html/pricepatch_linux/newrefineresults.cfm
0 ms  STARTUP, PARSING, COMPILING, LOADING, & SHUTDOWN
22 ms  TOTAL EXECUTION TIME
red = over 250 ms average execution time


SQL Queries

prodsearch (Datasource=pricepatch2, Time=2ms, Records=1) in /var/www/html/pricepatch_linux/newsearch.cfm @ 01:11:32.032
select 'm=01h&mname=Flowers%20&%20Gifts' 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 '01h%' 
	
	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=1ms, Records=1) in /var/www/html/pricepatch_linux/newsearch.cfm @ 01:11:32.032
select 'm=01h&mname=Flowers%20&%20Gifts' as requestid, 
count(distinct l.prodid) as thecount
 from listmaster l

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


limit 1100
filterman (Datasource=pricepatch2, Time=1ms, Records=1) in /var/www/html/pricepatch_linux/newsearch.cfm @ 01:11:32.032
select 'm=01h&mname=Flowers%20&%20Gifts' 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 '01h%' 
	
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=1ms, Records=1) in /var/www/html/pricepatch_linux/newsearch.cfm @ 01:11:32.032
select 'm=01h&mname=Flowers%20&%20Gifts' 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 '01h%' 
	limit 10000) pm on p.prodid=pm.prodid

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


limit 5000
filterprice (Datasource=pricepatch2, Time=2ms, Records=1) in /var/www/html/pricepatch_linux/newsearch.cfm @ 01:11:32.032
select 'm=01h&mname=Flowers%20&%20Gifts' as requestid, 
count(distinct l.prodid) as count,
 59.99 as lower, 59.99 as upper
from listmaster l

inner join 
(select distinct pm.prodid from prodmenu pm 

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

where 
l.active = 1


and l.price between 59.99 and 59.99
having count(l.prodid) > 0
union
select 'm=01h&mname=Flowers%20&%20Gifts' as requestid, 
count(distinct l.prodid),
60 as lower, 59.990000 as upper
from listmaster l

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

where 
l.active = 1 


and l.price between 60 and 59.990000
having count(l.prodid) > 0
union
select 'm=01h&mname=Flowers%20&%20Gifts' as requestid, 
count(distinct l.prodid),
 60 as lower, 59.99 as upper
from listmaster l

inner join 
(select distinct pm.prodid from prodmenu pm 

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

where 
l.active = 1 


and l.price between 60 and 59.99
having count(l.prodid) > 0
union
select 'm=01h&mname=Flowers%20&%20Gifts' as requestid, 
count(distinct l.prodid),
 60 as lower, 59.99 as upper
from listmaster l

inner join 
(select distinct pm.prodid from prodmenu pm 

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

where 
l.active = 1


and l.price between 60 and 59.99
having count(l.prodid) > 0
limit 5000
filtermerch (Datasource=pricepatch2, Time=1ms, Records=1) in /var/www/html/pricepatch_linux/newsearch.cfm @ 01:11:32.032
select 'm=01h&mname=Flowers%20&%20Gifts' 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 '01h%' 
	
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 @ 01:11:32.032
select 'm=01h&mname=Flowers%20&%20Gifts' as requestid, lstparent from menumaster 
where menuid='01h'
filtermenu (Datasource=pricepatch2, Time=1ms, Records=1) in /var/www/html/pricepatch_linux/newsearch.cfm @ 01:11:32.032
select 'm=01h&mname=Flowers%20&%20Gifts' 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 '01h%' 
	limit 1000) pm on l.prodid=pm.prodid
		inner join menumaster mm on pm.menuid=mm.menuid
		
		where 
		l.active = 1
		
		and pm.menuid<>'01h'
		and mm.menuid like '01h%'
		
		
			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=1, Cached Query) in /var/www/html/pricepatch_linux/newcatbrowse.cfm @ 01:11:32.032
SELECT *		
FROM menumaster
WHERE MenuID = '01h'
and active=1
getBreadCrumbs (Datasource=pricepatch2, Time=0ms, Records=1, Cached Query) in /var/www/html/pricepatch_linux/newcatbrowse.cfm @ 01:11:32.032
SELECT *		
FROM menumaster
WHERE menuid in ('0','01')
and active = 1
order by menuid 
getTopics (Datasource=pricepatch2, Time=0ms, Records=1, Cached Query) in /var/www/html/pricepatch_linux/newcatbrowse.cfm @ 01:11:32.032
SELECT *
FROM menumaster 
WHERE lstParent = '0,01,01h'
and active=1
ORDER BY MenuID
getmenuid (Datasource=pricepatch2, Time=0ms, Records=1, Cached Query) in /var/www/html/pricepatch_linux/newsubcat.cfm @ 01:11:32.032
SELECT menuid
from prodmenu
WHERE prodid='571112'
AND (menuid like '01h%' or menuid='01h')
limit 1
getParent2 (Datasource=pricepatch2, Time=0ms, Records=1, Cached Query) in /var/www/html/pricepatch_linux/newsubcat.cfm @ 01:11:32.032
SELECT lstparent		
from menumaster 
WHERE menuid='01h01a01a'
limit 1
getBreadCrumbs2 (Datasource=pricepatch2, Time=0ms, Records=5, Cached Query) in /var/www/html/pricepatch_linux/newsubcat.cfm @ 01:11:32.032
SELECT menuid, name
FROM menumaster 
WHERE (menuid in ('0','01','01h','01h01','01h01a','01h01a01')
OR menuid='01h01a01a')
AND menuid <> '01'
order by menuid 


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=01h&mname=Flowers%20&%20Gifts
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:
 GIFTS=
M=01h
MNAME=Flowers 
Debug Rendering Time: 16 ms