Performance Improvement
-
Hello
I have been checking the code and there are dozens of comparisons.
I believe you could improve a lot the performance by using
!==
instead of!=
and double quotes instead of single quotes.https://maettig.com/code/php/php-performance-benchmarks.php
https://www.phpbench.com/Regards
https://www.ads-software.com/plugins/custom-content-shortcode/
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Performance Improvement’ is closed to new replies.