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
Hi. thank you for your great work at litespeed plugin.
As of admin i need to be able to see output of some settings with admin access.
but some options only applied for cached pages.
and i cannot see them until i logged out.
but debugging without admin is very difficult.
like webp replacement and lazy load output.
i know that you cannot change the code for some good reason and logics that i know.
so i came with a new solution
i think you can add debugging mode option that only work with admin users and special params in url
we can control which options apply in debugging mode by passing params like that: https://site.com/?lsp_debug=true&lsp_lazy_load=true&lsap_minify_html=false&lsp_web_replacement=true
so we can see options output and debug easily 😊
The text was updated successfully, but these errors were encountered:
Hi. thank you for your great work at litespeed plugin.
As of admin i need to be able to see output of some settings with admin access.
but some options only applied for cached pages.
and i cannot see them until i logged out.
but debugging without admin is very difficult.
like webp replacement and lazy load output.
i know that you cannot change the code for some good reason and logics that i know.
so i came with a new solution
i think you can add debugging mode option that only work with admin users and special params in url
we can control which options apply in debugging mode by passing params like that:
https://site.com/?lsp_debug=true&lsp_lazy_load=true&lsap_minify_html=false&lsp_web_replacement=true
so we can see options output and debug easily 😊
The text was updated successfully, but these errors were encountered: