Optimizing Matters
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] Always showing 100%in that case Autoptimize is creating too many cached files @adheena, I would suggest to disable “also aggregate inline JS” and “also aggregate inline CSS”.
hope this helps,
frankForum: Plugins
In reply to: [WP YouTube Lyte] How to change thumbnails cache policy?you can create
lyteCache-config.php
in the wordpress root directory and in theredefine
the constantLYTE_CACHE_EXPIRE_TIME
to the value of your choice, that way you don’t have to change lyteCache.php? ??Forum: Plugins
In reply to: [Autoptimize] Speed index, best plugin settingserver response time remains very high indeed, even though it *looks* like WPSC is working as it should. you might have to discuss this with your hosting provider Vlad.. :-/
Forum: Plugins
In reply to: [Autoptimize] Speed index, best plugin settinggiven the long server response time, the first thing to do would be installing a free page caching plugin, e.g. KeyCDN Cache Enabler (the free version of Autoptimize doesn’t do page caching).
Forum: Plugins
In reply to: [Autoptimize] site slowed down , modula gallery stopped workingFirst and foremost try to identify what is breaking Modula by just disabling CSS or JS or HTML or Image optimization (incl. lazyload). Based on that we can see what the next steps need to be ??
frank
Forum: Plugins
In reply to: [Maintenance] image missingyes,
skip-lazy
, which is supported by almost all lazyloading plugins by the way ??Forum: Plugins
In reply to: [Maintenance] image missingAutoptimize’s lazyload allows you to exclude images using the filename or any attribute/ value in the <img tag (e.g. class name), so excluding should help to keep lazyload active except for the maintenance image? ??
frank (ao dev)
Forum: Plugins
In reply to: [Autoptimize] Minor issue (warning) with WordPress 6.7OK, just fixed the issue with the “doing it wrong” in the upgrade routine as well, thanks for the assistance! ??
enjoy the weekend!
frankForum: Plugins
In reply to: [Autoptimize] Minor issue (warning) with WordPress 6.7OK, so just pushed a fix to the Beta version on Github, would be great if you could download the zipfile and test as well Paul? ??
Forum: Plugins
In reply to: [Autoptimize] Minor issue (warning) with WordPress 6.7changing the language to a non-default one, that’s what I was missing! thanks for that! ??
Forum: Plugins
In reply to: [Autoptimize] Minor issue (warning) with WordPress 6.7have been trying to get that deprecation warning to show up, but can’t find it anywhere strangely enough. nothing of that sort in php errorlog, nothing via query monitor, nothing showing on pages even with WP_DEBUG and WP_DEBUG_DISPLAY set to true. any tips on how to get this to show are more than welcome! ??
Forum: Reviews
In reply to: [Autoptimize] How to disable cachingthose PHP-files contain the logic to serve the CSS/ JS, the none-files contain the CSS/ JS. if you want to avoid this, you can re-enable the “serve as static files” option near the bottom of the main settings page if you prefer not to have those .php and .none files;
Forum: Plugins
In reply to: [Autoptimize] Minor issue (warning) with WordPress 6.7thanks for the heads up Paul, I’ll look into that! ??
Forum: Reviews
In reply to: [Autoptimize] How to disable cachingah, that sounds like a problem with a stale persistant object cache (e.g. memcached or redis), ask you host to try flushing that maybe?
Forum: Reviews
In reply to: [Autoptimize] How to disable cachingit says I didn’t check something
OK, can you copy/ paste the exact error message?