Title: gregywordpress's Replies | WordPress.org

---

# gregywordpress

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post SMTP – Complete Email Deliverability and SMTP Solution with Email Logs, Alerts, Backup SMTP & Mobile App] PHP Fatal error after upgrade](https://wordpress.org/support/topic/php-fatal-error-after-upgrade-4/)
 *  Thread Starter [gregywordpress](https://wordpress.org/support/users/gregywordpress/)
 * (@gregywordpress)
 * [5 months ago](https://wordpress.org/support/topic/php-fatal-error-after-upgrade-4/#post-18779947)
 * Thank you very much!
   I did according to your directions.Now it’s fine.Thank you
   once again,Greg
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cloudflare] Fatal error after updating to version 4.14.2](https://wordpress.org/support/topic/fatal-error-after-updating-to-version-4-14-2/)
 *  Thread Starter [gregywordpress](https://wordpress.org/support/users/gregywordpress/)
 * (@gregywordpress)
 * [5 months ago](https://wordpress.org/support/topic/fatal-error-after-updating-to-version-4-14-2/#post-18779946)
 * Hi!
   You were absolutely right!OPcache was the cause.Thank you!G.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Super Preloader for Cloudflare] Time between URLs warmup](https://wordpress.org/support/topic/time-between-urls-warmup/)
 *  Thread Starter [gregywordpress](https://wordpress.org/support/users/gregywordpress/)
 * (@gregywordpress)
 * [5 months ago](https://wordpress.org/support/topic/time-between-urls-warmup/#post-18779939)
 * Hi Ozgur!
 * I’ve tested the plugin regarding the User Agent.
   Unfortunately, the UA is still
   somehow being overwritten by WordPress, and it stays empty in the place where
   the UA should appear.I should mention that I’m using WP Rocket, and their UA 
   always shows up in the logs. I’m not sure why yours doesn’t… although my earlier
   investigation might give some hints about what’s happening.
 * The missing UA makes it a bit tricky to use the plugin – especially when setting
   up things like Cache Rules in Cloudflare.
   I was thinking it might be worth considering
   an alternative to the UA, maybe something like a query string. For users like
   me, where the UA doesn’t appear, a query could help recognize the requests and
   trigger a bypass.For example, every preload request could include something like`?
   fix-cf-preload=1`.
 * By the way, I really like that you’ve added more flexibility to the preload frequency
   and duration settings. That’s a great improvement!
 * What would be super helpful is to also include:
   * Additional batch sizes: 40,
   70, and 80.* Extra delay options: 4, 6, 7, 8, and 9.* A more flexible scheduling
   system, so preload could run for example 3 times a day (because of the Cloudflare
   Cache Eviction policy).
 * Another nice addition could be preloading for mobile devices, not only desktops.
   That way, cache would be generated separately for both versions.
 * Some users, including me, use the plugin locally – within one country or region.
   It sometimes happens that webshare.io assigns a wrong IP (for example, the cache
   is built in Lisbon instead of Frankfurt).
   That’s why I thought it could be useful
   to add something I call a “Rescue Round.” After finishing a full cycle, the plugin
   could check where the cache is missed and perform preload again for those locations.
   For example, if the preload targeted Frankfurt (FRA) but after finishing it turns
   out that 40 hits went to Lisbon (LIS), it could preload those 40 missed one more
   time.
 * Thanks again for your great work on this plugin – it’s really developing nicely!
   Hope my ideas will find your attention.
   Best regards,Greg
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Super Preloader for Cloudflare] Time between URLs warmup](https://wordpress.org/support/topic/time-between-urls-warmup/)
 *  Thread Starter [gregywordpress](https://wordpress.org/support/users/gregywordpress/)
 * (@gregywordpress)
 * [5 months, 3 weeks ago](https://wordpress.org/support/topic/time-between-urls-warmup/#post-18759047)
 * Yes, that’s what I meant. Thank you very much!
 * In the meantime, I noticed that the preloader sometimes freezes or – to say better–
   stop working. For example, it performs preloading in several batches and then
   stops. Even though cronjobs are called, preloading does not continue. In the 
   Log tab, you can only see, for example, ‘Scheduled next batch at index 250’ …
   and it stays like that. Preloading does not continue.
   Could you perhaps consider
   generating an additional log? One that would indicate the possible reasons for
   the preloading stopping or show any errors or processes that could have affected
   the preloader’s operation?
 * I hope this would be another step towards improving the plugin.
 * Best regards,
 * Greg
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Super Preloader for Cloudflare] To start preload via cronjob](https://wordpress.org/support/topic/to-start-preload-via-cronjob/)
 *  Thread Starter [gregywordpress](https://wordpress.org/support/users/gregywordpress/)
 * (@gregywordpress)
 * [7 months, 2 weeks ago](https://wordpress.org/support/topic/to-start-preload-via-cronjob/#post-18693994)
 * Hello Ozgur!
 * Thank you for supoerting me.
 * I did exacly what you’ve suggested. Which was:
 * Line 26
 * $response = wp_remote_get($url, [
   ‘timeout’ => $timeout,‘headers’ => [‘User-Agent’
   => ‘WP Fix Fast Super Preloader/1.0’,],‘user-agent’ => ‘WP Fix Fast Super Preloader/
   1.0’,]);
 * Line 52
 * function wpff_sp_direct_request($url, $timeout = 15) {
   $response = wp_remote_get(
   $url, [‘timeout’ => $timeout,‘headers’ => [‘User-Agent’ => ‘WP Fix Fast Super
   Preloader/1.0’,],‘user-agent’ => ‘WP Fix Fast Super Preloader/1.0’,]);
 * …but it did not worked.
 * After preload I have still empty User Agent – e.g.:
 * 2a06:98c0:3600::103 – – [24/Oct/2025:02:45:18 +0000] “GET /miasto/augustow/ HTTP/
   1.0” 200 213799 “-” “-“
   2a06:98c0:3600::103 – – [24/Oct/2025:02:45:27 +0000] “
   GET /miasto/wodzislaw-slaski/ HTTP/1.0” 200 214339 “-” “-“2a06:98c0:3600::103––[
   24/Oct/2025:02:45:29 +0000] “GET /kalkulator-leasingu/skoda/ HTTP/1.0” 200 271283“-”“-“
   2a06:98c0:3600::103 – – [24/Oct/2025:02:45:32 +0000] “GET /x/zamow-wynajem/ HTTP/
   1.0” 200 87504 “-” “-“
 * Is there something else to do with it?
 * Greg
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Super Preloader for Cloudflare] To start preload via cronjob](https://wordpress.org/support/topic/to-start-preload-via-cronjob/)
 *  Thread Starter [gregywordpress](https://wordpress.org/support/users/gregywordpress/)
 * (@gregywordpress)
 * [7 months, 3 weeks ago](https://wordpress.org/support/topic/to-start-preload-via-cronjob/#post-18688294)
 * Thank you!
 * It’s there!
 * BTW:
 * Don’t know why but the User Agent is not working. Keeps showing “empty”, e.g.(
   Apache log):
 * [20/Oct/2025:14:05:55 +0000] “GET /miasto/gdynia/ HTTP/1.0” 200 213619 “-” “-“
   [
   20/Oct/2025:14:05:56 +0000] “GET /blog/co-to-jest-leasing/ HTTP/1.0” 200 191819“-”“-“[
   20/Oct/2025:14:06:02 +0000] “GET /kalkulator-leasingu/tesla/ HTTP/1.0” 200 278020“-”“-“[
   20/Oct/2025:14:06:03 +0000] “GET /blog/wykup-samochodu-z-leasingu-a-amortyzacja/
   HTTP/1.0” 200 200580 “-” “-“[20/Oct/2025:14:06:05 +0000] “GET /procedura-leasingu-
   krok-po-kroku/odbior-przedmiotu-leasingu/ HTTP/1.0” 200 156057 “-” “-“[20/Oct/
   2025:14:06:09 +0000] “GET /kategoria/przewodniki/ HTTP/1.0” 200 151980 “-” “-“[
   20/Oct/2025:14:06:11 +0000] “GET /blog/amortyzacja-wozka-widlowego/ HTTP/1.0”
   200 199415 “-” “-“[20/Oct/2025:14:06:12 +0000] “GET /leasing-samochodow-dostawczych/
   HTTP/1.0” 200 171510 “-” “-“[20/Oct/2025:14:06:18 +0000] “GET /kalkulator-leasingu/
   nissan/ HTTP/1.0” 200 276452 “-” “-“
 * Do you have any idea why?
 * Thank you,
 * Greg
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Super Preloader for Cloudflare] To start preload via cronjob](https://wordpress.org/support/topic/to-start-preload-via-cronjob/)
 *  Thread Starter [gregywordpress](https://wordpress.org/support/users/gregywordpress/)
 * (@gregywordpress)
 * [7 months, 3 weeks ago](https://wordpress.org/support/topic/to-start-preload-via-cronjob/#post-18686311)
 * Hello!
 * I did some tests and after few days of using the preloader I noticed that:
 * * When you disable the plugin it auto-clears /wp-content/uploads/elementor/css
   folder which – I think – should not happened.
 * * Today the plugin also hang up in neverending cycle – here is a log just from
   the last 2 hours [https://docs.google.com/document/d/1zM-lz6Zt31CMknXQ7exlDdHrMyAXGG8-KPhUiHaYhik/edit?usp=sharing](https://docs.google.com/document/d/1zM-lz6Zt31CMknXQ7exlDdHrMyAXGG8-KPhUiHaYhik/edit?usp=sharing).
   It goes with the same batch od urls every time cronjob starts (here, every 15
   min.)
 * *It would be nice if the preloader signs itself with a user agent name as now
   it’s empty (“-“) e.g. 2a06:98c0:3600::103 – – [18/Oct/2025:03:36:05 +0000] “GET/
   leasing-maszyn-budowlanych/ HTTP/1.0” 200 161621 “-” “-“
 * *As the plugin consumes a lot of resources it really needs to have an option 
   to start it at a desired time via cronjob. I mean by that it should have at least
   the same option Super Page Cache has: “Start the preloader via Cronjob. If you
   want start the preloader at specific intervals decided by you, you can create
   a cronjob that hits the following URL: [https://domain.com?swcfpc-preloader=1&swcfpc-sec-key=Y5TasfefPf05eorgo8s&#8221](https://domain.com?swcfpc-preloader=1&swcfpc-sec-key=Y5TasfefPf05eorgo8s&#8221);
 * I hope my observations would help make this plugin great!
 * All the best,
 * Greg
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Formidable Forms - Contact Form Plugin, Survey, Quiz, Payment, Calculator Form & Custom Form Builder] Checkboxes – Get a Value from an Entry](https://wordpress.org/support/topic/checkboxes-get-a-value-from-an-entry/)
 *  Thread Starter [gregywordpress](https://wordpress.org/support/users/gregywordpress/)
 * (@gregywordpress)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/checkboxes-get-a-value-from-an-entry/#post-16843050)
 * Hi!
 * No, only Lite version. If you need to check it I can give you an access.
 * Confused…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kadence Blocks — Page Builder Toolkit for Gutenberg Editor] Vertical aligment spoils the view](https://wordpress.org/support/topic/vertical-aligment-spoils-the-view/)
 *  Thread Starter [gregywordpress](https://wordpress.org/support/users/gregywordpress/)
 * (@gregywordpress)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/vertical-aligment-spoils-the-view/#post-15976079)
 * Thank you for your help!
 * It’s working now as expected.
 * Problem solved.
 * 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kadence Blocks — Page Builder Toolkit for Gutenberg Editor] Vertical aligment spoils the view](https://wordpress.org/support/topic/vertical-aligment-spoils-the-view/)
 *  Thread Starter [gregywordpress](https://wordpress.org/support/users/gregywordpress/)
 * (@gregywordpress)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/vertical-aligment-spoils-the-view/#post-15973508)
 * Hi Hannah!
 * I forwarded the same issue to Formidable Forms but neither they nor I can find
   that 50px margin.
 * Can you take a screenshot like this one [https://paste.pics/edit/9e7433a0973f79f282bea1e475b1e357](https://paste.pics/edit/9e7433a0973f79f282bea1e475b1e357)
   that would show where you found this 50px margin?
 * That will help a lot.
 * Greg
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kadence Blocks — Page Builder Toolkit for Gutenberg Editor] Vertical aligment spoils the view](https://wordpress.org/support/topic/vertical-aligment-spoils-the-view/)
 *  Thread Starter [gregywordpress](https://wordpress.org/support/users/gregywordpress/)
 * (@gregywordpress)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/vertical-aligment-spoils-the-view/#post-15968228)
 * Thank you for your reply!
 * No, it did not help.
 * The thing is that without setting the margins and without setting any parameters
   in the section, what I show in the video happens by itself.
    The section spontaneously(
   without my intervention) narrows the column where the form is located.
 * This page is for testing purposes only.
    Would you like to take a look and reproduce
   for yourself what I show in the video? Where can I send you the access parameters?
 * Greg
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kadence Blocks — Page Builder Toolkit for Gutenberg Editor] Vertical aligment spoils the view](https://wordpress.org/support/topic/vertical-aligment-spoils-the-view/)
 *  Thread Starter [gregywordpress](https://wordpress.org/support/users/gregywordpress/)
 * (@gregywordpress)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/vertical-aligment-spoils-the-view/#post-15957737)
 * …in case Vimeo doesn’t work. Here is another link to the same picture: [https://drive.google.com/file/d/1X80Wp3anJMaKwbk9zeVqgIMlFsUyalX_/view?usp=sharing](https://drive.google.com/file/d/1X80Wp3anJMaKwbk9zeVqgIMlFsUyalX_/view?usp=sharing)
 * 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP LinkedIn Auto Publish] Despite “Don’t share…” is checked by default it publishes post to Lin](https://wordpress.org/support/topic/despite-dont-share-is-checked-by-default-it-publishes-post-to-lin/)
 *  Thread Starter [gregywordpress](https://wordpress.org/support/users/gregywordpress/)
 * (@gregywordpress)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/despite-dont-share-is-checked-by-default-it-publishes-post-to-lin/#post-13984141)
 * Thank you,
 * but making the column disabled doesn’t solve the problem -> as an admin I would
   like to see what I’ve already published on Linkedin and when I publish something
   too many times it would be nice to erease duplicated entries.
 * I also did another check with Quick Edit…and I must tell that I think I was right
   as when you click on Quick Edit and then you edit Categories, Tags or you change
   the template and then you hit Update, despite the “Don’t share…” is checked the
   post is published to Linkedin.
 * Greg
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post to Google My Business (Google Business Profile)] Could not detect post image size](https://wordpress.org/support/topic/could-not-detect-post-image-size/)
 *  [gregywordpress](https://wordpress.org/support/users/gregywordpress/)
 * (@gregywordpress)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/could-not-detect-post-image-size/#post-13979801)
 * Hello!
 * Is it possible to provide me with the previous version of your plugin?
 * I think it would solve my problem as previous version did not have this inconvenience
   described above.
 * My e-mail is [wordpress@leasing.sos.pl](https://wordpress.org/support/users/gregywordpress/replies/wordpress@leasing.sos.pl?output_format=md)
   if it helps.
 * Best regards,
 * Greg
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP LinkedIn Auto Publish] Despite “Don’t share…” is checked by default it publishes post to Lin](https://wordpress.org/support/topic/despite-dont-share-is-checked-by-default-it-publishes-post-to-lin/)
 *  Thread Starter [gregywordpress](https://wordpress.org/support/users/gregywordpress/)
 * (@gregywordpress)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/despite-dont-share-is-checked-by-default-it-publishes-post-to-lin/#post-13976669)
 * Thank you for your answer!
 * I did double check. It works as you said.
 * BTW -> Is there any option to remove entries form the “Shared on Linkedin” column(
   see here: [http://recordit.co/npU7UxL3jb](http://recordit.co/npU7UxL3jb)).
    During
   Quick Editing I published too many times my posts. I would like to have only 
   one entry fo post. Is there any way to do it? How to shorten this list of entries?
 * All the best,
 * Greg

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

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