Trenton Talbot
Forum Replies Created
-
Not on other websites; it’s the same website, same domain – just outside of WP’s “jurisdiction”. For example, a static HTML page in a subfolder of the same (sub)domain, or a different CMS managing said subfolder. Many tracking plugins offer injectable code snippets that could do just that.
Yours seem to be using the following snippet:
<script id="wp-statistics-tracker-js-extra"> [...] </script>…with a bunch of generated parameters.
Then there’s this one:
<script src="https://[domain.tld]/wp-content/uploads/[weird alphanumeric file name]" id="wp-statistics-tracker-js"></script>Would anything meaningful happen if I called the latter from HTML page that is not a part of WP installation, but sits on the same site?
Oh, a snippet is exactly what I need, thanks!
Forum: Plugins
In reply to: [LiteSpeed Cache] Last update breaks Revslider page…Additionally, I’m getting quite a few 404 requests for /wp-content/litespeed/js/embed-scroll.min.js.map
Why?
Forum: Plugins
In reply to: [LiteSpeed Cache] Last update breaks Revslider pageUpdate: it seems that “Load JS Deferred” was a culprit. Whatever you changed in it in the last version caused massive amounts of CLS with Revolution Slider. Once I turned it off, mobile CLS dropped to 0.
- This reply was modified 4 years, 3 months ago by Trenton Talbot.
Forum: Plugins
In reply to: [LiteSpeed Cache] Last update breaks Revslider page…Correction: 99/99 is through Google’s Pagespeed Insights. Lighthouse gives it 56, and properly notices CLS.
Forum: Plugins
In reply to: [LiteSpeed Cache] Last update breaks Revslider pageThat completely eliminated revslider from Google’s previews, but brought the pagespeed to 99/99… which is weird, since your ajax load causes an absolutely tectonic CLS.
Forum: Plugins
In reply to: [LiteSpeed Cache] Last update breaks Revslider pageScore. Most likely related to how Litespeed (or your cloud service) optimizes the slider in question. Have you made any changes to lazy load routine?
Forum: Plugins
In reply to: [LiteSpeed Cache] Last update breaks Revslider pageNo, this is a testimonial block (although it certainly acts as a slider),it works fine. Revslider is a part that runs big slideshow on a top, and it’s a major sloth. However, until recent update Litespeed managed to keep it at 96/100 pagespeed.
Forum: Plugins
In reply to: [LiteSpeed Cache] Last update breaks Revslider pageThat’ll be BUXYNAQY.
Forum: Reviews
In reply to: [Kadence] Just WOW!Just to update on my experience. My front page loads a bunch of 2048px wide photos in a Revolution slider. It’s heavy. It never went above 80 pagespeed before, no matter how hard I tried.
But guess what, with Kadence I’m getting 95 mobile, 100 desktop. No caching plugins, no CDNs. This thing is awesome!
Forum: Fixing WordPress
In reply to: Removing Youtube?Thank you! Tried the code approach from the article, but pesky YT calls are both still there. I’ll try tweaking that code later today, it’s a very good starting point.
Forum: Plugins
In reply to: [Clicky by Yoast] Update pluginBedankt! 🙂
Forum: Plugins
In reply to: [Clicky by Yoast] Update pluginBump.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Avada shortcode searchTadaaa! Thank you Mikko, the issue is resolved.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Avada shortcode searchInterestingly, with post_types=page parameter it does work on pages. Where do I look next?