Profiles

Recent impact

Score weights high-impact work (commits, releases, approved translations, props) at 3x routine activity.

Last 30 days
0contributions
high0
medium0
score0
Last 90 days
0contributions
high0
medium0
score0
Last 12 months
0contributions
high0
medium0
score0

Contributions

Type
April 2025
Apr 03 Thu · 18:52
Forums med
Posted a reply to Request to Add Edge Side Includes (ESI) Feature in LiteSpeed Cache Free Version, on the site WordPress.org Forums:
Hello, Thanks for your reply, I know but it requires litespeed enterprise webserver to make it…
Apr 03 Thu · 14:54
Forums med
Created a topic, Request to Add Edge Side Includes (ESI) Feature in LiteSpeed Cache Free Version, on the site WordPress.org Forums:
Dear LiteSpeed Technologies Support Team, I hope th…
July 2024
Jul 26 Fri · 11:32
Forums med
Posted a reply to wp_is_mobile() Problem, on the site WordPress.org Forums:
<? if( wp_is_mobile() ) { ?><script src="/Assets/js/mobile.js?v=1.0"></script><? } else { ?><script src="/Assets/js/desktop.js?v=1.0"></script><? } ?> This…
Jul 26 Fri · 10:33
Forums med
Posted a reply to wp_is_mobile() Problem, on the site WordPress.org Forums:
No, but if I changed the version ?v=1.0 then purge all, first access on mobile…
Jul 26 Fri · 10:09
Forums med
Posted a reply to wp_is_mobile() Problem, on the site WordPress.org Forums:
Yes, it gives the correct js file
Jul 26 Fri · 09:59
Forums med
Posted a reply to wp_is_mobile() Problem, on the site WordPress.org Forums:
<? if( wp_is_mobile() ) { ?><script src="/Assets/js/mobile.js?v=1.0"></script><? } else { ?><script src="/Assets/js/desktop.js?v=1.0"></script><? } ?> I…
Jul 24 Wed · 11:22
Forums med
Posted a reply to wp_is_mobile() Problem, on the site WordPress.org Forums:
Report number: IVVFEGKK Report date: 07/24/2024 11:22:27
Jul 24 Wed · 10:01
Forums med
Created a topic, wp_is_mobile() Problem, on the site WordPress.org Forums:
Hello, Since the last update (6.3), wp_is_mobile() …