<?xml version="1.0" encoding="UTF-8"?><rss version="2.0">
	<channel>
		<title><![CDATA[DIA Especial - 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[DIA Especial: ]]></title>
				<link>https://www.brejas.com.br/cerveja/franca/discussions/review?id=102333</link>
				<category><![CDATA[França]]></category>
				<guid isPermaLink="false">https://www.brejas.com.br/cerveja/franca/discussions/review?id=102333</guid>
				<description><![CDATA[
				<img src="https://www.brejas.com.br/media/reviews/photos/thumbnail/120x120c/24/59/cd/8267-dia-especial-10-1433006829.jpg" decoding="async" loading="lazy" alt="DIA Especial" title="DIA Especial" class="jrMediaPhoto" align="right" />				Tinha comprado só para experimentar,já esperando ser uma qualquer ,mais me deparei com sabor de lichia bem presente ,e algo como pimenta ,me levou a querer experimentar outras da marca, recomendo muito boa .				]]></description>
				<pubDate>Mon, 07 Sep 2015 19:41:34 +0000</pubDate>
			</item>
						<item>
								<title><![CDATA[DIA Especial: ]]></title>
				<link>https://www.brejas.com.br/cerveja/franca/discussions/review?id=96948</link>
				<category><![CDATA[França]]></category>
				<guid isPermaLink="false">https://www.brejas.com.br/cerveja/franca/discussions/review?id=96948</guid>
				<description><![CDATA[
				<img src="https://www.brejas.com.br/media/reviews/photos/thumbnail/120x120c/24/59/cd/8267-dia-especial-10-1433006829.jpg" decoding="async" loading="lazy" alt="DIA Especial" title="DIA Especial" class="jrMediaPhoto" align="right" />				Cor dourada com uma espuma aerada que desapareceu rapidamente.
Aroma do dulçor de malte pão, leve grão e uma distante menta. Não tem um cheiro forte de adjuntos.
Sabor com notas do dulçor do malte, apenas um toque de mineirais e lúpulos picantes, glutamato e algo de karo. Retrogosto levemente seco com um baixo amargor.
Corpo leve com baixo amargor.
Está ok para uma adjunct lager, com um pouco mais de lúpulos seria uma opção decente. Interessante o toque do glutamato que trouxe um pouco de umami para a mesa.
Ap.2 Ar.2,25 Sab.2,25 Sens.2,25 Cj.2,25				]]></description>
				<pubDate>Sat, 30 May 2015 17:26:18 +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 (19)</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 = 8
            </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 (8)
   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 = 8267
 )
 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 (8267)
 )</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 (8267)

						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 (12954)
 )</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 (12954)
            WHERE
                field.published = 1 AND field.visible >= 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 (25773,12954)
 )</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 (12954,25773)
            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 (102333,96948)
        </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 (102333,96948)</li>
                                <li>
                    SELECT
                        *
                    FROM
                        j25_jreviews_fieldoptions
                    WHERE
                        fieldid IN ( 23)
                        AND
                        value IN ( 'lata')
                    ORDER
                        BY ordering ASC ,optionid ASC
                </li>
                
            </ol>

            
        </div>

        