Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author nintechnet

    (@nintechnet)

    Your site is running out of memory :

    Error: E_ERROR (Allowed memory size of 268435456 bytes exhausted (tried to allocate 10485760 bytes) – line 175 in /var/web/site/public_html/wp-content/plugins/permalink-manager-pro/includes/core/permalink-manager-core-functions.php

    You can try either to increase the memory by editing the wp-config.php for example:

    /* Adjust memory for frontend */
    define('WP_MEMORY_LIMIT', '384M');
    /* Adjust memory for backend */
    define('WP_MAX_MEMORY_LIMIT', '384M');

    If you don’t want or can’t increase the memory, try to change the profiler’s accuracy in the “Settings” tab. Select a lower accuracy such as “High” instead of “Highest” and, below, select a lower value for the “Buffer size” as well (e.g. 5MB)

    Thread Starter sportinplace

    (@sportinplace)

    Hello,
    Thank you for your help.
    Unfortunately I’m not able to increase the memory.

    I have tried to modify the values below:
    Accuracy and precision: lowest
    Buffer size: 1MB

    Viex screenshot => https://ibb.co/p2FdgBs

    Even with these lowest values, it still doesn’t work => https://ibb.co/dJwd5cP

    Could you please suggest another solution?
    Thanks in advance
    Best regards
    Bruno

    Plugin Author nintechnet

    (@nintechnet)

    Can you tell me what was the last 500 error message? Did you check it in your PHP error log, or the profiler’s “Log” section? Was it about memory?

    Thread Starter sportinplace

    (@sportinplace)

    Hello,
    Thank you for your feedback and help.

    Please find below the error log :

    • 11-Oct-24 11:46:51 INFO Initializing Code Profiler v1.7.1 on https://www.sport-in-place.com. Profile: 2024-10-11_646573 – https://www.sport-in-place.com/
    • 11-Oct-24 11:46:53 ERROR Erreur?: E_ERROR (Allowed memory size of 268435456 bytes exhausted (tried to allocate 8388672 bytes) – ligne 210 dans /var/web/site/public_html/wp-content/plugins/code-profiler/lib/class-profiler.php)
    • 11-Oct-24 11:46:53 ERROR Le site Web a renvoyé le code d’état HTTP suivant?: 500 Internal Server Error.
    • 14-Oct-24 12:49:44 INFO Initializing Code Profiler v1.7.1 on https://www.sport-in-place.com. Profile: 2024-10-14_910144 – https://www.sport-in-place.com/produit/velo-appartement-hms-rw3011-noir/
    • 14-Oct-24 12:49:47 ERROR Erreur?: E_ERROR (Allowed memory size of 268435456 bytes exhausted (tried to allocate 10485760 bytes) – ligne 211 dans /var/web/site/public_html/wp-content/plugins/permalink-manager-pro/includes/core/permalink-manager-core-functions.php)
    • 14-Oct-24 12:49:47 ERROR Le site Web a renvoyé le code d’état HTTP suivant?: 500 Internal Server Error.
    • 14-Oct-24 12:52:48 INFO Initializing Code Profiler v1.7.1 on https://www.sport-in-place.com. Profile: 2024-10-14_910358 – https://www.sport-in-place.com/produit/velo-appartement-hms-rw3011-noir/
    • 14-Oct-24 12:52:52 ERROR Erreur?: E_ERROR (Allowed memory size of 268435456 bytes exhausted (tried to allocate 10485760 bytes) – ligne 211 dans /var/web/site/public_html/wp-content/plugins/permalink-manager-pro/includes/core/permalink-manager-core-functions.php)
    • 14-Oct-24 12:52:52 ERROR Le site Web a renvoyé le code d’état HTTP suivant?: 500 Internal Server Error.

    Yes, it seems to be due to a memory size problem, but unfortunately I can’t increase it.

    Would you have another solution for me please?

    Cordialy

    Bruno

    Plugin Author nintechnet

    (@nintechnet)

    Most memory errors seem to be related to that plugin : permalink-manager-pro
    If you can’t increase the memory, can you try to temporarily deactivate permalink-manager-pro and then run the profiler?

    Thread Starter sportinplace

    (@sportinplace)

    Hello,
    Thank you for your help.
    Yes, you’re right, the problem does indeed come from a conflict between the Code profiler plugin and permalink manager.

    To try, I deactivated permalink manager and it now works.

    I just have 3 questions if you don’t mind:

    1 – What does this message below mean?
    Does it mean that the Fluent forms and Cost of Goods for WooCommerce plugins are the 2 plugins that are slowing down the site the most? If so, could you confirm that this is correct? Please, just to understand!

    Code Profiler has detected that the following components, sorted by execution order, use the Composer dependency manager:
    1: Fluent Forms, 2: Cost of Goods for WooCommerce, 3: Noptin – WordPress Newsletter Plugin, 4: Image optimization service by Optimole, 5: Rank Math SEO, 6: Swatchly – Variation Swatches for WooCommerce Products, 7: WP All Import Pro, 8: Defender Pro.
    As this can increase the runtime of Fluent Forms, be sure to check the following FAQ: Why does Code Profiler warn me that I have several extensions using Composer?

    2 – What does the ES file statistics view mean?

    3 – What does the ES disk statistics view mean?

    I’d really like to thank you for your help and will be sure to leave a positive review following your assistance!

    https://ibb.co/VQ01bPp
    https://ibb.co/n3RJbFg
    https://ibb.co/cgvqrGJ
    https://ibb.co/HNhP8rR
    https://ibb.co/zRf4yJZ
    https://ibb.co/qRKSxqv
    https://ibb.co/T8RCcqZ

    Sincerely
    Bruno

    Plugin Author nintechnet

    (@nintechnet)

    Regarding the Composer warning, please click on the “FAQ” tab and check the “Why does the execution time and memory returned by Code Profiler seem higher than when I load my site in my browser” example.

    File Statistics show I/O (Input/Output) operations that occurred while your website was loading: you can click on the “Help” button below the chart to have more details about each label.

    Disk I/O Statistics show the sum of read and written bytes (see the Help button too).

Viewing 7 replies - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.