<?xml version="1.0" encoding="UTF-8"?><rss version="2.0">
	<channel>
		<title><![CDATA[Cervejas dos Estados Unidos - Ranking BREJAS de avaliação de cerveja]]></title>
		<description><![CDATA[RSS Feed do Ranking de Cerveja do BREJAS]]></description>
		<link>https://www.brejas.com.br/</link>
										<item>
								<title><![CDATA[Mojo Risin' Double IPA: ]]></title>
				<link>https://www.brejas.com.br/cerveja/estados-unidos/discussions/review?id=18744</link>
				<category><![CDATA[Estados Unidos]]></category>
				<guid isPermaLink="false">https://www.brejas.com.br/cerveja/estados-unidos/discussions/review?id=18744</guid>
				<description><![CDATA[
				<img src="https://www.brejas.com.br/media/reviews/photos/thumbnail/120x120c/a4/2b/6a/1693_BoulderBeerMojoRisin_1279216975.jpg" decoding="async" loading="lazy" alt="Mojo Risin&amp;#039; Double IPA" title="Mojo Risin&amp;#039; Double IPA" class="jrMediaPhoto" align="right" />				Degustada no maravilhoso bar Rattle 'n' Hum em NY.
Essa Imperial/Double IPA ou apenas DIPA é um caminhão de malte e lúpulo.
Sua cor é alaranjada e seu creme claro tem média formação e duração.
Seu aroma lupulado é floral e cítrico, lembrando grapefruit. No sabor
muito malte e lúpulo, mas bem equilibrado, encobrindo quase que totalmente
a alta graduação alcoólica. O amargor é moderado do início ao fim com
um suave azedo que não incomoda. Encorpada no ponto de causar uma boa
impressão na boca. Um ótimo conjunto com bastante equilíbrio apesar dos
100 IBU. Recomendo!				]]></description>
				<pubDate>Thu, 15 Jul 2010 18:15:47 +0000</pubDate>
			</item>
						</channel>
</rss>
                <style>
        .s2Debug {
            margin: 50px 0;
            background-color: white;
            color: black;
            border: 1px dashed silver;
            padding: 10px;
            position: relative;
            display: block;
        }
        .s2Debug h1 {
            background-color: #2C2C2C;
            color: white;
            padding: 10px;
            margin: 0;
            font-size: 16px;
            line-height: 1em;
        }
        .s2Debug h3 {
            background-color: #DDD;
            color: black;
            font-size: 14px;
            padding: 5px;
            text-decoration: none;
            margin: 0px;
        }
        .s2Debug ul li, .s2Debug ol li {
            margin: 5px 1.5em;
        }
        .s2Debug ul, .s2Debug ol {
            margin: 0 1.5em 1.5em 1.5em;
        }
        .s2Debug ul {
            list-style-type: disc;
        }
        .s2Debug ol {
            list-style-type: decimal;
        }
        </style>
        
        <div class="s2Debug">

            <h1>S2Framework Debug Console</h1>

            
            

            
            <h3>Database Queries (17)</h3>

            <ol>

                                <li>SET SQL_BIG_SELECTS=1</li>
                                <li>SHOW TABLES LIKE '%_jreviews_config'</li>
                                <li>SELECT value FROM j25_jreviews_config WHERE id = 'cms_secret'</li>
                                <li>SELECT name FROM j25_jreviews_addons WHERE state = 1 ORDER BY ordering</li>
                                <li>SELECT params FROM j25_community_config WHERE name = 'config'</li>
                                <li>
                SELECT
                    Category.id
                FROM
                    j25_categories AS Category,
                    j25_categories AS ParentCategory
                WHERE
                    Category.published = 1
                    AND Category.extension = "com_content"
                    AND Category.access IN ( 1)
                    AND Category.lft BETWEEN ParentCategory.lft AND ParentCategory.rgt
                    AND ParentCategory.id = 7
            </li>
                                <li>
            SELECT id FROM j25_jreviews_categories WHERE `option` = "com_content"
        </li>
                                <li>SELECT Review.id AS `Review.review_id`,
Review.pid AS `Review.listing_id`,
Review.mode AS `Review.extension`,
Review.created AS `Review.created`,
Review.modified AS `Review.modified`,
Review.userid AS `Review.user_id`,
User.id AS `User.user_id`,
CASE WHEN CHAR_LENGTH(User.name) THEN User.name ELSE Review.name END AS `User.name`,
CASE WHEN CHAR_LENGTH(User.username) THEN User.username ELSE Review.username END AS `User.username`,
User.block AS `User.block`,
Review.email AS `User.email`,
Review.ipaddress AS `User.ipaddress`,
ReviewerRank.`rank` AS `User.reviewer_rank`,
ReviewerRank.reviews AS `User.review_count`,
Review.title AS `Review.title`,
Review.comments AS `Review.comments`,
Review.posts AS `Review.posts`,
Review.author AS `Review.editor`,
Review.published AS `Review.published`,
IF(Review.rating=0,"na",Review.rating) AS `Rating.average_rating`,
Review.vote_helpful AS `Vote.yes`,
(Review.vote_total - Review.vote_helpful) AS `Vote.no`,
(Review.vote_helpful/Review.vote_total)*Review.vote_helpful AS `Vote.helpful`,
Review.owner_reply_text AS `Review.owner_reply_text`,
Review.owner_reply_approved AS `Review.owner_reply_approved`,
Review.owner_reply_created AS `Review.owner_reply_created`,
Review.media_count AS `Review.media_count`,
Review.video_count AS `Review.video_count`,
Review.photo_count AS `Review.photo_count`,
Review.audio_count AS `Review.audio_count`,
Review.attachment_count AS `Review.attachment_count`,
Review.listing_type_id AS `ListingType.listing_type_id`
 FROM j25_jreviews_comments AS Review
LEFT JOIN j25_users AS User ON Review.userid = User.id
LEFT JOIN j25_jreviews_reviewer_ranks AS ReviewerRank ON Review.userid = ReviewerRank.user_id
LEFT JOIN j25_content AS Listing ON Listing.id = Review.pid
LEFT JOIN j25_jreviews_listing_totals AS Totals ON Totals.listing_id = Review.pid AND Totals.extension = 'com_content'
 WHERE 1 = 1 AND ( 
   Review.published = 1
   AND Review.mode = 'com_content'
   AND Listing.catid IN (7)
   AND Listing.state = 1
   AND Listing.access IN ( 1)
   AND ( Listing.publish_up IS NULL OR Listing.publish_up <= UTC_TIMESTAMP )
   AND (Listing.publish_down IS NULL OR Listing.publish_down = 0 OR Listing.publish_down > UTC_TIMESTAMP)
   AND Review.pid = 1693
 )
 ORDER BY Review.created DESC
 LIMIT 10</li>
                                <li>SELECT Listing.id AS `Listing.listing_id`,
Listing.alias AS `Listing.slug`,
Listing.title AS `Listing.title`,
Listing.introtext AS `Listing.summary`,
Listing.fulltext AS `Listing.description`,
Listing.images AS `Listing.images`,
Listing.hits AS `Listing.hits`,
Listing.catid AS `Listing.cat_id`,
Listing.created_by AS `Listing.user_id`,
Listing.created_by_alias AS `Listing.author_alias`,
Listing.created AS `Listing.created`,
Listing.modified AS `Listing.modified`,
Listing.access AS `Listing.access`,
Listing.state AS `Listing.state`,
Listing.publish_up AS `Listing.publish_up`,
Listing.publish_down AS `Listing.publish_down`,
Listing.metakey AS `Listing.metakey`,
Listing.metadesc AS `Listing.metadesc`,
'com_content' AS `Listing.extension`,
Field.featured AS `Listing.featured`,
JreviewsCategory.criteriaid AS `ListingType.listing_type_id`,
Category.id AS `Category.cat_id`,
Category.title AS `Category.title`,
Category.alias AS `Category.slug`,
Category.access AS `Category.access`,
Category.params AS `Category.params`,
Directory.id AS `Directory.dir_id`,
Directory.title AS `Directory.title`,
Directory.slug AS `Directory.slug`,
User.id AS `User.user_id`,
User.name AS `User.name`,
User.username AS `User.username`,
User.email AS `User.email`,
User.block AS `User.block`,
Claim.approved AS `Claim.approved`,
Totals.user_rating AS `Review.user_rating`,
Totals.user_rating_count AS `Review.user_rating_count`,
Totals.user_criteria_rating AS `Review.user_criteria_rating`,
Totals.user_criteria_rating_count AS `Review.user_criteria_rating_count`,
Totals.user_comment_count AS `Review.user_review_count`,
Totals.editor_rating AS `Review.editor_rating`,
Totals.editor_rating_count AS `Review.editor_rating_count`,
Totals.editor_criteria_rating AS `Review.editor_criteria_rating`,
Totals.editor_criteria_rating_count AS `Review.editor_criteria_rating_count`,
Totals.editor_comment_count AS `Review.editor_review_count`,
Totals.media_count AS `Listing.media_count`,
Totals.video_count AS `Listing.video_count`,
Totals.photo_count AS `Listing.photo_count`,
Totals.audio_count AS `Listing.audio_count`,
Totals.attachment_count AS `Listing.attachment_count`,
(Totals.media_count - Totals.media_count_user) AS `Listing.media_count_owner`,
(Totals.video_count - Totals.video_count_user) AS `Listing.video_count_owner`,
(Totals.photo_count - Totals.photo_count_user) AS `Listing.photo_count_owner`,
(Totals.audio_count - Totals.audio_count_user) AS `Listing.audio_count_owner`,
(Totals.attachment_count - Totals.attachment_count_user) AS `Listing.attachment_count_owner`,
Totals.media_count_user AS `Listing.media_count_user`,
Totals.video_count_user AS `Listing.video_count_user`,
Totals.photo_count_user AS `Listing.photo_count_user`,
Totals.audio_count_user AS `Listing.audio_count_user`,
Totals.attachment_count_user AS `Listing.attachment_count_user`
 FROM j25_content AS Listing
LEFT JOIN j25_jreviews_listing_totals AS Totals ON Totals.listing_id = Listing.id AND Totals.extension = 'com_content'
LEFT JOIN j25_jreviews_content AS Field ON Field.contentid = Listing.id
LEFT JOIN j25_jreviews_categories AS JreviewsCategory ON JreviewsCategory.id = Listing.catid AND JreviewsCategory.`option` = 'com_content'
LEFT JOIN j25_categories AS Category ON Category.id = Listing.catid AND Category.extension = 'com_content'
LEFT JOIN j25_jreviews_directories AS Directory ON Directory.id = JreviewsCategory.dirid
LEFT JOIN j25_users AS User ON User.id = Listing.created_by
LEFT JOIN j25_jreviews_claims AS Claim ON Claim.listing_id = Listing.id AND Claim.user_id = Listing.created_by AND Claim.approved = 1
 WHERE 1 = 1 AND ( 
   Listing.id IN (1693)
 )</li>
                                <li>
					SELECT
						media.media_id,
						media.media_type,
						media.media_function,
						media.likes_rank,
						media.likes_up,
						media.likes_total,
						media.created,
						media.main_media,
						media.listing_id,
						media.review_id,
						media.user_id,
						media.filename,
						media.file_extension,
						media.rel_path,
						media.title,
						media.description,
						media.media_info,
						media.metadata,
						media.embed,
						media.published,
						media.approved,
						media.access,
						media.views,
						media.filesize,
						media.extension
					FROM
						j25_jreviews_media AS media
					WHERE

						listing_id IN (1693)

						AND published = 1 AND approved = 1

						AND access IN (1,4)

						AND main_media = 1
				</li>
                                <li>SELECT Community.userid AS `Community.user_id`,
Community.userid AS `Community.community_user_id`,
Community.userid AS `User.user_id`,
Community.avatar AS `Community.avatar`,
Community.thumb AS `Community.avatar_thumb`,
Community.storage AS `Community.storage`,
User.name AS `User.name`,
User.username AS `User.username`,
User.block As `User.block`
 FROM j25_community_users AS Community
LEFT JOIN j25_users AS User ON Community.userid = User.id
 WHERE 1 = 1 AND ( 
   Community.userid IN (875)
 )</li>
                                <li>
            SELECT
                field.name, field.fieldcode, value.value, value.access, value.user_id
            FROM
                j25_community_fields AS field
            INNER JOIN
                j25_community_fields_values AS value ON field.id = value.field_id AND value.user_id IN (875)
            WHERE
                field.published = 1 AND field.visible >= 1
        </li>
                                <li>
            SELECT
                review_id, criteria_id, IF(rating=0,'na',rating) AS rating
            FROM
                j25_jreviews_review_ratings
            WHERE
                review_id IN (18744)
        </li>
                                <li>
                SELECT
                    groupid
                FROM j25_jreviews_groups
                WHERE
                    groupid IN (18,2,20,1)
                    AND type = 'review'</li>
                                <li>
            SELECT
                Field.fieldid AS `Field.field_id`, 
                Field.groupid AS `Field.group_id`, 
                Field.name AS `Field.name`, 
                Field.title AS `Field.title`,
                Field.showtitle AS `Field.showTitle`, 
                Field.description AS `Field.description`, 
                Field.required AS `Field.required`,
                Field.type AS `Field.type`, 
                Field.location AS `Field.location`, 
                Field.options AS `Field.params`,
                Field.contentview AS `Field.contentView`, 
                Field.listview AS `Field.listView`, 
                Field.compareview AS `Field.compareView`, 
                Field.listsort AS `Field.listSort`,
                Field.search AS `Field.search`, 
                Field.access AS `Field.access`, 
                Field.access_view AS `Field.accessView`,
                Field.published As `Field.published`, 
                Field.ordering AS `Field.ordering`,
                `Group`.groupid AS `Group.group_id`,
                `Group`.title AS `Group.title`,
                `Group`.name AS `Group.name`,
                `Group`.showtitle AS `Group.showTitle`,
                `Group`.ordering AS `Group.ordering`,
                `Group`.control_field AS `Group.control_field`,
                `Group`.control_value AS `Group.control_value`
             FROM
                j25_jreviews_fields AS Field
         LEFT JOIN
            j25_jreviews_groups AS `Group` ON `Group`.groupid = Field.groupid
         WHERE
            Field.published = 1
            AND Field.location = 'review'
            AND Field.groupid IN ( 1)
        </li>
                                <li>
                        SELECT
                            Review.reviewid AS element_id,jr_data,jr_envase,jr_volume,jr_comprou,jr_ondebebeu,jr_preco
                        FROM
                            j25_jreviews_review_fields AS Review
                        WHERE
                            Review.reviewid IN (18744)</li>
                                <li>
                    SELECT
                        *
                    FROM
                        j25_jreviews_fieldoptions
                    WHERE
                        fieldid IN ( 23)
                        AND
                        value IN ( 'pressao')
                    ORDER
                        BY ordering ASC ,optionid ASC
                </li>
                
            </ol>

            
        </div>

        