Title: ctrlaltdelete's Replies - page 10 | WordPress.org

---

# ctrlaltdelete

  [  ](https://wordpress.org/support/users/ctrlaltdelete/)

 *   [Profile](https://wordpress.org/support/users/ctrlaltdelete/)
 *   [Topics Started](https://wordpress.org/support/users/ctrlaltdelete/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ctrlaltdelete/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ctrlaltdelete/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ctrlaltdelete/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ctrlaltdelete/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ctrlaltdelete/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 136 through 150 (of 203 total)

[←](https://wordpress.org/support/users/ctrlaltdelete/replies/page/9/?output_format=md)
[1](https://wordpress.org/support/users/ctrlaltdelete/replies/?output_format=md)
[2](https://wordpress.org/support/users/ctrlaltdelete/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/ctrlaltdelete/replies/page/3/?output_format=md)…
[9](https://wordpress.org/support/users/ctrlaltdelete/replies/page/9/?output_format=md)
10 [11](https://wordpress.org/support/users/ctrlaltdelete/replies/page/11/?output_format=md)
[12](https://wordpress.org/support/users/ctrlaltdelete/replies/page/12/?output_format=md)
[13](https://wordpress.org/support/users/ctrlaltdelete/replies/page/13/?output_format=md)
[14](https://wordpress.org/support/users/ctrlaltdelete/replies/page/14/?output_format=md)
[→](https://wordpress.org/support/users/ctrlaltdelete/replies/page/11/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] This is ridiculous – update for the update sake?](https://wordpress.org/support/topic/this-is-ridiculous-update-for-the-update-sake/)
 *  [ctrlaltdelete](https://wordpress.org/support/users/ctrlaltdelete/)
 * (@ctrlaltdelete)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/this-is-ridiculous-update-for-the-update-sake/#post-10046669)
 * Salaries must be justified, they will update this to oblivion, each time worse.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] wp_yoast_seo_meta bug when adding new post/page](https://wordpress.org/support/topic/wp_yoast_seo_meta-bug-when-adding-new-post-page/)
 *  [ctrlaltdelete](https://wordpress.org/support/users/ctrlaltdelete/)
 * (@ctrlaltdelete)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/wp_yoast_seo_meta-bug-when-adding-new-post-page/#post-10046662)
 * This was never fixed, still happens on latest version.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-PostRatings] Star images loading optimization](https://wordpress.org/support/topic/star-images-loading-optimization/)
 *  [ctrlaltdelete](https://wordpress.org/support/users/ctrlaltdelete/)
 * (@ctrlaltdelete)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/star-images-loading-optimization/#post-10036217)
 * From 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, 6 months ago by [ctrlaltdelete](https://wordpress.org/support/users/ctrlaltdelete/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [What is causing this slow query on single post?](https://wordpress.org/support/topic/what-is-causing-this-slow-query-on-single-post/)
 *  Thread Starter [ctrlaltdelete](https://wordpress.org/support/users/ctrlaltdelete/)
 * (@ctrlaltdelete)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/what-is-causing-this-slow-query-on-single-post/#post-10031912)
 * 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](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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-PostRatings] Markup for font icons instead of images](https://wordpress.org/support/topic/markup-for-font-icons-instead-of-images/)
 *  [ctrlaltdelete](https://wordpress.org/support/users/ctrlaltdelete/)
 * (@ctrlaltdelete)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/markup-for-font-icons-instead-of-images/#post-10012660)
 * I 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](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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-PostRatings] Markup for font icons instead of images](https://wordpress.org/support/topic/markup-for-font-icons-instead-of-images/)
 *  [ctrlaltdelete](https://wordpress.org/support/users/ctrlaltdelete/)
 * (@ctrlaltdelete)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/markup-for-font-icons-instead-of-images/#post-10011641)
 * [@sandra](https://wordpress.org/support/users/sandra/) your mod is bugged [https://postimg.org/image/vtuvrdp4l/](https://postimg.org/image/vtuvrdp4l/)
 * The half star is at wrong place after voting.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-PostRatings] Markup for font icons instead of images](https://wordpress.org/support/topic/markup-for-font-icons-instead-of-images/)
 *  [ctrlaltdelete](https://wordpress.org/support/users/ctrlaltdelete/)
 * (@ctrlaltdelete)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/markup-for-font-icons-instead-of-images/#post-10011612)
 * Does 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EWWW Image Optimizer] Incerases TTFB of images lately.](https://wordpress.org/support/topic/incerases-ttfb-of-images-lately/)
 *  Thread Starter [ctrlaltdelete](https://wordpress.org/support/users/ctrlaltdelete/)
 * (@ctrlaltdelete)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/incerases-ttfb-of-images-lately/#post-9981676)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EWWW Image Optimizer] Incerases TTFB of images lately.](https://wordpress.org/support/topic/incerases-ttfb-of-images-lately/)
 *  Thread Starter [ctrlaltdelete](https://wordpress.org/support/users/ctrlaltdelete/)
 * (@ctrlaltdelete)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/incerases-ttfb-of-images-lately/#post-9975555)
 * 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, 7 months ago by [ctrlaltdelete](https://wordpress.org/support/users/ctrlaltdelete/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EWWW Image Optimizer] Incerases TTFB of images lately.](https://wordpress.org/support/topic/incerases-ttfb-of-images-lately/)
 *  Thread Starter [ctrlaltdelete](https://wordpress.org/support/users/ctrlaltdelete/)
 * (@ctrlaltdelete)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/incerases-ttfb-of-images-lately/#post-9975439)
 * True makes no sense, must be a coincidence. Disregard it.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Disqus Comment System] The latest update is the worst ever!](https://wordpress.org/support/topic/the-latest-update-is-the-worst-ever/)
 *  [ctrlaltdelete](https://wordpress.org/support/users/ctrlaltdelete/)
 * (@ctrlaltdelete)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/the-latest-update-is-the-worst-ever/#post-9962391)
 * Here grab the last one before they ruined it and roll back:
    [https://downloads.wordpress.org/plugin/disqus-comment-system.2.86.zip](https://downloads.wordpress.org/plugin/disqus-comment-system.2.86.zip)
 * To think these people do this for a living, get paid to completely f**-up things
   is incredible.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contextual Related Posts] About the extender](https://wordpress.org/support/topic/about-the-extender/)
 *  Thread Starter [ctrlaltdelete](https://wordpress.org/support/users/ctrlaltdelete/)
 * (@ctrlaltdelete)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/about-the-extender/#post-9711537)
 * Generally one genre, i’ll have to pick more than one i guess. thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Disable Emojis (GDPR friendly)] Is there any proof that this has any benefit?](https://wordpress.org/support/topic/is-there-any-proof-that-this-has-any-benefit/)
 *  Thread Starter [ctrlaltdelete](https://wordpress.org/support/users/ctrlaltdelete/)
 * (@ctrlaltdelete)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/is-there-any-proof-that-this-has-any-benefit/#post-9540067)
 * hmm, somehow i don’t have that already on my front end.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contextual Related Posts] More random posts?](https://wordpress.org/support/topic/more-random-posts/)
 *  Thread Starter [ctrlaltdelete](https://wordpress.org/support/users/ctrlaltdelete/)
 * (@ctrlaltdelete)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/more-random-posts/#post-9307987)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Multiple Domain Mapping on Single Site] Behavior questions](https://wordpress.org/support/topic/behavior-questions/)
 *  Thread Starter [ctrlaltdelete](https://wordpress.org/support/users/ctrlaltdelete/)
 * (@ctrlaltdelete)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/behavior-questions/#post-9278414)
 * Lovely thanks so much!

Viewing 15 replies - 136 through 150 (of 203 total)

[←](https://wordpress.org/support/users/ctrlaltdelete/replies/page/9/?output_format=md)
[1](https://wordpress.org/support/users/ctrlaltdelete/replies/?output_format=md)
[2](https://wordpress.org/support/users/ctrlaltdelete/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/ctrlaltdelete/replies/page/3/?output_format=md)…
[9](https://wordpress.org/support/users/ctrlaltdelete/replies/page/9/?output_format=md)
10 [11](https://wordpress.org/support/users/ctrlaltdelete/replies/page/11/?output_format=md)
[12](https://wordpress.org/support/users/ctrlaltdelete/replies/page/12/?output_format=md)
[13](https://wordpress.org/support/users/ctrlaltdelete/replies/page/13/?output_format=md)
[14](https://wordpress.org/support/users/ctrlaltdelete/replies/page/14/?output_format=md)
[→](https://wordpress.org/support/users/ctrlaltdelete/replies/page/11/?output_format=md)