View attachment 29114
# THERE ARE SOME POSSIBLE ISSUES (NOT AUTOMATIC) WITH ELEMENTOR PRO.
On one of my websites, Elementor Pro backup edition doesn't work when Lighthouse is activated.
Download Lighthouse - Performance Tuning WordPress Plugin Nulled Free CodeCanyon 13036892
Note: This plugin requires PHP 7 or higher and (optionally, for best performance) WordPress 5.3 or higher!
Lighthouse is a performance tuning plugin, removing lots of default WordPress behaviour...
* FIX: Removed option to block WebP image creation as it's not a Core feature yet
* UPDATE: Updated PHP and WordPress recommendations
* UPDATE: Used the IntersectionObserver API to only prerender links when they are visible. This will prevent the browser from prerendering links that the user may never actually interact with, which can improve the overall performance of the page. Additionally, using requestIdleCallback to schedule the prerendering logic to run when the browser is idle can ensure that the user's experience is not impacted by the prerendering process.
*...
* FIX: Fixed undefined queries in WordPress back-end
* SECURITY: Add failed login count
* SECURITY: Refactor Dashboard cards and add a Security card
* UPDATE: Refactored registration spam prevention to shortcircuit the `register_post` hook
* UPDATE: Refactored the blacklist log into an option counter
* UPDATE: Deprecated Core Web Vitals and CrUX
* UPDATE: Updated WordPress recommendation
* UPDATE: Updated ClassicPress recommendation
* FIX: Fixed update checker loop
* UPDATE: Removed CrUX report
* UPDATE: Removed Core Web Vitals and CrUX
* UPDATE: Added option to delete old settings, tables, files and logs on-demand
* UPDATE: Added option to remove the Custom Fields metabox from the post editor because it uses a very slow meta_key sort query
* UPDATE: Updated Thin UI to latest version (2.1.1)
* UPDATE: Only load ChartJS on Lighthouse pages to prevent conflicts with other getButterfly plugins
* FIX: Update User Agent check to prevent PHP 8+ warnings
* UPDATE: Update ClassicPress recommendations
* UPDATE: Remove all "Beta" labels
* UPDATE: Refactor code (WPCS)