imtino
Forum Replies Created
-
Forum: Plugins
In reply to: [SlimStat Analytics] Slow load timeI see it now. “Tracking Mode” it’s client.
Forum: Plugins
In reply to: [SlimStat Analytics] Slow load timeWhere do I get that information? I don’t see it in setting.
Forum: Plugins
In reply to: [SlimStat Analytics] Slow load timeHow many records does your wp_slim_stats table contain?
34,593When I deactivate Slimstat then my load time is a lot faster. And I don’t see admin-ajax.php in my test on gtmetrix.com. So it’s an issue with Slimstat.
Forum: Plugins
In reply to: [SlimStat Analytics] Slow load timeI tested your website https://www.wp-slimstat.com/ and noticed that you have the same issue. admin-ajax.php took over 2 seconds to load.
Forum: Plugins
In reply to: [Slim Maintenance Mode] Does this plugin add anything to the database?Awesome. Just what I’m looking for. It’s so lightweight.
When you activate whichever plugin, this state is saved in the wp_options table of your database.
When deactivate and reactivate however many times, it doesn’t add new info right?
2.2.7 solved it. Thank you.
php 7.3
wordpress 5.2.2Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] remove Shortlinks not workingThe new version works perfectly! Thank you.
Can you post the snippet here?
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] remove Shortlinks not workingNo, not in the <head> tag but in the http header.
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] remove Shortlinks not workingI downloaded it and it still doesn’t remove shortlink from http header.
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] remove Shortlinks not workingI used to add this snippet code and it works.
remove_action( 'wp_head', 'wp_shortlink_wp_head');
But it seems like it’s not working anymore. Any new solution?Forum: Plugins
In reply to: [Autoptimize] What are the Benefits to Aggregate Inline CSS?Thank you for answering my questions. Now I know I will optimized my inline CSS manually. Thanks again Frank. You’re the best as always.
Forum: Plugins
In reply to: [WP YouTube Lyte] Lazy Load ThumbnailsJust did the test. So, I was wrong. I guess I was imagining it this whole time ??
Thank you Frank.
Forum: Plugins
In reply to: [Autoptimize] What are the Benefits to Aggregate Inline CSS?Thank you so much. After this conversation with you think the best option for me is not aggregate inline CSS so my CSS1 linked will be the same for all pages.
I will inline all above the fold CSS and keep other inline CSS to the minimal.
Question: When we don’t aggregate inline CSS, does it still get optimized and minified in HTML? I do use Varnish so HTML page will get cache.
Forum: Plugins
In reply to: [WP YouTube Lyte] Lazy Load ThumbnailsI remembered I could be wrong. I need to test it again. Since AO released lazy loader, I deleted the other plugins.
Lazy load by WP Rocket did lazy loaded as images. I don’t remember seeing these suggestions from gtmetrix or pagespeed insights. Again, I will test later today and report back.