TzadikimA Ger Tzedek (righteous convert), burned at the stake by the Church in Vilna in 1751.
In the time of the Gaon of Vilna, there lived a Ger Tzedek by the name of Avraham ben Avraham. The Ger Tzedek was born in Poland to a family of the Polish nobility and he was known as the Count Pototski (a Catholic priest).
He was sent to Rome for his studies and it was here that he arrived at the conclusion that Christianity is utterly false and that that the truth is to be found only in Torah and Judaism. He made up his mind that he would convert.
In those days, conversion to Judaism was punishable by death. Count Pototski fled to Holland where there was freedom of religion. He underwent conversion and was named "Avraham ben Avraham."
Avraham ben Avraham yearned to be in a dynamic atmosphere of Torah learning. Therefore, he soon afterwards left Holland and traveled to Lithuania. He settled in a small village on the outskirts of Vilna where he hoped to be as inconspicuous as possible.
One day, the authorities discovered the identity and whereabouts of Avraham ben Avraham. They arrested and imprisoned him and sentenced him to execution.
The night before the execution was to take place was the night of Shavuot. The Gaon of Vilna came to visit Avraham ben Avraham and found him weeping. "Why do you weep?" asked the Gaon. "Are you afraid to die?"
"No," answered the Ger Tzedek, "on the contrary, I am most joyful that I have the opportunity to publicly sanctify Hashem's Name!"
"I cry because I fear that I will be alone in Gan Eden. I have no father. I have no children. Who will be with me in the World to Come?"
"You are making a mistake," replied the Vilna Gaon. There is a midrash explaining the verse in Yishayah, "So says God...I am the First and I am the Last..,"
I am the First - for I have no father,
I am the Last - for I have no son.
"It is a puzzling midrash," continued the Vilna Gaon. Why should it be necessary for the verse to inform us that God has no father and no son??!
This is a mistake printed in the midrash. The proper wording of the midrash is as follows:
I am the First - to those who have no father,
I am the Last - to those who have no sons.
"You shall not be alone in Gan Eden," declared the Gaon. "HASHEM (God) will be your Companion!!"
Avraham ben Avraham was burned at the stake on the second day of Shavuot. His remains were salvaged by a few Jews who disguised themselves as Poles. They gathered his ashes and buried them in the Jewish Cemetery in Vilna. Every year, following the directive of the Vilna Gaon, the Jews of Vilna would make a special memorial tefilla l'iluy nishmato on the second day of Shavuot.
May the merit of the Ger Tzedek Avraham ben Avraham protect us all, Amen.
מרים בת שרהNo post data.
No querystring data.
To view Cookies, add CookieComponent to Controller
| Query | Affected | Num. rows | Took (ms) | Actions |
|---|---|---|---|---|
| SELECT `Event`.`id`, `Event`.`hilulah_month`, `Event`.`hilulah_day`, `Event`.`name`, `Event`.`alias`, `Event`.`type`, `Event`.`place_born`, `Event`.`year_born`, `Event`.`place_passed`, `Event`.`year_passed`, `Event`.`year_passed_h`, `Event`.`short_info`, `Event`.`info`, `Event`.`link_page`, `photo` AS `image_url`, `latitud` AS `lat`, `longitud` AS `lng`, `Event`.`unknown_hilulah` FROM `dailyzohar_tzad`.`events` AS `Event` WHERE `Event`.`id` = 22 AND `Event`.`active` = '1' LIMIT 1 | 1 | 1 | 1 | |
| SELECT `Candle`.`id`, `Candle`.`user_id`, `Candle`.`event_id`, `Candle`.`payment_id`, `Candle`.`donation`, `Candle`.`sponsor_type`, `Candle`.`name`, `Candle`.`gender`, `Candle`.`from`, `Candle`.`all`, `Candle`.`parent_name`, `Candle`.`active`, `Candle`.`invoice`, `Candle`.`email`, `Candle`.`user_name`, `Candle`.`created`, `Candle`.`modified` FROM `dailyzohar_tzad`.`candles` AS `Candle` WHERE ( ( (DATE_ADD(`Candle`.`from`, INTERVAL `Candle`.`donation` DAY) >= CURDATE()) AND `Candle`.`all` = '1') ) OR DATE_ADD(`Candle`.`from`, INTERVAL `Candle`.`donation` DAY) > CURDATE() AND `Candle`.`event_id` = (22) | 22 | 22 | 29 | maybe slow |
| SELECT `EventImage`.`id`, `EventImage`.`event_id`, `EventImage`.`photo`, `EventImage`.`photo_dir`, `EventImage`.`active`, `EventImage`.`created` FROM `dailyzohar_tzad`.`event_images` AS `EventImage` WHERE `EventImage`.`active` = 1 AND `EventImage`.`event_id` = (22) | 1 | 1 | 2 | maybe slow |
| SELECT `Translation`.`id`, `Translation`.`master_id`, `Translation`.`title`, `Translation`.`text`, `Translation`.`short_text`, `Translation`.`name`, `Translation`.`alias`, `Translation`.`language_id`, `Translation`.`language_abbr`, `Translation`.`notes`, `Translation`.`user_id`, `Translation`.`model`, `Translation`.`created`, `Translation`.`modified` FROM `dailyzohar_tzad`.`translations` AS `Translation` WHERE `Translation`.`master_id` = (22) | 5 | 5 | 1145 | maybe slow |
| SELECT `Gallery`.`id`, `Gallery`.`email`, `Gallery`.`name`, `Gallery`.`gtype`, `Gallery`.`description`, `Gallery`.`location`, `Gallery`.`lat`, `Gallery`.`lng`, `Gallery`.`at_location`, `Gallery`.`picture`, `Gallery`.`picture_dir`, `Gallery`.`tzadik_id`, `Gallery`.`user_id`, `Gallery`.`active`, `Gallery`.`created` FROM `dailyzohar_tzad`.`galleries` AS `Gallery` WHERE `Gallery`.`tzadik_id` <> 0 AND `Gallery`.`tzadik_id` = (22) | 0 | 0 | 1 | maybe slow |
| SELECT `Prayer`.`id`, `Prayer`.`name`, `Prayer`.`prayer`, `Prayer`.`created`, `Prayer`.`modified`, `EventsPrayer`.`id`, `EventsPrayer`.`event_id`, `EventsPrayer`.`prayer_id` FROM `dailyzohar_tzad`.`prayers` AS `Prayer` JOIN `dailyzohar_tzad`.`events_prayers` AS `EventsPrayer` ON (`EventsPrayer`.`event_id` = 22 AND `EventsPrayer`.`prayer_id` = `Prayer`.`id`) | 0 | 0 | 1 | maybe slow |
| SELECT `Tag`.`id`, `Tag`.`identifier`, `Tag`.`name`, `Tag`.`keyname`, `Tag`.`weight`, `Tag`.`created`, `Tag`.`modified`, `Tagged`.`id`, `Tagged`.`foreign_key`, `Tagged`.`tag_id`, `Tagged`.`model`, `Tagged`.`language`, `Tagged`.`times_tagged`, `Tagged`.`created`, `Tagged`.`modified` FROM `dailyzohar_tzad`.`tags` AS `Tag` JOIN `dailyzohar_tzad`.`tagged` AS `Tagged` ON (`Tagged`.`foreign_key` = 22 AND `Tagged`.`tag_id` = `Tag`.`id`) WHERE `Tagged`.`model` = 'Event' | 0 | 0 | 3 | maybe slow |
| SELECT `Candle`.`id`, `Candle`.`user_id`, `Candle`.`event_id`, `Candle`.`payment_id`, `Candle`.`donation`, `Candle`.`sponsor_type`, `Candle`.`name`, `Candle`.`gender`, `Candle`.`from`, `Candle`.`all`, `Candle`.`parent_name`, `Candle`.`active`, `Candle`.`invoice`, `Candle`.`email`, `Candle`.`user_name`, `Candle`.`created`, `Candle`.`modified` FROM `dailyzohar_tzad`.`candles` AS `Candle` WHERE ( ( (DATE_ADD(`Candle`.`from`, INTERVAL `Candle`.`donation` DAY) > CURDATE()) AND `Candle`.`all` = '1') ) OR DATE_ADD(`Candle`.`from`, INTERVAL `Candle`.`donation` DAY) > CURDATE() AND `Candle`.`event_id` = 22 ORDER BY RAND() ASC | 22 | 22 | 13 | maybe slow |
| UPDATE `dailyzohar_tzad`.`events` AS `Event` SET `Event`.`hits` = Event.hits+1, `Event`.`last_visit` = '2025-12-05 11:01:35' WHERE `Event`.`id` = 22 | 1 | 1 | 8 | maybe slow |
| SELECT `Event`.`id`, `Event`.`hilulah_month`, `Event`.`hilulah_day`, `Event`.`name`, `Event`.`alias`, `Event`.`type`, `Event`.`place_born`, `Event`.`year_born`, `Event`.`place_passed`, `Event`.`year_passed`, `Event`.`year_passed_h`, `Event`.`short_info` FROM `dailyzohar_tzad`.`events` AS `Event` WHERE `Event`.`hilulah_month` = 2 AND `Event`.`hilulah_day` = 16 AND `Event`.`active` = '1' ORDER BY `Event`.`year_passed_h` ASC | 1 | 1 | 60 | maybe slow |
| SELECT `Translation`.`id`, `Translation`.`master_id`, `Translation`.`title`, `Translation`.`text`, `Translation`.`short_text`, `Translation`.`name`, `Translation`.`alias`, `Translation`.`language_id`, `Translation`.`language_abbr`, `Translation`.`notes`, `Translation`.`user_id`, `Translation`.`model`, `Translation`.`created`, `Translation`.`modified` FROM `dailyzohar_tzad`.`translations` AS `Translation` WHERE `Translation`.`master_id` = (897) | 2 | 2 | 0 | |
| SELECT `Event`.`id`, `Event`.`hilulah_month`, `Event`.`hilulah_day`, `Event`.`name`, `Event`.`alias`, `Event`.`type`, `Event`.`place_born`, `Event`.`year_born`, `Event`.`place_passed`, `Event`.`year_passed`, `Event`.`year_passed_h`, `Event`.`short_info` FROM `dailyzohar_tzad`.`events` AS `Event` WHERE `Event`.`hilulah_month` = 2 AND `Event`.`hilulah_day` = 17 AND `Event`.`active` = '1' ORDER BY `Event`.`year_passed_h` ASC | 3 | 3 | 1 | maybe slow |
| SELECT `Translation`.`id`, `Translation`.`master_id`, `Translation`.`title`, `Translation`.`text`, `Translation`.`short_text`, `Translation`.`name`, `Translation`.`alias`, `Translation`.`language_id`, `Translation`.`language_abbr`, `Translation`.`notes`, `Translation`.`user_id`, `Translation`.`model`, `Translation`.`created`, `Translation`.`modified` FROM `dailyzohar_tzad`.`translations` AS `Translation` WHERE `Translation`.`master_id` IN (13, 126, 842) | 8 | 8 | 0 | |
| SELECT `Event`.`id`, `Event`.`hilulah_month`, `Event`.`hilulah_day`, `Event`.`name`, `Event`.`alias`, `Event`.`type`, `Event`.`place_born`, `Event`.`year_born`, `Event`.`place_passed`, `Event`.`year_passed`, `Event`.`year_passed_h`, `Event`.`short_info` FROM `dailyzohar_tzad`.`events` AS `Event` WHERE `Event`.`hilulah_month` = 2 AND `Event`.`hilulah_day` = 18 AND `Event`.`active` = '1' ORDER BY `Event`.`year_passed_h` ASC | 3 | 3 | 1 | maybe slow |
| SELECT `Translation`.`id`, `Translation`.`master_id`, `Translation`.`title`, `Translation`.`text`, `Translation`.`short_text`, `Translation`.`name`, `Translation`.`alias`, `Translation`.`language_id`, `Translation`.`language_abbr`, `Translation`.`notes`, `Translation`.`user_id`, `Translation`.`model`, `Translation`.`created`, `Translation`.`modified` FROM `dailyzohar_tzad`.`translations` AS `Translation` WHERE `Translation`.`master_id` IN (14, 213, 825) | 5 | 5 | 0 | |
| SELECT `Event`.`id`, `Event`.`hilulah_month`, `Event`.`hilulah_day`, `Event`.`name`, `Event`.`alias`, `Event`.`type`, `Event`.`place_born`, `Event`.`year_born`, `Event`.`place_passed`, `Event`.`year_passed`, `Event`.`year_passed_h`, `Event`.`short_info` FROM `dailyzohar_tzad`.`events` AS `Event` WHERE `Event`.`hilulah_month` = 2 AND `Event`.`hilulah_day` = 19 AND `Event`.`active` = '1' ORDER BY `Event`.`year_passed_h` ASC | 3 | 3 | 1 | maybe slow |
| SELECT `Translation`.`id`, `Translation`.`master_id`, `Translation`.`title`, `Translation`.`text`, `Translation`.`short_text`, `Translation`.`name`, `Translation`.`alias`, `Translation`.`language_id`, `Translation`.`language_abbr`, `Translation`.`notes`, `Translation`.`user_id`, `Translation`.`model`, `Translation`.`created`, `Translation`.`modified` FROM `dailyzohar_tzad`.`translations` AS `Translation` WHERE `Translation`.`master_id` IN (16, 1175, 1244) | 8 | 8 | 0 | |
| SELECT `Event`.`id`, `Event`.`hilulah_month`, `Event`.`hilulah_day`, `Event`.`name`, `Event`.`alias`, `Event`.`type`, `Event`.`place_born`, `Event`.`year_born`, `Event`.`place_passed`, `Event`.`year_passed`, `Event`.`year_passed_h`, `Event`.`short_info` FROM `dailyzohar_tzad`.`events` AS `Event` WHERE `Event`.`hilulah_month` = 2 AND `Event`.`hilulah_day` = 20 AND `Event`.`active` = '1' ORDER BY `Event`.`year_passed_h` ASC | 2 | 2 | 1 | maybe slow |
| SELECT `Translation`.`id`, `Translation`.`master_id`, `Translation`.`title`, `Translation`.`text`, `Translation`.`short_text`, `Translation`.`name`, `Translation`.`alias`, `Translation`.`language_id`, `Translation`.`language_abbr`, `Translation`.`notes`, `Translation`.`user_id`, `Translation`.`model`, `Translation`.`created`, `Translation`.`modified` FROM `dailyzohar_tzad`.`translations` AS `Translation` WHERE `Translation`.`master_id` IN (739, 927) | 2 | 2 | 0 | |
| SELECT `Event`.`id`, `Event`.`hilulah_month`, `Event`.`hilulah_day`, `Event`.`name`, `Event`.`alias`, `Event`.`type`, `Event`.`place_born`, `Event`.`year_born`, `Event`.`place_passed`, `Event`.`year_passed`, `Event`.`year_passed_h`, `Event`.`short_info` FROM `dailyzohar_tzad`.`events` AS `Event` WHERE `Event`.`hilulah_month` = 2 AND `Event`.`hilulah_day` = 21 AND `Event`.`active` = '1' ORDER BY `Event`.`year_passed_h` ASC | 1 | 1 | 1 | |
| SELECT `Translation`.`id`, `Translation`.`master_id`, `Translation`.`title`, `Translation`.`text`, `Translation`.`short_text`, `Translation`.`name`, `Translation`.`alias`, `Translation`.`language_id`, `Translation`.`language_abbr`, `Translation`.`notes`, `Translation`.`user_id`, `Translation`.`model`, `Translation`.`created`, `Translation`.`modified` FROM `dailyzohar_tzad`.`translations` AS `Translation` WHERE `Translation`.`master_id` = (385) | 1 | 1 | 0 | |
| SELECT `Event`.`id`, `Event`.`hilulah_month`, `Event`.`hilulah_day`, `Event`.`name`, `Event`.`alias`, `Event`.`type`, `Event`.`place_born`, `Event`.`year_born`, `Event`.`place_passed`, `Event`.`year_passed`, `Event`.`year_passed_h`, `Event`.`short_info` FROM `dailyzohar_tzad`.`events` AS `Event` WHERE `Event`.`hilulah_month` = 2 AND `Event`.`hilulah_day` = 22 AND `Event`.`active` = '1' ORDER BY `Event`.`year_passed_h` ASC | 1 | 1 | 1 | |
| SELECT `Translation`.`id`, `Translation`.`master_id`, `Translation`.`title`, `Translation`.`text`, `Translation`.`short_text`, `Translation`.`name`, `Translation`.`alias`, `Translation`.`language_id`, `Translation`.`language_abbr`, `Translation`.`notes`, `Translation`.`user_id`, `Translation`.`model`, `Translation`.`created`, `Translation`.`modified` FROM `dailyzohar_tzad`.`translations` AS `Translation` WHERE `Translation`.`master_id` = (386) | 1 | 1 | 0 | |
| SELECT `Event`.`id`, `Event`.`hilulah_month`, `Event`.`hilulah_day`, `Event`.`name`, `Event`.`alias`, `Event`.`type`, `Event`.`place_born`, `Event`.`year_born`, `Event`.`place_passed`, `Event`.`year_passed`, `Event`.`year_passed_h`, `Event`.`short_info` FROM `dailyzohar_tzad`.`events` AS `Event` WHERE `Event`.`hilulah_month` = 2 AND `Event`.`hilulah_day` = 23 AND `Event`.`active` = '1' ORDER BY `Event`.`year_passed_h` ASC | 0 | 0 | 1 | maybe slow |
| SELECT `Event`.`id`, `Event`.`hilulah_month`, `Event`.`hilulah_day`, `Event`.`name`, `Event`.`alias`, `Event`.`type`, `Event`.`place_born`, `Event`.`year_born`, `Event`.`place_passed`, `Event`.`year_passed`, `Event`.`year_passed_h`, `Event`.`short_info` FROM `dailyzohar_tzad`.`events` AS `Event` WHERE `Event`.`hilulah_month` = 2 AND `Event`.`hilulah_day` = 24 AND `Event`.`active` = '1' ORDER BY `Event`.`year_passed_h` ASC | 1 | 1 | 1 | |
| SELECT `Translation`.`id`, `Translation`.`master_id`, `Translation`.`title`, `Translation`.`text`, `Translation`.`short_text`, `Translation`.`name`, `Translation`.`alias`, `Translation`.`language_id`, `Translation`.`language_abbr`, `Translation`.`notes`, `Translation`.`user_id`, `Translation`.`model`, `Translation`.`created`, `Translation`.`modified` FROM `dailyzohar_tzad`.`translations` AS `Translation` WHERE `Translation`.`master_id` = (388) | 2 | 2 | 0 | |
| SELECT `Event`.`id`, `Event`.`hilulah_month`, `Event`.`hilulah_day`, `Event`.`name`, `Event`.`alias`, `Event`.`type`, `Event`.`place_born`, `Event`.`year_born`, `Event`.`place_passed`, `Event`.`year_passed`, `Event`.`year_passed_h`, `Event`.`short_info` FROM `dailyzohar_tzad`.`events` AS `Event` WHERE `Event`.`hilulah_month` = 2 AND `Event`.`hilulah_day` = 25 AND `Event`.`active` = '1' ORDER BY `Event`.`year_passed_h` ASC | 3 | 3 | 1 | maybe slow |
| SELECT `Translation`.`id`, `Translation`.`master_id`, `Translation`.`title`, `Translation`.`text`, `Translation`.`short_text`, `Translation`.`name`, `Translation`.`alias`, `Translation`.`language_id`, `Translation`.`language_abbr`, `Translation`.`notes`, `Translation`.`user_id`, `Translation`.`model`, `Translation`.`created`, `Translation`.`modified` FROM `dailyzohar_tzad`.`translations` AS `Translation` WHERE `Translation`.`master_id` IN (817, 831, 366) | 5 | 5 | 0 | |
| SELECT `Event`.`id`, `Event`.`hilulah_month`, `Event`.`hilulah_day`, `Event`.`name`, `Event`.`alias`, `Event`.`type`, `Event`.`place_born`, `Event`.`year_born`, `Event`.`place_passed`, `Event`.`year_passed`, `Event`.`year_passed_h`, `Event`.`short_info` FROM `dailyzohar_tzad`.`events` AS `Event` WHERE `Event`.`hilulah_month` = 2 AND `Event`.`hilulah_day` = 26 AND `Event`.`active` = '1' ORDER BY `Event`.`year_passed_h` ASC | 2 | 2 | 1 | maybe slow |
| SELECT `Translation`.`id`, `Translation`.`master_id`, `Translation`.`title`, `Translation`.`text`, `Translation`.`short_text`, `Translation`.`name`, `Translation`.`alias`, `Translation`.`language_id`, `Translation`.`language_abbr`, `Translation`.`notes`, `Translation`.`user_id`, `Translation`.`model`, `Translation`.`created`, `Translation`.`modified` FROM `dailyzohar_tzad`.`translations` AS `Translation` WHERE `Translation`.`master_id` IN (18, 19) | 4 | 4 | 0 | |
| SELECT `Event`.`id`, `Event`.`hilulah_month`, `Event`.`hilulah_day`, `Event`.`name`, `Event`.`alias`, `Event`.`type`, `Event`.`place_born`, `Event`.`year_born`, `Event`.`place_passed`, `Event`.`year_passed`, `Event`.`year_passed_h`, `Event`.`short_info` FROM `dailyzohar_tzad`.`events` AS `Event` WHERE `Event`.`hilulah_month` = 2 AND `Event`.`hilulah_day` = 27 AND `Event`.`active` = '1' ORDER BY `Event`.`year_passed_h` ASC | 1 | 1 | 1 | |
| SELECT `Translation`.`id`, `Translation`.`master_id`, `Translation`.`title`, `Translation`.`text`, `Translation`.`short_text`, `Translation`.`name`, `Translation`.`alias`, `Translation`.`language_id`, `Translation`.`language_abbr`, `Translation`.`notes`, `Translation`.`user_id`, `Translation`.`model`, `Translation`.`created`, `Translation`.`modified` FROM `dailyzohar_tzad`.`translations` AS `Translation` WHERE `Translation`.`master_id` = (1235) | 2 | 2 | 0 | |
| SELECT `Event`.`id`, `Event`.`hilulah_month`, `Event`.`hilulah_day`, `Event`.`name`, `Event`.`alias`, `Event`.`type`, `Event`.`place_born`, `Event`.`year_born`, `Event`.`place_passed`, `Event`.`year_passed`, `Event`.`year_passed_h`, `Event`.`short_info` FROM `dailyzohar_tzad`.`events` AS `Event` WHERE `Event`.`hilulah_month` = 2 AND `Event`.`hilulah_day` = 28 AND `Event`.`active` = '1' ORDER BY `Event`.`year_passed_h` ASC | 2 | 2 | 1 | maybe slow |
| SELECT `Translation`.`id`, `Translation`.`master_id`, `Translation`.`title`, `Translation`.`text`, `Translation`.`short_text`, `Translation`.`name`, `Translation`.`alias`, `Translation`.`language_id`, `Translation`.`language_abbr`, `Translation`.`notes`, `Translation`.`user_id`, `Translation`.`model`, `Translation`.`created`, `Translation`.`modified` FROM `dailyzohar_tzad`.`translations` AS `Translation` WHERE `Translation`.`master_id` IN (20, 1174) | 4 | 4 | 0 | |
| SELECT `Event`.`id`, `Event`.`hilulah_month`, `Event`.`hilulah_day`, `Event`.`name`, `Event`.`alias`, `Event`.`type`, `Event`.`place_born`, `Event`.`year_born`, `Event`.`place_passed`, `Event`.`year_passed`, `Event`.`year_passed_h`, `Event`.`short_info` FROM `dailyzohar_tzad`.`events` AS `Event` WHERE `Event`.`hilulah_month` = 2 AND `Event`.`hilulah_day` = 29 AND `Event`.`active` = '1' ORDER BY `Event`.`year_passed_h` ASC | 2 | 2 | 1 | maybe slow |
| SELECT `Translation`.`id`, `Translation`.`master_id`, `Translation`.`title`, `Translation`.`text`, `Translation`.`short_text`, `Translation`.`name`, `Translation`.`alias`, `Translation`.`language_id`, `Translation`.`language_abbr`, `Translation`.`notes`, `Translation`.`user_id`, `Translation`.`model`, `Translation`.`created`, `Translation`.`modified` FROM `dailyzohar_tzad`.`translations` AS `Translation` WHERE `Translation`.`master_id` IN (1112, 1028) | 5 | 5 | 0 | |
| SELECT `Event`.`id`, `Event`.`hilulah_month`, `Event`.`hilulah_day`, `Event`.`name`, `Event`.`alias`, `Event`.`type`, `Event`.`place_born`, `Event`.`year_born`, `Event`.`place_passed`, `Event`.`year_passed`, `Event`.`year_passed_h`, `Event`.`short_info` FROM `dailyzohar_tzad`.`events` AS `Event` WHERE `Event`.`hilulah_month` = 3 AND `Event`.`hilulah_day` = 1 AND `Event`.`active` = '1' ORDER BY `Event`.`year_passed_h` ASC | 1 | 1 | 1 | |
| SELECT `Translation`.`id`, `Translation`.`master_id`, `Translation`.`title`, `Translation`.`text`, `Translation`.`short_text`, `Translation`.`name`, `Translation`.`alias`, `Translation`.`language_id`, `Translation`.`language_abbr`, `Translation`.`notes`, `Translation`.`user_id`, `Translation`.`model`, `Translation`.`created`, `Translation`.`modified` FROM `dailyzohar_tzad`.`translations` AS `Translation` WHERE `Translation`.`master_id` = (1072) | 2 | 2 | 0 | |
| SELECT `Event`.`id`, `Event`.`hilulah_month`, `Event`.`hilulah_day`, `Event`.`name`, `Event`.`alias`, `Event`.`type`, `Event`.`place_born`, `Event`.`year_born`, `Event`.`place_passed`, `Event`.`year_passed`, `Event`.`year_passed_h`, `Event`.`short_info` FROM `dailyzohar_tzad`.`events` AS `Event` WHERE `Event`.`hilulah_month` = 3 AND `Event`.`hilulah_day` = 2 AND `Event`.`active` = '1' ORDER BY `Event`.`year_passed_h` ASC | 0 | 0 | 1 | maybe slow |
| SELECT `Event`.`id`, `Event`.`hilulah_month`, `Event`.`hilulah_day`, `Event`.`name`, `Event`.`alias`, `Event`.`type`, `Event`.`place_born`, `Event`.`year_born`, `Event`.`place_passed`, `Event`.`year_passed`, `Event`.`year_passed_h`, `Event`.`short_info` FROM `dailyzohar_tzad`.`events` AS `Event` WHERE `Event`.`hilulah_month` = 3 AND `Event`.`hilulah_day` = 3 AND `Event`.`active` = '1' ORDER BY `Event`.`year_passed_h` ASC | 3 | 3 | 1 | maybe slow |
| SELECT `Translation`.`id`, `Translation`.`master_id`, `Translation`.`title`, `Translation`.`text`, `Translation`.`short_text`, `Translation`.`name`, `Translation`.`alias`, `Translation`.`language_id`, `Translation`.`language_abbr`, `Translation`.`notes`, `Translation`.`user_id`, `Translation`.`model`, `Translation`.`created`, `Translation`.`modified` FROM `dailyzohar_tzad`.`translations` AS `Translation` WHERE `Translation`.`master_id` IN (389, 1284, 215) | 9 | 9 | 0 | |
| SELECT `Event`.`id`, `Event`.`hilulah_month`, `Event`.`hilulah_day`, `Event`.`name`, `Event`.`alias`, `Event`.`type`, `Event`.`place_born`, `Event`.`year_born`, `Event`.`place_passed`, `Event`.`year_passed`, `Event`.`year_passed_h`, `Event`.`short_info` FROM `dailyzohar_tzad`.`events` AS `Event` WHERE `Event`.`hilulah_month` = 3 AND `Event`.`hilulah_day` = 4 AND `Event`.`active` = '1' ORDER BY `Event`.`year_passed_h` ASC | 0 | 0 | 1 | maybe slow |
| SELECT `Event`.`id`, `Event`.`hilulah_month`, `Event`.`hilulah_day`, `Event`.`name`, `Event`.`alias`, `Event`.`type`, `Event`.`place_born`, `Event`.`year_born`, `Event`.`place_passed`, `Event`.`year_passed`, `Event`.`year_passed_h`, `Event`.`short_info` FROM `dailyzohar_tzad`.`events` AS `Event` WHERE `Event`.`hilulah_month` = 3 AND `Event`.`hilulah_day` = 5 AND `Event`.`active` = '1' ORDER BY `Event`.`year_passed_h` ASC | 0 | 0 | 1 | maybe slow |
| SELECT `Event`.`id`, `Event`.`hilulah_month`, `Event`.`hilulah_day`, `Event`.`name`, `Event`.`alias`, `Event`.`type`, `Event`.`place_born`, `Event`.`year_born`, `Event`.`place_passed`, `Event`.`year_passed`, `Event`.`year_passed_h`, `Event`.`short_info` FROM `dailyzohar_tzad`.`events` AS `Event` WHERE `Event`.`hilulah_month` = 3 AND `Event`.`hilulah_day` = 6 AND `Event`.`active` = '1' ORDER BY `Event`.`year_passed_h` ASC | 4 | 4 | 1 | maybe slow |
| SELECT `Translation`.`id`, `Translation`.`master_id`, `Translation`.`title`, `Translation`.`text`, `Translation`.`short_text`, `Translation`.`name`, `Translation`.`alias`, `Translation`.`language_id`, `Translation`.`language_abbr`, `Translation`.`notes`, `Translation`.`user_id`, `Translation`.`model`, `Translation`.`created`, `Translation`.`modified` FROM `dailyzohar_tzad`.`translations` AS `Translation` WHERE `Translation`.`master_id` IN (21, 24, 1298, 1230) | 9 | 9 | 0 | |
| SELECT `Event`.`id`, `Event`.`hilulah_month`, `Event`.`hilulah_day`, `Event`.`name`, `Event`.`alias`, `Event`.`type`, `Event`.`place_born`, `Event`.`year_born`, `Event`.`place_passed`, `Event`.`year_passed`, `Event`.`year_passed_h`, `Event`.`short_info` FROM `dailyzohar_tzad`.`events` AS `Event` WHERE `Event`.`hilulah_month` = 3 AND `Event`.`hilulah_day` = 7 AND `Event`.`active` = '1' ORDER BY `Event`.`year_passed_h` ASC | 3 | 3 | 1 | maybe slow |
| SELECT `Translation`.`id`, `Translation`.`master_id`, `Translation`.`title`, `Translation`.`text`, `Translation`.`short_text`, `Translation`.`name`, `Translation`.`alias`, `Translation`.`language_id`, `Translation`.`language_abbr`, `Translation`.`notes`, `Translation`.`user_id`, `Translation`.`model`, `Translation`.`created`, `Translation`.`modified` FROM `dailyzohar_tzad`.`translations` AS `Translation` WHERE `Translation`.`master_id` IN (1299, 22, 1167) | 7 | 7 | 0 | |
| SELECT `Event`.`id`, `Event`.`hilulah_month`, `Event`.`hilulah_day`, `Event`.`name`, `Event`.`alias`, `Event`.`type`, `Event`.`place_born`, `Event`.`year_born`, `Event`.`place_passed`, `Event`.`year_passed`, `Event`.`year_passed_h`, `Event`.`short_info` FROM `dailyzohar_tzad`.`events` AS `Event` WHERE `Event`.`hilulah_month` = 3 AND `Event`.`hilulah_day` = 8 AND `Event`.`active` = '1' ORDER BY `Event`.`year_passed_h` ASC | 1 | 1 | 1 | |
| SELECT `Translation`.`id`, `Translation`.`master_id`, `Translation`.`title`, `Translation`.`text`, `Translation`.`short_text`, `Translation`.`name`, `Translation`.`alias`, `Translation`.`language_id`, `Translation`.`language_abbr`, `Translation`.`notes`, `Translation`.`user_id`, `Translation`.`model`, `Translation`.`created`, `Translation`.`modified` FROM `dailyzohar_tzad`.`translations` AS `Translation` WHERE `Translation`.`master_id` = (1212) | 1 | 1 | 0 | |
| SELECT `Event`.`id`, `Event`.`hilulah_month`, `Event`.`hilulah_day`, `Event`.`name`, `Event`.`alias`, `Event`.`type`, `Event`.`place_born`, `Event`.`year_born`, `Event`.`place_passed`, `Event`.`year_passed`, `Event`.`year_passed_h`, `Event`.`short_info` FROM `dailyzohar_tzad`.`events` AS `Event` WHERE `Event`.`hilulah_month` = 3 AND `Event`.`hilulah_day` = 9 AND `Event`.`active` = '1' ORDER BY `Event`.`year_passed_h` ASC | 4 | 4 | 1 | maybe slow |
| SELECT `Translation`.`id`, `Translation`.`master_id`, `Translation`.`title`, `Translation`.`text`, `Translation`.`short_text`, `Translation`.`name`, `Translation`.`alias`, `Translation`.`language_id`, `Translation`.`language_abbr`, `Translation`.`notes`, `Translation`.`user_id`, `Translation`.`model`, `Translation`.`created`, `Translation`.`modified` FROM `dailyzohar_tzad`.`translations` AS `Translation` WHERE `Translation`.`master_id` IN (492, 991, 216, 1001) | 9 | 9 | 0 | |
| SELECT `Event`.`id`, `Event`.`hilulah_month`, `Event`.`hilulah_day`, `Event`.`name`, `Event`.`alias`, `Event`.`type`, `Event`.`place_born`, `Event`.`year_born`, `Event`.`place_passed`, `Event`.`year_passed`, `Event`.`year_passed_h`, `Event`.`short_info` FROM `dailyzohar_tzad`.`events` AS `Event` WHERE `Event`.`hilulah_month` = 3 AND `Event`.`hilulah_day` = 10 AND `Event`.`active` = '1' ORDER BY `Event`.`year_passed_h` ASC | 1 | 1 | 1 | |
| SELECT `Translation`.`id`, `Translation`.`master_id`, `Translation`.`title`, `Translation`.`text`, `Translation`.`short_text`, `Translation`.`name`, `Translation`.`alias`, `Translation`.`language_id`, `Translation`.`language_abbr`, `Translation`.`notes`, `Translation`.`user_id`, `Translation`.`model`, `Translation`.`created`, `Translation`.`modified` FROM `dailyzohar_tzad`.`translations` AS `Translation` WHERE `Translation`.`master_id` = (669) | 2 | 2 | 0 | |
| SELECT `Event`.`id`, `Event`.`hilulah_month`, `Event`.`hilulah_day`, `Event`.`name`, `Event`.`alias`, `Event`.`type`, `Event`.`place_born`, `Event`.`year_born`, `Event`.`place_passed`, `Event`.`year_passed`, `Event`.`year_passed_h`, `Event`.`short_info` FROM `dailyzohar_tzad`.`events` AS `Event` WHERE `Event`.`hilulah_month` = 3 AND `Event`.`hilulah_day` = 11 AND `Event`.`active` = '1' ORDER BY `Event`.`year_passed_h` ASC | 2 | 2 | 1 | maybe slow |
| SELECT `Translation`.`id`, `Translation`.`master_id`, `Translation`.`title`, `Translation`.`text`, `Translation`.`short_text`, `Translation`.`name`, `Translation`.`alias`, `Translation`.`language_id`, `Translation`.`language_abbr`, `Translation`.`notes`, `Translation`.`user_id`, `Translation`.`model`, `Translation`.`created`, `Translation`.`modified` FROM `dailyzohar_tzad`.`translations` AS `Translation` WHERE `Translation`.`master_id` IN (1034, 1222) | 4 | 4 | 0 | |
| SELECT `Event`.`id`, `Event`.`hilulah_month`, `Event`.`hilulah_day`, `Event`.`name`, `Event`.`alias`, `Event`.`type`, `Event`.`place_born`, `Event`.`year_born`, `Event`.`place_passed`, `Event`.`year_passed`, `Event`.`year_passed_h`, `Event`.`short_info` FROM `dailyzohar_tzad`.`events` AS `Event` WHERE `Event`.`hilulah_month` = 3 AND `Event`.`hilulah_day` = 12 AND `Event`.`active` = '1' ORDER BY `Event`.`year_passed_h` ASC | 1 | 1 | 1 | |
| SELECT `Translation`.`id`, `Translation`.`master_id`, `Translation`.`title`, `Translation`.`text`, `Translation`.`short_text`, `Translation`.`name`, `Translation`.`alias`, `Translation`.`language_id`, `Translation`.`language_abbr`, `Translation`.`notes`, `Translation`.`user_id`, `Translation`.`model`, `Translation`.`created`, `Translation`.`modified` FROM `dailyzohar_tzad`.`translations` AS `Translation` WHERE `Translation`.`master_id` = (395) | 2 | 2 | 0 | |
| SELECT `Event`.`id`, `Event`.`hilulah_month`, `Event`.`hilulah_day`, `Event`.`name`, `Event`.`alias`, `Event`.`type`, `Event`.`place_born`, `Event`.`year_born`, `Event`.`place_passed`, `Event`.`year_passed`, `Event`.`year_passed_h`, `Event`.`short_info` FROM `dailyzohar_tzad`.`events` AS `Event` WHERE `Event`.`hilulah_month` = 3 AND `Event`.`hilulah_day` = 13 AND `Event`.`active` = '1' ORDER BY `Event`.`year_passed_h` ASC | 1 | 1 | 1 | |
| SELECT `Translation`.`id`, `Translation`.`master_id`, `Translation`.`title`, `Translation`.`text`, `Translation`.`short_text`, `Translation`.`name`, `Translation`.`alias`, `Translation`.`language_id`, `Translation`.`language_abbr`, `Translation`.`notes`, `Translation`.`user_id`, `Translation`.`model`, `Translation`.`created`, `Translation`.`modified` FROM `dailyzohar_tzad`.`translations` AS `Translation` WHERE `Translation`.`master_id` = (672) | 3 | 3 | 0 | |
| SELECT `Event`.`id`, `Event`.`hilulah_month`, `Event`.`hilulah_day`, `Event`.`name`, `Event`.`alias`, `Event`.`type`, `Event`.`place_born`, `Event`.`year_born`, `Event`.`place_passed`, `Event`.`year_passed`, `Event`.`year_passed_h`, `Event`.`short_info` FROM `dailyzohar_tzad`.`events` AS `Event` WHERE `Event`.`hilulah_month` = 3 AND `Event`.`hilulah_day` = 14 AND `Event`.`active` = '1' ORDER BY `Event`.`year_passed_h` ASC | 2 | 2 | 1 | maybe slow |
| SELECT `Translation`.`id`, `Translation`.`master_id`, `Translation`.`title`, `Translation`.`text`, `Translation`.`short_text`, `Translation`.`name`, `Translation`.`alias`, `Translation`.`language_id`, `Translation`.`language_abbr`, `Translation`.`notes`, `Translation`.`user_id`, `Translation`.`model`, `Translation`.`created`, `Translation`.`modified` FROM `dailyzohar_tzad`.`translations` AS `Translation` WHERE `Translation`.`master_id` IN (25, 530) | 6 | 6 | 0 | |
| SELECT `Event`.`id`, `Event`.`hilulah_month`, `Event`.`hilulah_day`, `Event`.`name`, `Event`.`alias`, `Event`.`type`, `Event`.`place_born`, `Event`.`year_born`, `Event`.`place_passed`, `Event`.`year_passed`, `Event`.`year_passed_h`, `Event`.`short_info` FROM `dailyzohar_tzad`.`events` AS `Event` WHERE `Event`.`hilulah_month` = 3 AND `Event`.`hilulah_day` = 15 AND `Event`.`active` = '1' ORDER BY `Event`.`year_passed_h` ASC | 3 | 3 | 1 | maybe slow |
| SELECT `Translation`.`id`, `Translation`.`master_id`, `Translation`.`title`, `Translation`.`text`, `Translation`.`short_text`, `Translation`.`name`, `Translation`.`alias`, `Translation`.`language_id`, `Translation`.`language_abbr`, `Translation`.`notes`, `Translation`.`user_id`, `Translation`.`model`, `Translation`.`created`, `Translation`.`modified` FROM `dailyzohar_tzad`.`translations` AS `Translation` WHERE `Translation`.`master_id` IN (270, 195, 1055) | 6 | 6 | 0 | |
| SELECT `Event`.`id`, `Event`.`hilulah_month`, `Event`.`hilulah_day`, `Event`.`name`, `Event`.`alias`, `Event`.`type`, `Event`.`place_born`, `Event`.`year_born`, `Event`.`place_passed`, `Event`.`year_passed`, `Event`.`year_passed_h`, `Event`.`short_info` FROM `dailyzohar_tzad`.`events` AS `Event` WHERE `Event`.`hilulah_month` = 3 AND `Event`.`hilulah_day` = 16 AND `Event`.`active` = '1' ORDER BY `Event`.`year_passed_h` ASC | 1 | 1 | 1 | |
| SELECT `Translation`.`id`, `Translation`.`master_id`, `Translation`.`title`, `Translation`.`text`, `Translation`.`short_text`, `Translation`.`name`, `Translation`.`alias`, `Translation`.`language_id`, `Translation`.`language_abbr`, `Translation`.`notes`, `Translation`.`user_id`, `Translation`.`model`, `Translation`.`created`, `Translation`.`modified` FROM `dailyzohar_tzad`.`translations` AS `Translation` WHERE `Translation`.`master_id` = (1130) | 2 | 2 | 0 | |
| SELECT `Event`.`id`, `Event`.`hilulah_month`, `Event`.`hilulah_day`, `Event`.`name`, `Event`.`alias`, `Event`.`type`, `Event`.`place_born`, `Event`.`year_born`, `Event`.`place_passed`, `Event`.`year_passed`, `Event`.`year_passed_h`, `Event`.`short_info` FROM `dailyzohar_tzad`.`events` AS `Event` WHERE `Event`.`hilulah_month` = 3 AND `Event`.`hilulah_day` = 17 AND `Event`.`active` = '1' ORDER BY `Event`.`year_passed_h` ASC | 1 | 1 | 1 | |
| SELECT `Translation`.`id`, `Translation`.`master_id`, `Translation`.`title`, `Translation`.`text`, `Translation`.`short_text`, `Translation`.`name`, `Translation`.`alias`, `Translation`.`language_id`, `Translation`.`language_abbr`, `Translation`.`notes`, `Translation`.`user_id`, `Translation`.`model`, `Translation`.`created`, `Translation`.`modified` FROM `dailyzohar_tzad`.`translations` AS `Translation` WHERE `Translation`.`master_id` = (26) | 4 | 4 | 0 | |
| SELECT `Event`.`id`, `Event`.`hilulah_month`, `Event`.`hilulah_day`, `Event`.`name`, `Event`.`alias`, `Event`.`type`, `Event`.`place_born`, `Event`.`year_born`, `Event`.`place_passed`, `Event`.`year_passed`, `Event`.`year_passed_h`, `Event`.`short_info` FROM `dailyzohar_tzad`.`events` AS `Event` WHERE `Event`.`hilulah_month` = 3 AND `Event`.`hilulah_day` = 18 AND `Event`.`active` = '1' ORDER BY `Event`.`year_passed_h` ASC | 4 | 4 | 1 | maybe slow |
| SELECT `Translation`.`id`, `Translation`.`master_id`, `Translation`.`title`, `Translation`.`text`, `Translation`.`short_text`, `Translation`.`name`, `Translation`.`alias`, `Translation`.`language_id`, `Translation`.`language_abbr`, `Translation`.`notes`, `Translation`.`user_id`, `Translation`.`model`, `Translation`.`created`, `Translation`.`modified` FROM `dailyzohar_tzad`.`translations` AS `Translation` WHERE `Translation`.`master_id` IN (521, 782, 27, 666) | 10 | 10 | 0 | |
| SELECT `Event`.`id`, `Event`.`hilulah_month`, `Event`.`hilulah_day`, `Event`.`name`, `Event`.`alias`, `Event`.`type`, `Event`.`place_born`, `Event`.`year_born`, `Event`.`place_passed`, `Event`.`year_passed`, `Event`.`year_passed_h`, `Event`.`short_info` FROM `dailyzohar_tzad`.`events` AS `Event` WHERE `Event`.`hilulah_month` = 3 AND `Event`.`hilulah_day` = 19 AND `Event`.`active` = '1' ORDER BY `Event`.`year_passed_h` ASC | 1 | 1 | 1 | |
| SELECT `Translation`.`id`, `Translation`.`master_id`, `Translation`.`title`, `Translation`.`text`, `Translation`.`short_text`, `Translation`.`name`, `Translation`.`alias`, `Translation`.`language_id`, `Translation`.`language_abbr`, `Translation`.`notes`, `Translation`.`user_id`, `Translation`.`model`, `Translation`.`created`, `Translation`.`modified` FROM `dailyzohar_tzad`.`translations` AS `Translation` WHERE `Translation`.`master_id` = (28) | 4 | 4 | 0 | |
| SELECT `Event`.`id`, `Event`.`hilulah_month`, `Event`.`hilulah_day`, `Event`.`name`, `Event`.`alias`, `Event`.`type`, `Event`.`place_born`, `Event`.`year_born`, `Event`.`place_passed`, `Event`.`year_passed`, `Event`.`year_passed_h`, `Event`.`short_info` FROM `dailyzohar_tzad`.`events` AS `Event` WHERE `Event`.`hilulah_month` = 3 AND `Event`.`hilulah_day` = 20 AND `Event`.`active` = '1' ORDER BY `Event`.`year_passed_h` ASC | 0 | 0 | 1 | maybe slow |
| SELECT `Event`.`id`, `Event`.`hilulah_month`, `Event`.`hilulah_day`, `Event`.`name`, `Event`.`alias`, `Event`.`type`, `Event`.`place_born`, `Event`.`year_born`, `Event`.`place_passed`, `Event`.`year_passed`, `Event`.`year_passed_h`, `Event`.`short_info` FROM `dailyzohar_tzad`.`events` AS `Event` WHERE `Event`.`hilulah_month` = 3 AND `Event`.`hilulah_day` = 21 AND `Event`.`active` = '1' ORDER BY `Event`.`year_passed_h` ASC | 0 | 0 | 1 | maybe slow |
| SELECT `Event`.`id`, `Event`.`hilulah_month`, `Event`.`hilulah_day`, `Event`.`name`, `Event`.`alias`, `Event`.`type`, `Event`.`place_born`, `Event`.`year_born`, `Event`.`place_passed`, `Event`.`year_passed`, `Event`.`year_passed_h`, `Event`.`short_info` FROM `dailyzohar_tzad`.`events` AS `Event` WHERE `Event`.`hilulah_month` = 3 AND `Event`.`hilulah_day` = 22 AND `Event`.`active` = '1' ORDER BY `Event`.`year_passed_h` ASC | 0 | 0 | 1 | maybe slow |
| SELECT `Event`.`id`, `Event`.`hilulah_month`, `Event`.`hilulah_day`, `Event`.`name`, `Event`.`alias`, `Event`.`type`, `Event`.`place_born`, `Event`.`year_born`, `Event`.`place_passed`, `Event`.`year_passed`, `Event`.`year_passed_h`, `Event`.`short_info` FROM `dailyzohar_tzad`.`events` AS `Event` WHERE `Event`.`hilulah_month` = 3 AND `Event`.`hilulah_day` = 23 AND `Event`.`active` = '1' ORDER BY `Event`.`year_passed_h` ASC | 1 | 1 | 1 | |
| SELECT `Translation`.`id`, `Translation`.`master_id`, `Translation`.`title`, `Translation`.`text`, `Translation`.`short_text`, `Translation`.`name`, `Translation`.`alias`, `Translation`.`language_id`, `Translation`.`language_abbr`, `Translation`.`notes`, `Translation`.`user_id`, `Translation`.`model`, `Translation`.`created`, `Translation`.`modified` FROM `dailyzohar_tzad`.`translations` AS `Translation` WHERE `Translation`.`master_id` = (1013) | 2 | 2 | 0 | |
| SELECT `Event`.`id`, `Event`.`hilulah_month`, `Event`.`hilulah_day`, `Event`.`name`, `Event`.`alias`, `Event`.`type`, `Event`.`place_born`, `Event`.`year_born`, `Event`.`place_passed`, `Event`.`year_passed`, `Event`.`year_passed_h`, `Event`.`short_info` FROM `dailyzohar_tzad`.`events` AS `Event` WHERE `Event`.`hilulah_month` = 3 AND `Event`.`hilulah_day` = 24 AND `Event`.`active` = '1' ORDER BY `Event`.`year_passed_h` ASC | 0 | 0 | 1 | maybe slow |
| SELECT `Event`.`id`, `Event`.`hilulah_month`, `Event`.`hilulah_day`, `Event`.`name`, `Event`.`alias`, `Event`.`type`, `Event`.`place_born`, `Event`.`year_born`, `Event`.`place_passed`, `Event`.`year_passed`, `Event`.`year_passed_h`, `Event`.`short_info` FROM `dailyzohar_tzad`.`events` AS `Event` WHERE `Event`.`hilulah_month` = 3 AND `Event`.`hilulah_day` = 25 AND `Event`.`active` = '1' ORDER BY `Event`.`year_passed_h` ASC | 5 | 5 | 1 | maybe slow |
| SELECT `Translation`.`id`, `Translation`.`master_id`, `Translation`.`title`, `Translation`.`text`, `Translation`.`short_text`, `Translation`.`name`, `Translation`.`alias`, `Translation`.`language_id`, `Translation`.`language_abbr`, `Translation`.`notes`, `Translation`.`user_id`, `Translation`.`model`, `Translation`.`created`, `Translation`.`modified` FROM `dailyzohar_tzad`.`translations` AS `Translation` WHERE `Translation`.`master_id` IN (30, 31, 32, 605, 845) | 19 | 19 | 0 | |
| SELECT `Event`.`id`, `Event`.`hilulah_month`, `Event`.`hilulah_day`, `Event`.`name`, `Event`.`alias`, `Event`.`type`, `Event`.`place_born`, `Event`.`year_born`, `Event`.`place_passed`, `Event`.`year_passed`, `Event`.`year_passed_h`, `Event`.`short_info` FROM `dailyzohar_tzad`.`events` AS `Event` WHERE `Event`.`hilulah_month` = 3 AND `Event`.`hilulah_day` = 26 AND `Event`.`active` = '1' ORDER BY `Event`.`year_passed_h` ASC | 2 | 2 | 1 | maybe slow |
| SELECT `Translation`.`id`, `Translation`.`master_id`, `Translation`.`title`, `Translation`.`text`, `Translation`.`short_text`, `Translation`.`name`, `Translation`.`alias`, `Translation`.`language_id`, `Translation`.`language_abbr`, `Translation`.`notes`, `Translation`.`user_id`, `Translation`.`model`, `Translation`.`created`, `Translation`.`modified` FROM `dailyzohar_tzad`.`translations` AS `Translation` WHERE `Translation`.`master_id` IN (33, 1184) | 7 | 7 | 0 | |
| SELECT `Event`.`id`, `Event`.`hilulah_month`, `Event`.`hilulah_day`, `Event`.`name`, `Event`.`alias`, `Event`.`type`, `Event`.`place_born`, `Event`.`year_born`, `Event`.`place_passed`, `Event`.`year_passed`, `Event`.`year_passed_h`, `Event`.`short_info` FROM `dailyzohar_tzad`.`events` AS `Event` WHERE `Event`.`hilulah_month` = 3 AND `Event`.`hilulah_day` = 27 AND `Event`.`active` = '1' ORDER BY `Event`.`year_passed_h` ASC | 3 | 3 | 1 | maybe slow |
| SELECT `Translation`.`id`, `Translation`.`master_id`, `Translation`.`title`, `Translation`.`text`, `Translation`.`short_text`, `Translation`.`name`, `Translation`.`alias`, `Translation`.`language_id`, `Translation`.`language_abbr`, `Translation`.`notes`, `Translation`.`user_id`, `Translation`.`model`, `Translation`.`created`, `Translation`.`modified` FROM `dailyzohar_tzad`.`translations` AS `Translation` WHERE `Translation`.`master_id` IN (34, 400, 1224) | 7 | 7 | 0 | |
| SELECT `Candle`.`id`, `Candle`.`user_id`, `Candle`.`event_id`, `Candle`.`payment_id`, `Candle`.`donation`, `Candle`.`sponsor_type`, `Candle`.`name`, `Candle`.`gender`, `Candle`.`from`, `Candle`.`all`, `Candle`.`parent_name`, `Candle`.`active`, `Candle`.`invoice`, `Candle`.`email`, `Candle`.`user_name`, `Candle`.`created`, `Candle`.`modified` FROM `dailyzohar_tzad`.`candles` AS `Candle` WHERE `Candle`.`from` + INTERVAL `Candle`.`donation` DAY >= current_date AND `Candle`.`active` = '1' AND ((`Candle`.`event_id` = 22) OR (`Candle`.`all` = '1')) ORDER BY RAND() ASC | 22 | 22 | 8 | maybe slow |
| SELECT `Language`.`id`, `Language`.`language`, `Language`.`apply_app`, `Language`.`abbreviation`, `Language`.`created`, `Language`.`modified` FROM `dailyzohar_tzad`.`languages` AS `Language` WHERE 1 = 1 | 7 | 7 | 4 | maybe slow |
Peak Memory Use 9.31 MB
| Message | Memory use |
|---|---|
| Component initialization | 4.93 MB |
| Controller action start | 5.32 MB |
| Controller render start | 6.66 MB |
| View render complete | 7.53 MB |
Total Request Time: 1437 (ms)
| Message | Time in ms | Graph |
|---|---|---|
| Core Processing (Derived from $_SERVER["REQUEST_TIME"]) | 36.67 | |
| Event: Controller.initialize | 0.87 | |
| Event: Controller.startup | 0.83 | |
| Controller action | 1360.90 | |
| Event: Controller.beforeRender | 2.75 | |
| » Processing toolbar data | 2.68 | |
| Rendering View | 5.00 | |
| » Event: View.beforeRender | 0.02 | |
| » Rendering APP/View/Events/bio.ctp | 2.84 | |
| » » Rendering APP/View/Elements/web-header.ctp | 0.12 | |
| » » Rendering APP/View/Elements/web-pre-footer.ctp | 0.07 | |
| » Event: View.afterRender | 0.01 | |
| » Event: View.beforeLayout | 0.01 | |
| » Rendering APP/View/Layouts/default.ctp | 1.60 | |
| » » Rendering APP/View/Elements/web_navbar.ctp | 0.06 | |
| » » Rendering APP/View/Elements/web-footer.ctp | 0.06 | |
| Event: View.afterLayout | 0.00 |
| Constant | Value |
|---|---|
| CONFIG | /home/dailyzohar/public_html/tzadikim/app/Config/ |
| Constant | Value |
|---|---|
| APP | /home/dailyzohar/public_html/tzadikim/app/ |
| APP_DIR | app |
| APPLIBS | /home/dailyzohar/public_html/tzadikim/app/Lib/ |
| CACHE | /home/dailyzohar/public_html/tzadikim/app/tmp/cache/ |
| CAKE | /home/dailyzohar/public_html/tzadikim/core/lib/Cake/ |
| CAKE_CORE_INCLUDE_PATH | /home/dailyzohar/public_html/tzadikim/core/lib |
| CORE_PATH | /home/dailyzohar/public_html/tzadikim/core/lib/ |
| CAKE_VERSION | 2.10.24 |
| CSS | /home/dailyzohar/public_html/tzadikim/app/webroot/css/ |
| CSS_URL | css/ |
| DS | / |
| FULL_BASE_URL | https://dailyzohar.com |
| IMAGES | /home/dailyzohar/public_html/tzadikim/app/webroot/img/ |
| IMAGES_URL | img/ |
| JS | /home/dailyzohar/public_html/tzadikim/app/webroot/js/ |
| JS_URL | js/ |
| LOGS | /home/dailyzohar/public_html/tzadikim/app/tmp/logs/ |
| ROOT | /home/dailyzohar/public_html/tzadikim |
| TESTS | /home/dailyzohar/public_html/tzadikim/app/Test/ |
| TMP | /home/dailyzohar/public_html/tzadikim/app/tmp/ |
| VENDORS | /home/dailyzohar/public_html/tzadikim/vendors/ |
| WEBROOT_DIR | webroot |
| WWW_ROOT | /home/dailyzohar/public_html/tzadikim/app/webroot/ |
| Environment Variable | Value |
|---|---|
| Php Version | 8.2.29 |
| User | dailyzohar |
| Home | /home/dailyzohar |
| Script Name | /tzadikim/app/webroot/index.php |
| Request Uri | /tzadikim/22-Avraham-ben-Avraham |
| Query String | |
| Request Method | GET |
| Server Protocol | HTTP/1.1 |
| Gateway Interface | CGI/1.1 |
| Redirect Url | /tzadikim/app/webroot/22-Avraham-ben-Avraham |
| Remote Port | 51029 |
| Script Filename | /home/dailyzohar/public_html/tzadikim/app/webroot/index.php |
| Server Admin | webmaster@dailyzohar.com |
| Context Document Root | /home/dailyzohar/public_html |
| Context Prefix | |
| Request Scheme | https |
| Document Root | /home/dailyzohar/public_html |
| Remote Addr | 216.73.216.147 |
| Server Port | 443 |
| Server Addr | 209.182.199.87 |
| Server Name | dailyzohar.com |
| Server Software | Apache |
| Server Signature | |
| Path | /usr/local/jdk/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/X11R6/bin:/root/bin:/opt/bin |
| Http X Https | 1 |
| Http Host | dailyzohar.com |
| Http Accept Encoding | gzip, br, zstd, deflate |
| Http User Agent | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
| Http Accept | */* |
| Proxy-nokeepalive | 1 |
| Ssl Tls Sni | dailyzohar.com |
| Https | on |
| Http Authorization | |
| Script Uri | https://dailyzohar.com/tzadikim/22-Avraham-ben-Avraham |
| Script Url | /tzadikim/22-Avraham-ben-Avraham |
| Unique Id | aTMB3oFWNaejJFhSuiaouQAAAkY |
| Redirect Status | 200 |
| Redirect Ssl Tls Sni | dailyzohar.com |
| Redirect Https | on |
| Redirect Script Uri | https://dailyzohar.com/tzadikim/22-Avraham-ben-Avraham |
| Redirect Script Url | /tzadikim/22-Avraham-ben-Avraham |
| Redirect Unique Id | aTMB3oFWNaejJFhSuiaouQAAAkY |
| Redirect Redirect Status | 200 |
| Redirect Redirect Ssl Tls Sni | dailyzohar.com |
| Redirect Redirect Https | on |
| Redirect Redirect Script Uri | https://dailyzohar.com/tzadikim/22-Avraham-ben-Avraham |
| Redirect Redirect Script Url | /tzadikim/22-Avraham-ben-Avraham |
| Redirect Redirect Unique Id | aTMB3oFWNaejJFhSuiaouQAAAkY |
| Fcgi Role | RESPONDER |
| Php Self | /tzadikim/app/webroot/index.php |
| Request Time Float | 1764950494.4515 |
| Request Time | 1764950494 |
| Argc | 0 |
| Php Auth User | |
| Php Auth Pw |