Mentik Yusmantara
Forum Replies Created
-
Forum: Plugins
In reply to: [Lazy Loader] Widget and Related article in TagDiv Newspaper not in lazy loadThanks @florianbrinkmann for see my problem in detail
It hard to implement Wp_attchhement image, because as i know most theme have more function to call image. SO it is make some problem to know each function and add to this function
So i choose wp rocket again
As user i could say, no one lazy load plugin give a perfect system.
But as i analysed there are top #3
First # Lazy Load by WP Rocket,
Almost perfect but easy to implement, documentations also great. i still make a modify the placeholder. They use image URL placeholder, but i need css style for unloaded image. whit thishttps://developers.google.com/web/fundamentals/performance/lazy-loading-guidance/images-and-video
Second #Lazy Loader
Fast, work well, but the critical problem your plugin is not easy to implement for basic user. Must know wordpress PHP function to work well to make all image lazy loader.Three # A3 Lazy Loaded.
They have all the perfect feature, placeholder, height setting, etc
But they heavy plugin just for lazy, and they broke some configuration for other plugin when i deactivate like AMPforWP.Thanks you
- This reply was modified 5 years, 3 months ago by Mentik Yusmantara.
I resolved it thanks
Forum: Plugins
In reply to: [LazyLoad Plugin – Lazy Load Images, Videos, and Iframes] Base64 placeholderThanks for your support
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Title Separator in tag Not Matchthanks….
Very Please, add detail in the development note after fixed
So i can add the bug fixed manually , because i have edit default theme 3, so i can’t update the plugin routine.Thanks, i hope can available soon ??
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Title Separator in tag Not MatchDo you think it important?
Forum: Plugins
In reply to: [Yoast SEO] What mean max-snippet:-1thanks you
Forum: Plugins
In reply to: [W3 Total Cache] How to create static Gzip for any files js or cssMy pleasure
Best thanks for your support
Friendly and fast respon ??- This reply was modified 5 years, 5 months ago by Mentik Yusmantara.
Forum: Plugins
In reply to: [W3 Total Cache] How to create static Gzip for any files js or cssThanks for your plugin, it’s not only plugin, but also framework.
I learn a loot from your plugin.For almost 2 weeks my hosting can’t fix that until now, i can create static GZIP by using ur
.htaccess
in minify cache folder. I just modify small inline code and copy to my script folder and create gzip manually using 7z software.its work magically
# BEGIN W3TC Minify cache <IfModule mod_mime.c> AddType text/css .css_gzip AddEncoding gzip .css_gzip AddType application/x-javascript .js_gzip AddEncoding gzip .js_gzip </IfModule> <IfModule mod_deflate.c> <IfModule mod_setenvif.c> SetEnvIfNoCase Request_URI \.css_gzip$ no-gzip SetEnvIfNoCase Request_URI \.js_gzip$ no-gzip </IfModule> </IfModule> <IfModule mod_expires.c> ExpiresActive On ExpiresByType text/css M10713600 ExpiresByType application/x-javascript M10713600 </IfModule> <IfModule mod_headers.c> Header set Vary "Accept-Encoding" </IfModule> # END W3TC Minify cache # BEGIN W3TC Minify core <IfModule mod_rewrite.c> RewriteEngine On #my modify RewriteBase /wp-content/script/gzip/ RewriteCond %{HTTP:Accept-Encoding} gzip RewriteRule .* - [E=APPEND_EXT:_gzip] RewriteCond %{REQUEST_FILENAME}%{ENV:APPEND_EXT} -F RewriteRule (.*) $1%{ENV:APPEND_EXT} [L] RewriteRule ^(.+\.(css|js))$ /index.php [L] </IfModule> # END W3TC Minify core
Best Thanks W3TC you help me in every aspect of site optimization ??
I can get the same compression ratio as before. When my hosting create bad performance in gzip, i stil can get best gzip performance ?? for my script file actually ??- This reply was modified 5 years, 5 months ago by Mentik Yusmantara.
- This reply was modified 5 years, 5 months ago by Mentik Yusmantara.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Title Separator in tag Not MatchIt think it necessary, but not important
If we use Yoast SEO we can choose the separator using hyphen, en dash, and other character that available. As we know it can accessed via SEO > Search Appearance. Actually i don’t know the effect of SEO.
If we running Google Analytics, the view report will different in title page AMP and NOT AMP. But, if the user have basic knowledge in Google Analytic, this is not a problem. We can create filter of view that replace En Dash to Hyphen in page title report.
Thanks for the support ??
- This reply was modified 5 years, 5 months ago by Mentik Yusmantara.
Forum: Plugins
In reply to: [W3 Total Cache] Moving HTTP/2 to Preload Minified CSSBest thanks,
can you suggest the simple trick ??Forum: Plugins
In reply to: [Yoast SEO] Image in HowTo Structurethanks
Forum: Plugins
In reply to: [SyntaxHighlighter Evolved] Please make defer options for jsthanks cgastrell
Ok thanks for your explanation David, i getting problem with wp optimizer and W3tc…
I use complex cache plugin,, because using extra cache system by proxy, user-agent, and search.. because i have advanced ads management for different devices
So i create the post before…
Forum: Plugins
In reply to: [Yoast SEO] Image in HowTo StructureoK i can insert the link
but take more time to thatsorry