Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom/Defuse\Crypto\Core::pbkdf2 really slow #1096

Open
slaroy opened this issue Dec 18, 2024 · 0 comments
Open

Custom/Defuse\Crypto\Core::pbkdf2 really slow #1096

slaroy opened this issue Dec 18, 2024 · 0 comments

Comments

@slaroy
Copy link

slaroy commented Dec 18, 2024

I am trying to analyze performance on my webpage using Newrelic. One of the slowest parts of the page is consistenly Custom/Defuse\Crypto\Core::pbkdf2 from the pinterest-for-woocommerce plugin, often clocking in over 2 seconds.

code.filepath
/home/****/public_html/wp-content/plugins/pinterest-for-woocommerce/vendor/defuse/php-encryption/src/Core.php
code.function
pbkdf2
code.lineno
389
code.namespace
Defuse\Crypto\Core
duration
2052

Is there a known issue, or some way to increase the performance?

WooCommerce version: |   | 9.5.1
WordPress version: |   | 6.7.1
WordPress memory limit: |   | 2 GB
PHP version: |   | 8.1.31
Pinterest for WooCommerce by WooCommerce – 1.4.14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant