Title: progresst's Replies | WordPress.org

---

# progresst

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 69 total)

1 [2](https://wordpress.org/support/users/progresst/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/progresst/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/progresst/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/progresst/replies/page/5/?output_format=md)
[→](https://wordpress.org/support/users/progresst/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Autoptimize] CDN Base URL or CDN blog root directory URL…](https://wordpress.org/support/topic/cdn-base-url-or-cdn-blog-root-directory-url/)
 *  [progresst](https://wordpress.org/support/users/progresst/)
 * (@progresst)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/cdn-base-url-or-cdn-blog-root-directory-url/#post-6821854)
 * [@frank](https://wordpress.org/support/users/frank/) What do you mean by classic
   pull cdn-solutions?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPAdverts - Classifieds Plugin] How to add comment in the listing](https://wordpress.org/support/topic/how-to-add-comment-in-the-listing/)
 *  [progresst](https://wordpress.org/support/users/progresst/)
 * (@progresst)
 * [10 years ago](https://wordpress.org/support/topic/how-to-add-comment-in-the-listing/#post-6593061)
 * Works great, thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Popup Maker - Boost Sales, Conversions, Optins, Subscribers with the Ultimate WP Popup Builder] Dynamic external link not opening up inside iframe for my popup](https://wordpress.org/support/topic/dynamic-external-link-not-opening-up-inside-iframe-for-my-popup/)
 *  [progresst](https://wordpress.org/support/users/progresst/)
 * (@progresst)
 * [10 years ago](https://wordpress.org/support/topic/dynamic-external-link-not-opening-up-inside-iframe-for-my-popup/#post-7147521)
 * I’m struggling with the same issue but with a non Google URL.
 * `<a href="http://domain.com" class="popmake-info">Click Here</a>`
 * I was hoping to have the href open in the modal window? What am I doing wrong?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Next Level Cache] Prunes number doesn't go to zero at night](https://wordpress.org/support/topic/prunes-number-doesnt-go-to-zero-at-night/)
 *  [progresst](https://wordpress.org/support/users/progresst/)
 * (@progresst)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/prunes-number-doesnt-go-to-zero-at-night/#post-7017722)
 * No, I didn’t but that fits with the problems I had with it since I posted this.
   I had to remove it as the cache amount was too small for the size and traffic
   of my sites. It actually slowed my server down and error out some. Works great
   for a low traffic site I guess you want to speed up. I’m loooking into performance
   tuning the PHP/MySQL config instead.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Next Level Cache] Prunes number doesn't go to zero at night](https://wordpress.org/support/topic/prunes-number-doesnt-go-to-zero-at-night/)
 *  [progresst](https://wordpress.org/support/users/progresst/)
 * (@progresst)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/prunes-number-doesnt-go-to-zero-at-night/#post-7017720)
 * You are caching more queries that the cache size can handle. Sounds like you 
   need to increase the $MAX_CACHE_SIZE value in db.php. Author said on another 
   thread you can safely increase this to 5MB.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Next Level Cache] insane amount of resets/prunes?](https://wordpress.org/support/topic/insane-amount-of-resetsprunes/)
 *  [progresst](https://wordpress.org/support/users/progresst/)
 * (@progresst)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/insane-amount-of-resetsprunes/#post-7248230)
 * In the plugin settings, look for the Last Reset Query: and you’ll see the last
   query that caused a reset. You don’t need visits as WordPress does plenty of 
   update, inserts on it’s own. You’ll need to start using the define(‘CACHE_WRITE_WHITELIST’
   in your wp-config and whitelist common queries that are resetting the plugin 
   cache. For example I just added _transient_timeout__redux_activation_redirect(
   see below) as it was resetting the cache.
 * UPDATE `wp_options` SET `option_value` = ‘1460231683’ WHERE `option_name` = ‘
   _transient_timeout__redux_activation_redirect’
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NextScripts: Social Networks Auto-Poster] Import comments from Facebook](https://wordpress.org/support/topic/import-comments-from-facebook-1/)
 *  [progresst](https://wordpress.org/support/users/progresst/)
 * (@progresst)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/import-comments-from-facebook-1/#post-6994668)
 * Ditto, you need to add this in the next version please.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shopify Importer] Type of import to use with shopify](https://wordpress.org/support/topic/type-of-import-to-use-with-shopify/)
 *  [progresst](https://wordpress.org/support/users/progresst/)
 * (@progresst)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/type-of-import-to-use-with-shopify/#post-6558389)
 * I used the basic export from Shopify (not the one they specify for spreadsheets)
   and it worked great.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook] Recommendations box not working](https://wordpress.org/support/topic/recommendations-box-not-working/)
 *  [progresst](https://wordpress.org/support/users/progresst/)
 * (@progresst)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/recommendations-box-not-working/#post-5758887)
 * Ditto…what a bummer, this was a huge plus and besides the comments the only reason
   I use it. Any alternatives?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NS Cloner - Site Copier] Active and then nothing](https://wordpress.org/support/topic/active-and-then-nothing/)
 *  Thread Starter [progresst](https://wordpress.org/support/users/progresst/)
 * (@progresst)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/active-and-then-nothing/#post-6173891)
 * Important thing I did not mention…this site is setup to use canonical domains
   mysite.domain.com where all other multisites have been the standard domain.com/
   mysite. Not sure if that matters but I hope it helps either the dev or somebody
   else.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Genesis Tabs] Mobile Problem](https://wordpress.org/support/topic/mobile-problem-1/)
 *  [progresst](https://wordpress.org/support/users/progresst/)
 * (@progresst)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/mobile-problem-1/#post-4846322)
 * Same problem here…they “bunch up”…not very mobile responsive at all. This is 
   un-usable on my site as I use this on the home page. Any help?
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [wp_update_post ignoring html tags](https://wordpress.org/support/topic/wp_update_post-ignoring-html-tags/)
 *  Thread Starter [progresst](https://wordpress.org/support/users/progresst/)
 * (@progresst)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/wp_update_post-ignoring-html-tags/#post-5789640)
 * This link below was helpful. I actually had to jump out to Stackexchange’s WordPress
   forum to find this wordpress.org thread. How messed up is that???
 * Really wish the format of the support forum would change. It’s almost impossible
   to find related threads. This never-ending stream of topic is text-book poor 
   usability.
 * **I hope this helps someone:**
 * [https://wordpress.org/support/topic/wp_update_post-strips-css-id-attribute?replies=7](https://wordpress.org/support/topic/wp_update_post-strips-css-id-attribute?replies=7)
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [WP generated SQL for orderby meta is super slow on very large DBs](https://wordpress.org/support/topic/wp-generated-sql-for-orderby-meta-is-super-slow-on-very-large-dbs/)
 *  [progresst](https://wordpress.org/support/users/progresst/)
 * (@progresst)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/wp-generated-sql-for-orderby-meta-is-super-slow-on-very-large-dbs/#post-5789055)
 * If it’s a WP core table yes OR if BBPress changes the table in a future update,
   yes. I figured since this is a migration it would not matter after the import.
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [WP generated SQL for orderby meta is super slow on very large DBs](https://wordpress.org/support/topic/wp-generated-sql-for-orderby-meta-is-super-slow-on-very-large-dbs/)
 *  [progresst](https://wordpress.org/support/users/progresst/)
 * (@progresst)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/wp-generated-sql-for-orderby-meta-is-super-slow-on-very-large-dbs/#post-5789007)
 * You can try to build an index on one of the columns you suspect is the most sluggish
   ie. could benefit from and index using myPHPAdmin or similar tool outside of 
   WP. Joins typically can be very piggy especially multiple JOINS where text or
   varchar columns are used. I’ve found an index to help tremendously in some cases.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Slideshow with cloudflares rocket loader](https://wordpress.org/support/topic/slideshow-with-cloudflares-rocket-loader/)
 *  [progresst](https://wordpress.org/support/users/progresst/)
 * (@progresst)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/slideshow-with-cloudflares-rocket-loader/#post-5229597)
 * It’s still a problem. Rocket Loader is a HUGE improvement from a performance 
   standpoint for a large website which is much more valuable than the photo gallery
   in my case. You guys have to figure out a way to make instructions to insert 
   a Rule. I’m going to need to replace my Photo Gallery at this point as I cannot
   give up the Rocket Loader performance increases I’ve gained and accompanying 
   increases in Google rank just by the site loading faster. Bummer!

Viewing 15 replies - 1 through 15 (of 69 total)

1 [2](https://wordpress.org/support/users/progresst/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/progresst/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/progresst/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/progresst/replies/page/5/?output_format=md)
[→](https://wordpress.org/support/users/progresst/replies/page/2/?output_format=md)