Title: agentdesign's Replies | WordPress.org

---

# agentdesign

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

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

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Clearfy Cache – WordPress optimization plugin, Minify HTML, CSS & JS, Defer] Admin Menu Editor Pro](https://wordpress.org/support/topic/admin-menu-editor-pro/)
 *  Thread Starter [agentdesign](https://wordpress.org/support/users/agentdesign/)
 * (@agentdesign)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/admin-menu-editor-pro/#post-9919479)
 * Sure, glad to help!
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Clearfy Cache – WordPress optimization plugin, Minify HTML, CSS & JS, Defer] Clearfy + W3TC + WordPress Performance Pack = fastest possible frontend & admin!](https://wordpress.org/support/topic/clearfy-w3tc-wordpress-performance-pack-fastest-possible-frontend-admin/)
 *  Thread Starter [agentdesign](https://wordpress.org/support/users/agentdesign/)
 * (@agentdesign)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/clearfy-w3tc-wordpress-performance-pack-fastest-possible-frontend-admin/#post-9891148)
 * That’s cool – it is serving is well!
 * We actually tried to develop a similar plugin ourselves for the same purpose 
   but were working the other way around, hiding all and then selectively allowing
   some but also found the same issues in identifying good & bag notifications and
   where they were coming from since WP doesn’t offer an easy way to distinguish
   which ones are on all pages and which are on specific pages.
 * We like your approach more 😉
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Clearfy Cache – WordPress optimization plugin, Minify HTML, CSS & JS, Defer] Clearfy + W3TC + WordPress Performance Pack = fastest possible frontend & admin!](https://wordpress.org/support/topic/clearfy-w3tc-wordpress-performance-pack-fastest-possible-frontend-admin/)
 *  Thread Starter [agentdesign](https://wordpress.org/support/users/agentdesign/)
 * (@agentdesign)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/clearfy-w3tc-wordpress-performance-pack-fastest-possible-frontend-admin/#post-9889241)
 * Kudos on the new selective “Notification hiding” feature – exactly what I’ve 
   been wanting for a long time – and very smart making it selective for hiding 
   and unhiding them so that plugins like W3TC that we need notifications for we
   can still see. Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Performance Pack] Gettext seems not to work with 4.9.1](https://wordpress.org/support/topic/gettext-seems-not-to-work-with-4-9-1/)
 *  [agentdesign](https://wordpress.org/support/users/agentdesign/)
 * (@agentdesign)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/gettext-seems-not-to-work-with-4-9-1/#post-9850828)
 * Seems to be fixed for us now, no idea how though?
    -  This reply was modified 8 years, 5 months ago by [agentdesign](https://wordpress.org/support/users/agentdesign/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Clearfy Cache – WordPress optimization plugin, Minify HTML, CSS & JS, Defer] Localization performance improvements to help Admin speed](https://wordpress.org/support/topic/localization-performance-improvements-to-help-admin-speed/)
 *  Thread Starter [agentdesign](https://wordpress.org/support/users/agentdesign/)
 * (@agentdesign)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/localization-performance-improvements-to-help-admin-speed/#post-9841781)
 * Great – looking forward to seeing Clearfy becoming the most popular one-stop-
   shop for WP uncached optimisation!
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Clearfy Cache – WordPress optimization plugin, Minify HTML, CSS & JS, Defer] Clearfy + W3TC + WordPress Performance Pack = fastest possible frontend & admin!](https://wordpress.org/support/topic/clearfy-w3tc-wordpress-performance-pack-fastest-possible-frontend-admin/)
 *  Thread Starter [agentdesign](https://wordpress.org/support/users/agentdesign/)
 * (@agentdesign)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/clearfy-w3tc-wordpress-performance-pack-fastest-possible-frontend-admin/#post-9840011)
 * Cool – really like where you are going with it – the hard part is staying motivated
   with projects like this but I hope we can help a little with that.
 * We’re based in Jersey, Channel Islands but have a mostly remote team around the
   World.
 * We have many languages in our team so I’ll ask around and see if anyone can help.
 * For anyone following my tips -try installing and enabling Query Monitor, then
   watching the Admin page load times, memory usage, number of queries and query
   times come down as you work through settings.
 * We were able to reduce Admin page queries by about 40% with all of the above,
   which will be a good reflection of your front-end uncached page load times too.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Performance Pack] Gettext seems not to work with 4.9.1](https://wordpress.org/support/topic/gettext-seems-not-to-work-with-4-9-1/)
 *  [agentdesign](https://wordpress.org/support/users/agentdesign/)
 * (@agentdesign)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/gettext-seems-not-to-work-with-4-9-1/#post-9838783)
 * Same issue here, gettext not working with WPPP but a test php file on the server
   confirms it is present and correct:
 *     ```
       <?php
       // Set language to German
       putenv('LC_ALL=de_DE');
       setlocale(LC_ALL, 'de_DE');
   
       // Specify location of translation tables
       bindtextdomain("myPHPApp", "./locale");
   
       // Choose domain
       textdomain("myPHPApp");
   
       // Translation is looking for in ./locale/de_DE/LC_MESSAGES/myPHPApp.mo now
   
       // Print a test message
       echo gettext("Welcome to My PHP Application");
   
       // Or use the alias _() for gettext()
       echo _("Have a nice day");
       ?>
       ```
   

Viewing 7 replies - 1 through 7 (of 7 total)