You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have several quiz on some page in my site. It works very well. I wanted to discuss a potential optimization for this plugin that could significantly improve performance.
The current plugin behavior loads additional CSS (css/wpAdvQuiz_front.min.css) and conducts database queries (in snapshot attachment) across the entire site, even on pages without the quiz shortcode. To enhance efficiency, could the plugin be modified to load these resources conditionally, specifically on pages where the quiz shortcode is present?
Implementing this conditional loading feature would streamline resource usage, optimizing performance by focusing resources solely on pages where the quiz feature is utilized.
The text was updated successfully, but these errors were encountered:
I have several quiz on some page in my site. It works very well. I wanted to discuss a potential optimization for this plugin that could significantly improve performance.
The current plugin behavior loads additional CSS (css/wpAdvQuiz_front.min.css) and conducts database queries (in snapshot attachment) across the entire site, even on pages without the quiz shortcode. To enhance efficiency, could the plugin be modified to load these resources conditionally, specifically on pages where the quiz shortcode is present?
Implementing this conditional loading feature would streamline resource usage, optimizing performance by focusing resources solely on pages where the quiz feature is utilized.
The text was updated successfully, but these errors were encountered: