chelmilapipas
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] Is there a way to reduce number of IMAGE http requests?Hello,
On a side note, WordPress 4.5 improved thumbnail generation a lot, you can try regenerating them with a plugin such as Regenerate Thumbnails
It won’t reduce the number of HTTP requests, but it should improve your load time nonetheless.Forum: Plugins
In reply to: [Autoptimize] Only minifyHello ib4s,
Futta mentioned in a blog post that
Autoptimize will in the not too distant future very likely have a “don’t aggregate, just minimize”-option.
It’s an important feature now that HTTP/2 is becoming mainstream.
As for today, I don’t know of any plugin doing it. You could do it manually, but it’s quite a pain…
Cheers
Forum: Plugins
In reply to: [Hyper Cache] PreloadHello Allon,
No, Hyper Cache does not have a preload feature.
You can read Stefano’s answer here.I agree that such feature might be useful, however, on the other hand, I like the fact that hyper cache is a light plugin, and have fewer bugs than other caching plugins.
Cheers
Forum: Plugins
In reply to: [WP Super Cache] Suspicious folders at /wp-content/cache/supercache folderHello,
I had the same issue and my host told me it was because of SNI. Any website without SSL certificate hosted on the same server as you might show up in your cache when accessed via https. I don’t have the issue any more, no idea what solved it.
Cheers
Forum: Plugins
In reply to: [Autoptimize] cant enter tu my blog admin because huge cacheHello Victor,
Can you be more specific? As far as I know, autoptimize is not active on admin pages, so it shouldn’t be the cause of your problem. Did you check your page with Firefox or Chrome dev tools?
You can ftp to your site and delete whatever cache you want, but I doubt the issue is on autoptimize side.Cheers
Forum: Plugins
In reply to: [WP Super Cache] All Website Pages Downloading GZ File After Latest UpdateHello Yet Another WP User,
I had the same issue. If you wish, you can delete
# BEGIN INDEX Options -Indexes # END INDEX
Although having twice the same entry won’t break your site.
You can check under Advanced/View Mod_rewrite Rules what your .htaccess file should look like.
Cheers
Forum: Plugins
In reply to: [WP Super Cache] Preload Cache Files – 1440 minHello,
Please install a cron plugin, such as WP Crontrol and look for the
wp_cache_full_preload_hook event. Maybe you have several entries. I had the issue when I installed/removed the plugin to test other caching plugins. The entries are non repeating, so you should end up with one entry pretty soon.Cheers
Forum: Plugins
In reply to: [Autoptimize] Upcoming: Autoptimize 1.9.x, looking for testersHello,
I installed it on my site and it works. However, I didn’t test the Inline and Defer CSS option as it’s too much hassle for a low traffic personal website.
Thanks again for this great plugin!
Forum: Plugins
In reply to: [Autoptimize] Version 1.7.0: features & your help neededHi,
Just tried the last beta and it works perfectly for me. The new wording for “Save aggregated script/css as static files?” is much clearer and the Show/Hide advanced settings is a nice addition. Fantastic plugin!
Oh, I noticed that the index.html in autoptimize/classes/external mentions your other plugin: WP YouTube Lyte ??
Cheers
Hello,
Same issue since 1.9.11. NextGEN displays the number of sub albums instead of the total number of photos. So if an album has 2 sub albums with 5 and 6 photos, it will display “2 Photos” instead of “11 Photos”.
I went back to the previous behaviour (no display of the # of Photos) by removing the following lines<?php if ($gallery->counter > 0) : ?> <p><strong><?php echo $gallery->counter ?></strong> <?php _e('Photos', 'nggallery') ?></p> <?php endif; ?>
(lines 31 to 33) in the file album-compact.php
Cheers