skillsharejp
Forum Replies Created
-
I can confirm this possible bug on?2.7.10. on a client site. Local avatar is set to be prioritized, but gravatar is being prioritized over local uploaded avatar(s).
I tried selecting the avatar from media library twice, but it didn’t fix the problem.
Forum: Plugins
In reply to: [Rich Table of Contents] XSS vulnerabilityOn the description page, it says “This plugin has been closed as of January 18, 2023 and is not available for download. This closure is temporary, pending a full review.” for a few days now.
This means the fixed version is scheduled to be available at some point, after WP team review is done. Until then use some WAF solutions to prevent further risks, or just download 1.3.8 from trac, and manually update the latest version before the review.
(Updating plugin without WP reivew may not be a good idea, but solves your problem…)
One more question. Perfmatters delay can handle both pages, doesn’t matter how large is the DOM is. But only Flying Scripts can’t handle like in previous post. (Every test is done on the same site, same condition.)
Do you think this is also related to how much RAM the serve has?
Your server doesn’t have enough memory (resources) to parse the HTML.
This is so far the most possible cause. Thanks for your feedback as I can’t find serious HTML errors for now.
Thanks for confirming. I just noticed DOM size (actually the rendering) matters how Flying Scripts gets triggered.
For example on a page where DOM size is quite large (4,000), Flying Scripts can’t delay any scripts.
On the other hand, on a page on the same domain with less DOM size, Flying Scripts is actually delaying scripts.
Have you heard any similar report like this before?
Sounds great, WP Rocket’s delay js sometimes is not stable as flying scripts, so I really need to delay recaptcha but on wp-login.php ??
I see, do you have plan to addd an option to exclude wp-login.php?
Forum: Plugins
In reply to: [Sitesauce] Plugin prevents saving/deleting posts/pagesHi, I can see you have 1.1 release fix, but it’s not reflected here. The latest version we can download with update feature is still 1.0. Could you check again?
Screenshot
- This reply was modified 4 years, 9 months ago by skillsharejp.
Flying Images will work with any image
That sounds like you’re saying the plugin works on every image type. But I take it as it works perfectly even media are on object storages.
Hi Gijo,
I’ve updated to the latest version of flying images, but with wp rocket’s lazyload for img is on, images are not delivered from cdn.
When I disable lazyload for img on wp rocket, images are then delivered from statically cdn.
Could you double check if this is fixed in 2.4.1?
Sorry, I just realized I checked disable cache on network tab for debug purpose…
Thanks, I asked because I can’t confirm “prefetch cache” in network when I open pages preloaded by flying page plugin just like your demo youtube. I thought defer tag was preventing it function properly.
Let’s see what else is doing wrong…
Forum: Plugins
In reply to: [Aurora Heatmap] data-cfasync=”false”をjavascriptへ含めてほしい動作確認できました!ありがとうございます。m(_ _)m
Forum: Plugins
In reply to: [Aurora Heatmap] data-cfasync=”false”をjavascriptへ含めてほしい昔はマニュアルモードで細かく設定できたのが良かったですが、今はもうその機能がありません。ご紹介いただいた記事も昔を基準とした内容です。
ページ等に応じてプラグイン読み込みを制御できるプラグインを使っているのですが、Aurora Heatmapはログアウト時にしかコードが出力されないので意図的に読み込みを停止させてRocket Loader対応コードを読み込ませるという事ができませんでした。
なのでfunctions.phpのフィルターフックを教えていただけるととても助かります。
Forum: Plugins
In reply to: [Aurora Heatmap] data-cfasync=”false”をjavascriptへ含めてほしい最終的には出力コードがこうなると思います。ドメイン名は隠してます。
<script data-cfasync=”false”> /* <![CDATA[ */ var aurora_heatmap_reporter = {"ajax_url":"https:\/\/staging.***\/wp-admin\/admin-ajax.php","action":"aurora_heatmap","access":"pc","interval":"10","stacks":"10","reports":"click_pc,click_mobile","debug":"0"}; /* ]]> */ </script> <script data-cfasync=”false” src='https://staging.***/wp-content/plugins/aurora-heatmap/js/reporter.js?ver=1.3.2&fver=20200108013626'></script>
- This reply was modified 5 years, 2 months ago by skillsharejp.