bzik
Forum Replies Created
-
but it would be a coincidence that errors started after the AMP plugin update?
Cant tell with 100% confidence. AMP and W3 Total cache plugins was updated at nearly same time (4 days ago). Errors started after I updated both.
I can confirm that error was caused by W3 Total Cache HTML minification. Just disable it as a temporary workaround. It transforms frameborder=”0″ to frameborder=””. It’s all ok now on my website.
Can you share the link you are facing problem with? So that we can check and help you.
Some examples:
https://tproger.ru/devnull/true-hacking-in-movies/amp/
https://tproger.ru/articles/industrial-developer-croc/amp/
https://tproger.ru/events/blockchain-bitcoin-conference-kyiv/amp/Same issue. The error is about frameborder attribute in amp-iframe. It’s set to nothing (see screenshot: https://screenbox.me/20191124173257797_63af7f7.png)
Forum: Plugins
In reply to: [W3 Total Cache] Add tls support for RedisThank you for so fast response! Best plugin for WP ever.
Forum: Plugins
In reply to: [Post Views Counter] How does this count ?I bet on caching. Google analytics works with any cache. This plugin bypass cache only in REST, Ajax or Fast-ajax mode.
Forum: Plugins
In reply to: [Instant Articles for WP] Add filter to canonical URLAny updates?
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Improve rounding in conversion rateThank you!
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Improve rounding in conversion rateThank you @yikesitskevin!
Forum: Plugins
In reply to: [Autoptimize] Enable optimization for admin areaThanks for your answer. Is there any hope that AO will support admin area optimization in the future? Even when CONCATENATE_SCRIPTS is on, AO’s optimization is much better and more advanced.
Forum: Plugins
In reply to: [Unlist Posts & Pages] Add filter to find all unlisted postsThank you!
I moved to your plugin from WP Hide Post. It’s good and has many features but generates too slow queries. Your plugin is much faster and solves the only important problem — crating posts, available via direct links only (for sending someone for review before publishing). Thanks for your work!Forum: Plugins
In reply to: [RSS for Yandex Turbo] Добавить кешированиеА что не так с этим куском, уточните пожалуйста? Поправлю.
Можно и транзитный, наверное. Вы более опытный разработчик, вам виднее. Для меня главное, что проблема решилась. И я был бы очень рад, если вы внесёте какие-либо правки для её решения в свой плагин.
Forum: Plugins
In reply to: [RSS for Yandex Turbo] Добавить кешированиеВот: https://gist.github.com/anonymous/7808348f7637e735ce4d3df489c9c681
С SVN не привык работать, если есть GIT-репо, могу реквест кинуть.
См. функции get_related_content_for_yandex_turbo и get_post_content_for_yandex_turbo. И для обновления update_post_meta_for_yandex_turbo.
Итого сейчас без учёта страничного кеша фид из 30 записей и 5 related в каждом отдаётся за 6 секунд. Было 60 секунд.Forum: Plugins
In reply to: [RSS for Yandex Turbo] Добавить кешированиеВ общем, кеширование и правда помогло, время для рендера фида сократилось приблизительно в 10 раз. Правда, не самого контента записи, а <yandex:related>. Запрос похожих записей очень долгий. Поместил его в post meta + в объектный кеш. И обновления когда контент записи обновляют или создаётся новая.
А все регулярки для обработки записи на самом деле довольно быстро отрабатывают, вы были правы.
Могу скинуть получившийся код.
Forum: Plugins
In reply to: [RSS for Yandex Turbo] Добавить кешированиебоюсь, что там не 5 строк выйдет.
Давайте завтра сделаю, скину вам код. Если сочтёте нужным — включите в свой.