ctrlaltdelete
Forum Replies Created
-
Salaries must be justified, they will update this to oblivion, each time worse.
This was never fixed, still happens on latest version.
Forum: Plugins
In reply to: [WP-PostRatings] Star images loading optimizationFrom this plugin FAQ;
function custom_rating_image_extension() { return 'png'; } add_filter( 'wp_postratings_image_extension', 'custom_rating_image_extension' );That should shut up that but still far from optimization when we are calling a bunch of gifs instead of using a sprite sheet or font icons.
- This reply was modified 8 years, 3 months ago by ctrlaltdelete.
Forum: Fixing WordPress
In reply to: What is causing this slow query on single post?Hi thanks for replying, i have taken a screenshot of the output cos i don’t know how else to show it: https://s18.postimg.org/qobce9ak9/explain.png
I can’t make anything of it, let me know if it helps or you need more data.Forum: Plugins
In reply to: [WP-PostRatings] Markup for font icons instead of imagesI don’t know how to override what the plugin does, i mean it switches the images on hover, i have to disable that. In my case all images are the same image what changes on hover is the position.
https://s18.postimg.org/8tk3k9b0p/css-sprite-combined.2.png
positioning:
.css-sprite-rating_half { background:url('css-sprite-combined.2.png') 0px -0px; width:14px;height:12px; } .css-sprite-rating_half-rtl { background:url('css-sprite-combined.2.png') -14px -0px; width:14px;height:12px; } .css-sprite-rating_off { background:url('css-sprite-combined.2.png') -28px -0px; width:14px;height:12px; } .css-sprite-rating_on { background:url('css-sprite-combined.2.png') -42px -0px; width:14px;height:12px; } .css-sprite-rating_over { background:url('css-sprite-combined.2.png') -56px -0px; width:14px;height:12px; }Too much for me. 😉
Forum: Plugins
In reply to: [WP-PostRatings] Markup for font icons instead of images@sandra your mod is bugged https://postimg.org/image/vtuvrdp4l/
The half star is at wrong place after voting.
Forum: Plugins
In reply to: [WP-PostRatings] Markup for font icons instead of imagesDoes anyone have an idea how to modify this plugin to use a single png sprite and CSS instead of many individual images? I think a single sprite would be much better than what we have while avoiding font-awesome approach.
Forum: Plugins
In reply to: [EWWW Image Optimizer] Incerases TTFB of images lately.Thanks i hope it’s them, i don’t want to migrate server. I’ll keep monitoring hopefully it will correct itself. Thanks for the help!
Forum: Plugins
In reply to: [EWWW Image Optimizer] Incerases TTFB of images lately.I’m sure these images are not timthumb or something like that, if that’s what you meant.
They are the native wp thumbnails (150×150) and the max size capped to 640 px wide by this plugin. No other sizes are being generated, just those 2 sizes for each img.The problem seems random, sometimes TTFB is 30ms and some other times it’s 5-10 seconds.
What confuses me is that nobody seems to be able to reproduce this. I see it on my win10 machine and win7 machine. Could be my network but it’s pretty solid fiber optic 100MB/20MB, it would be weird.I tried changing to google dns and open dns to no effect. Briefly it fixed when i uninstalled this plugin, even if it made no sense. And of course it happened again later on.
I thought about cloudflare, i paused it, changed several settings with no avail.
I’m starting to think it could be the server. It’s an 8 core dedicated server running Ubuntu 16.04 installed by serverpilot. I have never had a problem with it. The load avg is under 1.00… All seems well.
It’s a mystery really. Don’t know what else to do.
- This reply was modified 8 years, 3 months ago by ctrlaltdelete.
Forum: Plugins
In reply to: [EWWW Image Optimizer] Incerases TTFB of images lately.True makes no sense, must be a coincidence. Disregard it.
Forum: Reviews
In reply to: [Disqus Comment System] The latest update is the worst ever!Here grab the last one before they ruined it and roll back:
https://downloads.wp.xz.cn/plugin/disqus-comment-system.2.86.zipTo think these people do this for a living, get paid to completely f**-up things is incredible.
Forum: Plugins
In reply to: [Contextual Related Posts] About the extenderGenerally one genre, i’ll have to pick more than one i guess. thank you.
hmm, somehow i don’t have that already on my front end.
Forum: Plugins
In reply to: [Contextual Related Posts] More random posts?This works. Is it possible to do this when there are no matches?
Or after it ran out of good matches?
Example: the are 8 related posts. 2 are good matches (similar titles), the rest random.
Thanks!Forum: Plugins
In reply to: [Multiple Domain Mapping on Single Site] Behavior questionsLovely thanks so much!