bug

  1. R

    Big/Full Size Emojis

    Hello! I am having some issues with Emojis showing as full size on my site. I just copied and pasted the check mark into elementor and everything was good until I used litespeed cache. Then I started to see that those check marks show full size. I clear the cache and it seems to help .. but...
  2. K

    Enabling LiteSpeed Guest Optimization got PageSpeed Insight performance Error

    When I enable the Guest Optimization I always got a PageSpeed Insight performance Error. But when it's disabled, I got a low score. I want to enable this just like on my other websites to have a high score in performance but I think, there is a bug on the plugin after WordPress 6.2 is...
  3. P

    Litespeed Cache break sites even when all the setting is off. - maybe a bug.

    Hi, I installed lite speed cache on my site using open lite speed server. I notice it breaks all the style of my website. as you can see in the attached files, one is with litespeed plugin activated while the other one screen capture after the plugin is deactivated (style is back to normal) I...
  4. T

    Headers & Foots Vanished Since WordPress Update Due To LiteSpeed

    Since the most recent WordPress update the headers and footers across the site have vanished and only popped back up when I deactivated the LiteSpeed Wordpress Plugin. I assume this means that the plugin needs to be updated for the newest version of WP. Anyone know when that'll be as right now I...
  5. J

    JCH & LiteSpeed Cache Plugin for Joomla

    Currently on a new site I'm building using Joomla, JCH Optimize Pro and the LiteSpeed Cache Plugin, If I clear the JCH or Joomla System cache, the website breaks unless I manually clear the litespeed cache. site: https://storehousetech.win/ It says 404 errors in the console: Failed to load...
  6. F

    Rewrite from http and www to https://non-www

    My goal is to redirect all http and www URLs to https://non-www To this end, I have written the following lines to .htaccess: RewriteEngine on RewriteCond %{HTTPS} off [OR] RewriteCond %{HTTP_HOST} ^www\. [NC] RewriteCond %{HTTP_HOST} ^(?:www\.)?(.+)$ [NC] RewriteRule ^(.*)$...
  7. K

    [Resolved] [BUG] FileETag Directive in HTACCESS

    Seems there is a bug in the FileEtag directive. Here is a test to show what i mean. The test files will be: PNG Image file : test.png CSS Stylesheet file : test.css Now, with an empty .htaccess file the response headers are as follows (take note of the ETag header for each file): Response...
Top