Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter Bart

    (@bkukla)

    Hi,

    today I was able to reproduce the same error on 4.4.1 with minification on & JS-delay on. This points to the fact, that in 4.4.1, when minification is off, JS-delay obviously is off as well.

    In 4.5.0 it seems to work normally, when I keep JS-delay off (JS-preload does have any impact), regardless of minification toggle (on or off).

    I think I can live with that…

    As soon as a new version of WP optimize is released to fix a vulnerability, I would consider to update the plugin. Till then I will just keep 4.4.1 on my production site.

    P.S.: At least for 4.4.1: When minification is on (default settings) & JS-delay = off (condition for the error inhibition) & enable merging of JavaScript files = off (due to my HTTP2/3-site), the lighthouse reports (desktop & mobile / performance & best practices) are worse than with minification = off.

    Thank you for your effort in investigating this issue!

    Thread Starter Bart

    (@bkukla)

    Hi,

    you are right: in 4.4.1 this menu point is present. However: If minify is deactivated (this is my case), the JS-delay is not visible a a menu point – so I don’t know whether it is active or not. That lets me assume, that JS-delay is deactivated if minify is off. In 4.5.0 you can have minification and JS-delay independently, as it seems…

    The only “public” changes that might be the root cause are in my opinion:

    TWEAK: Disabled CSS/JS merging by default.

      TWEAK: Improved Minify settings UI so JavaScript options correctly show/hide when JS minification is enabled/disabled

      Maybe there is also another change, that is not listed in the change history…

      Thread Starter Bart

      (@bkukla)

      Hi,

      thanks for your quick reply!

      As mentioned above: if I turn OFF JS-delay in 4.5.0 it works perfectly without any errors as expected and the popup appears (at least on my staging site). The thing is, that I did not find this menu option in 4.4.1, so if it was already present, as you write, there must be another change which caused this unexpected behavior.

      The question is: What has really changed from 4.4.1 to 4.5.0?

      For now, I will stay with 4.4.1 and hope in the next release it will be fixed!

      Thanks!

      [EDIT]

      Where can I change those JS-delay settings in 4.4.1?

      [EDIT]

      Thread Starter Bart

      (@bkukla)

      Hi,

      I currently run the 4.5.0 version on a staging instance, since I cannot break my production site. That’s why pretty permalinks are not used (disabled).

      Anyway, below attached are the screenshots of my 4.4.1 settings and a screenshot of the message, as well as the screenshot of the new menu and its default settings in 4.5.0, which is “delay JS”. I think this is the delta in my settings. When I turn this completely off, it runs OK. I tried to exclude the lepopup.js explicitely in the field below, but then a jquery error message pops up…

      So: the think which seems to break my site (or popup plugin) is the new (?) JS delay functionality, although minify is turned off completely.

      Can you explain more about this feature, whether it is new or just got a new menu entry and is just accessable to configuration?

      I will still keep 4.4.1 on my production site, as long as this is not clear to me. If you could confirm, that delaying JS is a new feature, I would just deactivate it completely in 4.5.0 to keep it as it was before in 4.4.1.

      Thanks!

      https://limewire.com/d/vMpCD#KtgQSQjO53 <— zip file containing the screenshots

      Thread Starter Bart

      (@bkukla)

      Hi, I changed the theme to the default WP Twenty Twenty-Five. The problem still occured. As you can see in the list, there is quite a lot of active plugins, which I depend on.

      I think the best approach is to internally analyse the changes made from 4.4.1 to 4.5.0, especially regarding chache/minify functionalities.

      Anyway, thanks for having a look into this!

      Thread Starter Bart

      (@bkukla)

      Hi, thanks for trying it out with the plugin on your site!

      This is really strange, since the only delta, which differentiates expected (normal) behavior and this exception is the wp optimize plugin version (4.4.1 vs 4.5.0) on my installation.

      Below I have the system status (redacted URL and db name):

      ### WP-Optimize information ###

      Report generation time: 2026-02-20 06:40:04 (Europe/Berlin)
      Cache size: 15 KB (2 files)
      Minify size: Not available
      Logs: - cache-e4e45b2af711b237fba5.log: 6 KB
      WebP redirection rules: Redirection is enabled
      Plugin settings: {
      "epoch_date": 1771569609108,
      "local_date": "20.2.2026, 07:40:09",
      "network_site_url": "https://mydomain.com/testsite",
      "data": {
      "cache_settings": {
      "enable_page_caching": 1,
      "auto_preload_purged_contents": 1,
      "enable_mobile_caching": 1,
      "enable_user_caching": 0,
      "page_cache_length_value": "24",
      "page_cache_length_unit": "hours",
      "enable_schedule_preload": 1,
      "preload_schedule_type": "wpo_use_cache_lifespan",
      "cache_specific_urls_only": 0,
      "cache_include_urls": [
      ""
      ],
      "cache_exception_urls": [
      ""
      ],
      "cache_ignore_query_variables": [
      ""
      ],
      "cache_exception_cookies": [
      ""
      ],
      "cache_exception_conditional_tags": [
      ""
      ],
      "cache_exception_browser_agents": [
      ""
      ],
      "enable_browser_cache": "false",
      "browser_cache_expire_days": "28",
      "browser_cache_expire_hours": "0"
      },
      "minify_settings": {
      "html_minification": "true",
      "enable_js": "true",
      "enable_css": "true",
      "enabled": "false",
      "enable_js_minification": "true",
      "enable_merging_of_js": "true",
      "exclude_js": "",
      "enable_defer_js": "individual",
      "async_js": "",
      "defer_js_type": "defer",
      "defer_jquery": "true",
      "enable_delay_js": "true",
      "enable_preload_js": "true",
      "exclude_delay_js": "",
      "enable_js_trycatch": "false",
      "enable_capo_js": "false",
      "exclude_js_from_page_speed_tools": "false",
      "enable_css_minification": "true",
      "enable_merging_of_css": "true",
      "exclude_css": "",
      "async_css": "",
      "enable_unused_css": "false",
      "inline_css": "false",
      "remove_print_mediatypes": "false",
      "exclude_css_from_page_speed_tools": "false",
      "enable_display_swap": "true",
      "gfonts_method": "inherit",
      "fawesome_method": "async",
      "disable_google_fonts_processing": "false",
      "remove_googlefonts": "false",
      "host_local_google_fonts": "false",
      "enable_analytics": "false",
      "merge_inline_extra_css_js": "true",
      "emoji_removal": "true",
      "default_protocol": "dynamic",
      "disable_when_logged_in": "false",
      "clean_header_one": "false",
      "cache_lifespan": "30",
      "minify_advanced_tab": "1",
      "debug": "false",
      "edit_default_exclutions": "false"
      },
      "smush_settings": {
      "compression_server": "resmushit",
      "image_quality": "75",
      "lossy_compression": true,
      "back_up_original": true,
      "back_up_delete_after": true,
      "back_up_delete_after_days": "90",
      "preserve_exif": false,
      "autosmush": false,
      "show_smush_metabox": true,
      "webp_conversion": true
      },
      "database_settings": "enable-retention=true&retention-period=2&enable-revisions-retention=true&revisions-retention-count=2&schedule_type=wpo_weekly&wp-optimize-auto%5Boptimize%5D=true&wp-optimize-auto%5Brevisions%5D=true&wp-optimize-auto%5Bdrafts%5D=true&wp-optimize-auto%5Btrash%5D=true&wp-optimize-auto%5Bspams%5D=true&wp-optimize-auto%5Btransient%5D=true&_wpnonce_db_settings=544c40b73a&_wp_http_referer=%2Ftestsite%2Fwp-admin%2Fadmin.php%3Fpage%3Dwpo_settings%26wpo_all_pages_cache_purged%3D1&enable-admin-bar=true&enable_cache_in_admin_bar=1&_wpnonce=544c40b73a&_wp_http_referer=%2Ftestsite%2Fwp-admin%2Fadmin.php%3Fpage%3Dwpo_settings%26wpo_all_pages_cache_purged%3D1&enable-auto-backup-scheduled=0&enable-schedule=0&wp-optimize-auto[unapproved]=0&wp-optimize-auto[usermeta]=0&404_detector=0"
      }
      }
      Cache settings: {
      "enable_page_caching": true,
      "page_cache_length_value": 24,
      "page_cache_length_unit": "hours",
      "page_cache_length": 86400,
      "cache_exception_conditional_tags": [
      ""
      ],
      "cache_specific_urls_only": false,
      "cache_include_urls": [],
      "cache_exception_urls": [
      ""
      ],
      "cache_ignore_query_variables": [],
      "cache_exception_cookies": [
      ""
      ],
      "cache_exception_browser_agents": [
      ""
      ],
      "enable_sitemap_preload": false,
      "enable_schedule_preload": "1",
      "preload_schedule_type": "wpo_use_cache_lifespan",
      "enable_mobile_caching": "1",
      "enable_user_caching": "0",
      "site_url": "https:\/\/mydomain.com\/testsite\/",
      "enable_cache_per_country": false,
      "enable_cache_aelia_currency": false,
      "permalink_structure": "",
      "uploads": "\/www\/htdocs\/xxx\/mydomain.com\/testsite\/wp-content\/uploads",
      "gmt_offset": 1,
      "timezone_string": "Europe\/Berlin",
      "date_format": "j. F Y",
      "time_format": "H:i",
      "use_webp_images": true,
      "show_avatars": 0,
      "host_gravatars_locally": 0,
      "auto_preload_purged_contents": 1,
      "enable_rest_caching": false,
      "enable_browser_cache": "false",
      "browser_cache_expire_days": "28",
      "browser_cache_expire_hours": "0",
      "wpo_cache_cookies": [],
      "wpo_cache_query_variables": []
      }
      Webroot .htaccess: # This file was updated by Duplicator on 2023-11-02 10:58:09.
      # See the original_files_ folder for the original source_site_htaccess file.
      # BEGIN WordPress
      # The directives (lines) between "BEGIN WordPress" and "END WordPress" are
      # dynamically generated, and should only be modified via WordPress filters.
      # Any changes to the directives between these markers will be overwritten.

      # END WordPress

      # Wordfence WAF


      Require all denied


      Order deny,allow
      Deny from all



      # END Wordfence WAF
      Uploads .htaccess: # BEGIN Register webp mime type

      AddType image/webp .webp

      # END Register webp mime type
      # BEGIN WP-Optimize WebP Rules

      RewriteEngine On

      # Redirect to existing converted image in same dir (if browser supports webp)
      RewriteCond %{HTTP_ACCEPT} image/webp
      RewriteCond %{REQUEST_FILENAME} (?i)(.*)(\.jpe?g|\.png)$
      RewriteCond %1%2\.webp -f
      RewriteRule (?i)(.*)(\.jpe?g|\.png)$ %1%2\.webp [T=image/webp,E=EXISTING:1,E=ADDVARY:1,L]

      # Make sure that browsers which does not support webp also gets the Vary:Accept header
      # when requesting images that would be redirected to webp on browsers that does.


      Header append "Vary" "Accept"





      # Rules for handling requests for webp images
      # ---------------------------------------------

      # Set Vary:Accept header if we came here by way of our redirect, which set the ADDVARY environment variable
      # The purpose is to make proxies and CDNs aware that the response varies with the Accept header


      # Apache appends "REDIRECT_" in front of the environment variables defined in mod_rewrite, but LiteSpeed does not
      # So, the next lines are for Apache, in order to set environment variables without "REDIRECT_"
      SetEnvIf REDIRECT_EXISTING 1 EXISTING=1
      SetEnvIf REDIRECT_ADDVARY 1 ADDVARY=1

      Header append "Vary" "Accept" env=ADDVARY

      # Set X-WPO-WebP header for diagnose purposes
      Header set "X-WPO-WebP" "Redirected directly to existing webp" env=EXISTING


      # END WP-Optimize WebP Rules
      Folder permissions: {
      "uploads": "755",
      "uploads\/2026": "755",
      "uploads\/standard": "755",
      "uploads\/headless-content-blocker-thumbnails": "755",
      "uploads\/rank-math": "755",
      "uploads\/embed-thumbnails": "755",
      "uploads\/post_images": "755",
      "uploads\/wpide": "755",
      "uploads\/wp-staging": "755",
      "uploads\/2025": "755",
      "uploads\/2023": "755",
      "uploads\/wpo": "755",
      "uploads\/banner": "755",
      "uploads\/files": "755",
      "uploads\/2022": "755",
      "uploads\/hurrytimer": "755",
      "uploads\/wpdiscuz": "755",
      "uploads\/page_images": "755",
      "uploads\/2024": "755",
      "uploads\/green-popups": "755",
      "uploads\/icons": "755",
      "uploads\/generatepress": "755",
      "uploads\/generateblocks": "755",
      "uploads\/wpcf7_uploads": "755",
      "uploads\/FLUENT_PDF_TEMPLATES": "755",
      "uploads\/slider": "755",
      "uploads\/fluentcrm": "755",
      "uploads\/slider2": "755",
      "uploads\/logos": "755",
      "uploads\/custom-css-js": "755"
      }

      ### WordPress ###

      Version: 6.9.1
      Site language: en_GB
      User Language: en_GB
      Time zone: Europe/Berlin
      Home URL: https://mydomain.com/testsite
      Site URL: https://mydomain.com/testsite
      Permalink structure: No permalink structure set
      Is this site using HTTPS?: Yes
      Is this a multisite?: No
      Can anyone register on this site?: No
      Is this site discouraging search engines?: Yes
      Default comment status: Closed
      Environment type: staging
      User count: 2
      Communication with WordPress.org: WordPress.org is reachable

      ### Directories and Sizes ###

      WordPress directory location: /www/htdocs/xxx/mydomain.com/testsite
      WordPress directory size: 133.48 MB
      Uploads directory location: /www/htdocs/xxx/mydomain.com/testsite/wp-content/uploads
      Uploads directory size: 79.95 MB
      Themes directory location: /www/htdocs/xxx/mydomain.com/testsite/wp-content/themes
      Themes directory size: 10.74 MB
      Plugins directory location: /www/htdocs/xxx/mydomain.com/testsite/wp-content/plugins
      Plugins directory size: 297.39 MB
      Fonts directory location: /www/htdocs/xxx/mydomain.com/testsite/wp-content/uploads/fonts
      Fonts directory size: The directory does not exist.
      Database size: 166.54 MB
      Total installation size: 688.10 MB

      ### Drop-ins ###

      advanced-cache.php: Advanced caching plugin.

      ### Active theme ###

      Name: GeneratePress Child (generatepress_child)
      Version: 0.1
      Author: Tom Usborne
      Author website: https://tomusborne.com
      Parent theme: GeneratePress (generatepress)
      Theme features: core-block-patterns, widgets-block-editor, automatic-feed-links, post-thumbnails, post-formats, woocommerce, title-tag, html5, customize-selective-refresh-widgets, align-wide, responsive-embeds, editor-color-palette, custom-logo, menus, editor-styles, editor-style, widgets
      Theme directory location: /www/htdocs/xxx/mydomain.com/testsite/wp-content/themes/generatepress_child
      Auto-updates: Disabled

      ### Parent Theme ###

      Name: GeneratePress (generatepress)
      Version: 3.6.1
      Author: Tom Usborne
      Author website: https://generatepress.com/about
      Theme directory location: /www/htdocs/xxx/mydomain.com/testsite/wp-content/themes/generatepress
      Auto-update: Disabled

      ### Inactive Themes ###

      Twenty Twenty-Five (twentytwentyfive): Version 1.4 by the WordPress team | Auto-updates disabled

      ### Must Use Plugins ###

      WP STAGING Optimizer: Version 1.6.0 by WP STAGING

      ### Active Plugins ###

      Central Color Palette: Version 1.15.5 by Daniel Menzies | Auto-updates disabled
      Code Snippets: Version 3.9.5 by Code Snippets Pro | Auto-updates disabled
      Connect Matomo: Version 1.0.31 by André Bräkling | Auto-updates disabled
      Contextual Related Posts: Version 4.2.0 by WebberZone | Auto-updates disabled
      Copy & Delete Posts: Version 1.5.2 by Inisev | Auto-updates disabled
      Custom Post Type UI: Version 1.18.3 by WebDevStudios | Auto-updates disabled
      Disable Emojis (GDPR friendly): Version 1.7.7 by Ryan Hellyer | Auto-updates disabled
      Easy Table of Contents: Version 2.0.81 by Magazine3 | Auto-updates disabled
      FluentCRM - Marketing Automation For WordPress: Version 2.9.87 by WP Email Newsletter Team - FluentCRM | Auto-updates disabled
      FluentCRM Pro: Version 2.9.86 by Fluent CRM | Auto-updates disabled
      Fluent Forms: Version 6.1.17 by Contact Form - WPManageNinja LLC | Auto-updates disabled
      Fluent Forms PDF Generator: Version 1.1.11 by WPManageNinja LLC | Auto-updates disabled
      Fluent Forms Pro Add On Pack: Version 6.1.15 by Fluent Forms | Auto-updates disabled
      FluentSMTP: Version 2.2.95 by FluentSMTP & WPManageNinja Team | Auto-updates disabled
      GenerateBlocks: Version 2.2.0 by Tom Usborne | Auto-updates disabled
      GenerateBlocks Pro: Version 2.4.0 by Tom Usborne (Latest version: 2.5.0) | Auto-updates disabled
      GenerateCloud: Version 1.1.0 by Tom Usborne | Auto-updates disabled
      GP Premium: Version 2.5.5 by Tom Usborne | Auto-updates disabled
      Green Popups (formerly Layered Popups): Version 7.56 by Halfdata, Inc. | Auto-updates disabled
      Lightbox for Gallery & Image Block: Version 1.16.1 by Johannes Kinast <johannes@travel-dealz.de> | Auto-updates disabled
      One User Avatar: Version 2.5.4 by One Designs | Auto-updates disabled
      Organize Media Folder: Version 1.36 by Katsushi Kawamori | Auto-updates disabled
      Polylang: Version 3.7.7 by WP SYNTEX | Auto-updates disabled
      PublishPress Authors: Version 4.11.0 by PublishPress | Auto-updates disabled
      Rank Math SEO: Version 1.0.264.1 by Rank Math SEO | Auto-updates disabled
      Real Cookie Banner: Version 5.2.14 by devowl.io | Auto-updates disabled
      Shariff Wrapper: Version 4.6.15 by Jan-Peter Lambeck & 3UU | Auto-updates disabled
      Simple Custom CSS and JS: Version 3.51.3 by SilkyPress.com | Auto-updates disabled
      Simple Download Monitor: Version 4.0.6 by Tips and Tricks HQ, Ruhul Amin, Josh Lobe | Auto-updates disabled
      SVG Support: Version 2.5.14 | Auto-updates disabled
      Syntax-highlighting Code Block (with Server-side Rendering): Version 1.5.1 by Weston Ruter | Auto-updates disabled
      Under Construction: Version 4.04 by WebFactory Ltd | Auto-updates disabled
      Wordfence Security: Version 8.1.4 by Wordfence | Auto-updates disabled
      WP-Memory-Usage: Version 1.2.11 by Bernhard Kux | Auto-updates disabled
      WP-Optimize - Clean, Compress, Cache: Version 4.5.0 by TeamUpdraft, DavidAnderson | Auto-updates disabled
      WP Show Posts: Version 1.1.6 by Tom Usborne | Auto-updates disabled
      WP STAGING WordPress Backup Plugin - Backup Duplicator & Migration: Version 4.6.0 by WP-STAGING, WPStagingBackup | Auto-updates disabled
      WP Widget CSS Classes: Version 1.1 by Dipak Parmar | Auto-updates disabled

      ### Inactive Plugins ###

      Better Search Replace: Version 1.4.10 by WP Engine | Auto-updates disabled
      Duplicator: Version 1.5.15 by Duplicator | Auto-updates disabled
      Editorial Calendar: Version 3.9.0 by Editorial Calendar Team | Auto-updates disabled
      Force Refresh: Version 2.14.0 by Jordan Leven | Auto-updates disabled
      GDPR tools: comment ip removement: Version 1.5 by fabian heinz webdesign | Auto-updates disabled
      HurryTimer: Version 2.14.3 by Nabil Lemsieh | Auto-updates disabled
      Lightweight Accordion: Version 1.6.0 by Andy Feliciotti | Auto-updates disabled
      Nelio A/B Testing – AB Tests and Heatmaps for Better Conversion Optimization: Version 8.2.7 by Nelio Software | Auto-updates disabled
      Smart Slider 3: Version 3.5.1.32 by Nextend | Auto-updates disabled
      wpDiscuz: Version 7.6.46 by gVectors Team | Auto-updates disabled
      WPIDE - File Manager & Code Editor: Version 3.5.3 by XplodedThemes | Auto-updates disabled

      ### Active Snippets ###

      FontAwesome - Locally: Global function
      | Last modified 11 months ago
      Custom User Fields: Global function
      | Last modified 2023/11/04
      Pagination Settings: Global function
      | Last modified 2022/06/17
      404 page appearance adjustment: Global function
      | Last modified 2023/11/04
      Source Code Syntax: Global function
      | Last modified 2022/07/02
      Reading Time: Global function
      | Last modified 9 months ago
      Remove image hover tooltip: Global function
      | Last modified 11 months ago

      ### Media Handling ###

      Active editor: WP_Image_Editor_Imagick
      ImageMagick version number: 1692
      ImageMagick version string: ImageMagick 6.9.12-98 Q16 x86_64 18038 https://legacy.imagemagick.org
      Imagick version: 3.7.0
      File uploads: Enabled
      Maximum size of post data allowed: 512M
      Maximum size of an uploaded file: 512M
      Maximum effective file size: 512 MB
      Max simultaneous file uploads: 20
      Imagick Resource Limits: {
      "area": "125 GB",
      "disk": 9223372036854775808,
      "file": 786432,
      "map": "62 GB",
      "memory": "4 GB",
      "thread": 1,
      "time": 9223372036854775808
      }
      ImageMagick-supported file formats: 3FR, 3G2, 3GP, AAI, AI, APNG, ART, ARW, AVI, AVIF, AVS, BGR, BGRA, BGRO, BIE, BMP, BMP2, BMP3, BRF, CAL, CALS, CANVAS, CAPTION, CIN, CIP, CLIP, CMYK, CMYKA, CR2, CR3, CRW, CUR, CUT, DATA, DCM, DCR, DCX, DDS, DFONT, DJVU, DNG, DOT, DPX, DXT1, DXT5, EPDF, EPI, EPS, EPS2, EPS3, EPSF, EPSI, EPT, EPT2, EPT3, ERF, EXR, FAX, FILE, FITS, FLV, FRACTAL, FTP, FTS, G3, G4, GIF, GIF87, GRADIENT, GRAY, GRAYA, GROUP4, GV, H, HALD, HDR, HEIC, HEIF, HISTOGRAM, HRZ, HTM, HTML, HTTP, HTTPS, ICB, ICO, ICON, IIQ, INFO, INLINE, IPL, ISOBRL, ISOBRL6, J2C, J2K, JBG, JBIG, JNG, JNX, JP2, JPC, JPE, JPEG, JPG, JPM, JPS, JPT, JSON, K25, KDC, LABEL, M2V, M4V, MAC, MAGICK, MAP, MASK, MAT, MATTE, MEF, MIFF, MKV, MNG, MONO, MOV, MP4, MPC, MPEG, MPG, MRW, MSL, MSVG, MTV, MVG, NEF, NRW, NULL, ORF, OTB, OTF, PAL, PALM, PAM, PANGO, PATTERN, PBM, PCD, PCDS, PCL, PCT, PCX, PDB, PDF, PDFA, PEF, PES, PFA, PFB, PFM, PGM, PGX, PICON, PICT, PIX, PJPEG, PLASMA, PNG, PNG00, PNG24, PNG32, PNG48, PNG64, PNG8, PNM, POCKETMOD, PPM, PREVIEW, PS, PS2, PS3, PSB, PSD, PTIF, PWP, RADIAL-GRADIENT, RAF, RAS, RAW, RGB, RGBA, RGBO, RGF, RLA, RLE, RMF, RW2, SCR, SCT, SFW, SGI, SHTML, SIX, SIXEL, SPARSE-COLOR, SR2, SRF, STEGANO, SUN, SVG, SVGZ, TEXT, TGA, THUMBNAIL, TIFF, TIFF64, TILE, TIM, TTC, TTF, TXT, UBRL, UBRL6, UIL, UYVY, VDA, VICAR, VID, VIDEO, VIFF, VIPS, VST, WBMP, WEBM, WEBP, WMF, WMV, WMZ, WPG, X, X3F, XBM, XC, XCF, XPM, XPS, XV, XWD, YCbCr, YCbCrA, YUV
      Image format transforms: image/heic ? image/jpeg, image/heif ? image/jpeg, image/heic-sequence ? image/jpeg, image/heif-sequence ? image/jpeg
      GD version: 2.3.3
      GD supported file formats: GIF, JPEG, PNG, WebP, BMP, XPM
      Ghostscript version: 10.02.1

      ### Server ###

      Server architecture: Linux 6.8.0-63-generic x86_64
      Web server: Apache
      PHP version: 8.4.16-nmm1 (Supports 64bit values)
      PHP SAPI: fpm-fcgi
      PHP max input variables: 10000
      PHP time limit: 60
      PHP memory limit: 256M
      Max input time: -1
      Upload max filesize: 512M
      PHP post max size: 512M
      cURL version: 8.5.0 OpenSSL/3.0.13
      Is SUHOSIN installed?: No
      Is the Imagick library available?: Yes
      Are pretty permalinks supported?: Yes
      .htaccess rules: Custom rules have been added to your .htaccess file.
      robots.txt: Your site is using the dynamic robots.txt file which is generated by WordPress.
      Current time: 2026-02-20T06:40:05+00:00
      Current UTC time: Friday, 20-Feb-26 06:40:05 UTC
      Current Server time: 2026-02-20T07:40:04+01:00

      ### Database ###

      Database Extension: mysqli
      Server version: 10.11.14-MariaDB-0ubuntu0.24.04.1-log
      Client version: mysqlnd 8.4.16-nmm1
      Database username: secretdb
      Database host: localhost
      Database name: secretdb
      Table prefix: wpstg0_
      Database charset: utf8mb4
      Database collation: utf8mb4_unicode_520_ci
      Maximum allowed packet size: 67108864
      Maximum connections number: 500

      ### WordPress constants ###

      ABSPATH: /www/htdocs/xxx/mydomain.com/testsite/
      WP_HOME: https://mydomain.com/testsite
      WP_SITEURL: https://mydomain.com/testsite
      WP_CONTENT_DIR: /www/htdocs/xxx/mydomain.com/testsite/wp-content
      WP_PLUGIN_DIR: /www/htdocs/xxx/mydomain.com/testsite/wp-content/plugins
      WP_MEMORY_LIMIT: 256M
      WP_MAX_MEMORY_LIMIT: 256M
      WP_DEBUG: Enabled
      WP_DEBUG_DISPLAY: Disabled
      WP_DEBUG_LOG: Enabled
      SCRIPT_DEBUG: Disabled
      WP_CACHE: Enabled
      CONCATENATE_SCRIPTS: Undefined
      COMPRESS_SCRIPTS: Undefined
      COMPRESS_CSS: Undefined
      WP_ENVIRONMENT_TYPE: staging
      WP_DEVELOPMENT_MODE: all
      DB_CHARSET: utf8
      DB_COLLATE: Empty value

      ### File system permissions ###

      The main WordPress directory: Writable
      The wp-content directory: Writable
      The uploads directory: Writable
      The plugins directory: Writable
      The themes directory: Writable
      The fonts directory: Does not exist
      The must use plugins directory: Writable

      ### PublishPress Modules ###

      modules_settings: on [/www/htdocs/xxx/mydomain.com/testsite/wp-content/plugins/publishpress-authors/src/modules//modules/modules_settings]
      author_boxes: on [/www/htdocs/xxx/mydomain.com/testsite/wp-content/plugins/publishpress-authors/src/modules//modules/author_boxes]
      author_categories: on [/www/htdocs/xxx/mydomain.com/testsite/wp-content/plugins/publishpress-authors/src/modules//modules/author_categories]
      author_custom_fields: on [/www/htdocs/xxx/mydomain.com/testsite/wp-content/plugins/publishpress-authors/src/modules//modules/author_custom_fields]
      author_list: on [/www/htdocs/xxx/mydomain.com/testsite/wp-content/plugins/publishpress-authors/src/modules//modules/author_list]
      author_pages: on [/www/htdocs/xxx/mydomain.com/testsite/wp-content/plugins/publishpress-authors/src/modules//modules/author_pages]
      settings: on [/www/htdocs/xxx/mydomain.com/testsite/wp-content/plugins/publishpress-authors/src/modules//modules/settings]
      multiple_authors: on [/www/htdocs/xxx/mydomain.com/testsite/wp-content/plugins/publishpress-authors/src/modules//modules/multiple_authors]
      default_layouts: on [/www/htdocs/xxx/mydomain.com/testsite/wp-content/plugins/publishpress-authors/src/modules//modules/default_layouts]
      rest_api: on [/www/htdocs/xxx/mydomain.com/testsite/wp-content/plugins/publishpress-authors/src/modules//modules/rest_api]
      polylang_integration: on [/www/htdocs/xxx/mydomain.com/testsite/wp-content/plugins/publishpress-authors/src/modules//modules/polylang_integration]
      reviews: on [/www/htdocs/xxx/mydomain.com/testsite/wp-content/plugins/publishpress-authors/src/modules//modules/reviews]
      generatepress_integration: on [/www/htdocs/xxx/mydomain.com/testsite/wp-content/plugins/publishpress-authors/src/modules//modules/generatepress_integration]
      rank_math_seo_integration: on [/www/htdocs/xxx/mydomain.com/testsite/wp-content/plugins/publishpress-authors/src/modules//modules/rank_math_seo_integration]

      ### Polylang Options ###

      browser: 1: Detect browser language activated
      rewrite: 1: Remove
      /language/ in pretty permalinks
      hide_default: 1: Hide URL language information for default language
      force_lang: 1: The language is set from the directory name in pretty permalinks
      redirect_lang: 0: The front page URL contains the page name or page ID instead of the language code
      media_support: 0: The media are not translated
      sync: 0: Synchronisation disabled
      post_types: post, page, wp_block, gp_elements, rcb-cookie, rcb-blocker, rcb-tcf-vendor-conf, rcb-banner-link
      taxonomies: category, post_tag, rcb-cookie-group
      version: 3.7.7
      default_lang: en
      menu: primary: de => 50 | en => 19
      menu: secondary:
      menu: slideout: de => 113 | en => 32
      previous_version: 3.7.6
      language_taxonomies: 0

      ### Language: de - de ###

      name: de
      slug: de
      order: 0
      term_id: 51
      locale: de_DE
      is_rtl: 0
      w3c: de-DE
      facebook: de_DE
      home_url: https://mydomain.com/testsite/?page_id=3114&lang=de
      search_url: https://mydomain.com/testsite/?lang=de
      page_on_front: 3114
      page_for_posts: 0
      flag_code: de
      flag_url: https://mydomain.com/testsite/wp-content/plugins/polylang/flags/de.png
      custom_flag_url: 0
      active: 1
      fallbacks: 0
      is_default: 0
      term_props: {
      "language\/term_id": 51,
      "language\/term_taxonomy_id": 51,
      "language\/count": 37,
      "term_language\/term_id": 52,
      "term_language\/term_taxonomy_id": 52,
      "term_language\/count": 6
      }

      ### Language: en - en ###

      name: en
      slug: en
      order: 0
      term_id: 54
      locale: en_GB
      is_rtl: 0
      w3c: en-GB
      facebook: en_GB
      home_url: https://mydomain.com/testsite/
      search_url: https://mydomain.com/testsite/
      page_on_front: 7
      page_for_posts: 12
      flag_code: gb
      flag_url: https://mydomain.com/testsite/wp-content/plugins/polylang/flags/gb.png
      custom_flag_url: 0
      active: 1
      fallbacks: 0
      is_default: 1
      term_props: {
      "language\/term_id": 54,
      "language\/term_taxonomy_id": 54,
      "language\/count": 71,
      "term_language\/term_id": 55,
      "term_language\/term_taxonomy_id": 55,
      "term_language\/count": 32
      }

      ### Polylang information ###

      wpml-config.xml files: {
      "plugins\/contextual-related-posts": "\/www\/htdocs\/xxx\/mydomain.com\/testsite\/wp-content\/plugins\/contextual-related-posts\/wpml-config.xml",
      "plugins\/custom-post-type-ui": "\/www\/htdocs\/xxx\/mydomain.com\/testsite\/wp-content\/plugins\/custom-post-type-ui\/wpml-config.xml",
      "plugins\/easy-table-of-contents": "\/www\/htdocs\/xxx\/mydomain.com\/testsite\/wp-content\/plugins\/easy-table-of-contents\/wpml-config.xml",
      "plugins\/gp-premium": "\/www\/htdocs\/xxx\/mydomain.com\/testsite\/wp-content\/plugins\/gp-premium\/wpml-config.xml",
      "plugins\/real-cookie-banner-pro": "\/www\/htdocs\/xxx\/mydomain.com\/testsite\/wp-content\/plugins\/real-cookie-banner-pro\/wpml-config.xml",
      "plugins\/seo-by-rank-math": "\/www\/htdocs\/xxx\/mydomain.com\/testsite\/wp-content\/plugins\/seo-by-rank-math\/wpml-config.xml",
      "plugins\/shariff": "\/www\/htdocs\/xxx\/mydomain.com\/testsite\/wp-content\/plugins\/shariff\/wpml-config.xml",
      "plugins\/wp-piwik": "\/www\/htdocs\/xxx\/mydomain.com\/testsite\/wp-content\/plugins\/wp-piwik\/wpml-config.xml"
      }

      Also the log:

      [2026-02-13 18:36:01 : INFO] - Full Cache Purge triggered by: WPO_Page_Cache::handle_purge_single_page_cache 
      [2026-02-18 07:42:56 : INFO] - Pruning the Cache log file
      [2026-02-18 07:43:05 : INFO] - Full Cache Purge triggered by action: wpo_active_plugin_or_theme_updated
      [2026-02-18 07:43:54 : INFO] - Cache for multiple term taxonomy have been purged due to post terms update, triggered by action: set_object_terms
      [2026-02-18 07:43:54 : INFO] - Cache for multiple term taxonomy have been purged due to post terms update, triggered by action: set_object_terms
      [2026-02-18 07:44:07 : INFO] - Full Cache Purge triggered by: WP_Optimize_Minify_Cache_Functions::purge_others
      [2026-02-18 07:44:50 : INFO] - Full Cache Purge triggered by: WPO_Page_Cache::handle_purge_single_page_cache
      [2026-02-18 07:45:51 : INFO] - Full Cache Purge triggered by: plugin activation/deactivation
      [2026-02-18 07:51:37 : INFO] - Full Cache Purge triggered by: WPO_Page_Cache::handle_purge_single_page_cache
      [2026-02-18 07:52:51 : INFO] - Full Cache Purge triggered by: WPO_Page_Cache::handle_purge_single_page_cache
      [2026-02-18 07:54:48 : INFO] - Full Cache Purge triggered by: WPO_Page_Cache::handle_purge_single_page_cache
      [2026-02-18 08:04:21 : INFO] - Full Cache Purge triggered by: WPO_Page_Cache::handle_purge_single_page_cache
      [2026-02-18 08:04:57 : INFO] - Full Cache Purge triggered by: WPO_Page_Cache::handle_purge_single_page_cache
      [2026-02-18 08:06:14 : INFO] - Full Cache Purge triggered by: WPO_Page_Cache::handle_purge_single_page_cache
      [2026-02-18 08:07:30 : INFO] - Full Cache Purge triggered by: WPO_Page_Cache::handle_purge_single_page_cache
      [2026-02-18 08:07:43 : INFO] - Full Cache Purge triggered by: WPO_Page_Cache::handle_purge_single_page_cache
      [2026-02-18 08:13:53 : INFO] - Full Cache Purge triggered by: WP_Optimize_Minify_Cache_Functions::purge_others
      [2026-02-18 08:14:10 : INFO] - Full Cache Purge triggered by: WPO_Page_Cache::handle_purge_single_page_cache
      [2026-02-18 08:17:58 : INFO] - Full Cache Purge triggered by: WP_Optimize_Minify_Cache_Functions::purge_others
      [2026-02-20 06:37:18 : INFO] - Full Cache Purge triggered by: plugin activation/deactivation
      [2026-02-20 06:37:38 : INFO] - Full Cache Purge triggered by: WP_Optimize_Minify_Cache_Functions::purge_others
      [2026-02-20 06:37:42 : INFO] - Full Cache Purge triggered by: WPO_Page_Cache::handle_purge_single_page_cache
      [2026-02-20 06:39:24 : INFO] - Full Cache Purge triggered by: WPO_Page_Cache::handle_purge_single_page_cache

      If you require some more info or other files, or if you have any clue, how I can test some different configuration on my side, I’d appreciate that!

      Best regards

      Thread Starter Bart

      (@bkukla)

      Hi, I use this plugin: https://codecanyon.net/item/layered-popups-for-wordpress/5978263?open_purchase_for_item_id=5978263&purchasable=source&ref=halfdata%3flicense=regular

      I think there is no free version available…

      I activated the debug mode in wp-config.php (define( ‘WP_DEBUG’, true ); define( ‘WP_DEBUG_LOG’, true);) and had a look into the log file. I cannot find the string “lepopup.js”. There are a few entries fro wp-optimize, but I cannot judge whether this is related or not:

      /www/htdocs/xxx/mydomain.com/testsite/wp-content/plugins/wp-optimize/cache/class-wp-optimize-page-cache-preloader.php on line 369
      [18-Feb-2026 08:07:31 UTC] E_WARNING: simplexml_load_string(): k rel=”alternate” type=”application/rss+xml” title=”mydomain.com &raquo; in /www/htdocs/xxx/mydomain.com/testsite/wp-content/plugins/wp-optimize/cache/class-wp-optimize-page-cache-preloader.php on line 369
      [18-Feb-2026 08:07:31 UTC] E_WARNING: simplexml_load_string(): ^ in

      With minification deactivated, if I just try to exclude this lepopup.js with “/wp-content/plugins/halfdata-green-popups/js/*” under I get this popup: “lepopup.js requires jQuery to be loaded. Please include jQuery library above lepopup.js. Do not use “defer” or “async” option to load jQuery.

      Best regards!

      Thread Starter Bart

      (@bkukla)

      Hi,

      thanks for your quick response! I really appreciate that! 🙂

      If I turn minify on (for JS) and activate merging, it seems to work, but this is not my preferred way (see below) (minify cache tells 92 files).

      If I just disable merging, the error still occurs (lepopup.js is not among the processed files under “show information”) (minify total cache tells 66 files only).

      Trying to exclude it in Exclude JavaScript from processing with an entry does not work (/wp-content/plugins/halfdata-green-popups/js/lepopup.js).

      Anyway, I had minify disabled totally, because of worse experience with page speed checks. So, in the original configuration, when minify is off, it does not work.

      The best would be, if it worked as in the previous version…

      Best regards

      P.S.: For merging I get the following hint: Enable merging of JavaScript files into one to reduce HTTP requests. Merging JavaScript files may improve performance on HTTP/1.1, but could reduce speed on HTTP/2/3. Note: Your site is currently using HTTP/2/3.

      Hi @photoon,

      although having Fluent Forms Pro as well, I use Green Popups for this purprose. This plugin enables me to design both popups / forms AND customizable double-opt-in for each form (both text and e-mail can be set separately!). Once the confirmation link is clicked, the user is added to FluentCRM as “subscribed”. I also added a custom field to mark, which form led the subscriber to my database. Green Popups has integrated support for FluentCRM, I have modified the file to add custom fields and “full name” feature, though.

      Another approach would be just to use a generic “e-mail confirmation” and a generic “service@domain.tld” e-mail address.

      Best regards

      Bart

      Thread Starter Bart

      (@bkukla)

      Hi @tahmidulkarim,

      thanks for your feedback! Indeed, this would be a valuable feature! Just think of different languages besides the use cases I mentioned.

      Thanks!

      Bart

      • This reply was modified 4 years ago by Bart.
      Thread Starter Bart

      (@bkukla)

      Hi Steve,

      thanks for your explanation! I tried out your Blocks-plugin and it works well for me!

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