Forum Replies Created

Viewing 15 replies - 1 through 15 (of 15 total)
  • Thread Starter tbl91

    (@tbl91)

    Thank you for the reply. I will try it.

    Thread Starter tbl91

    (@tbl91)

    It was a lot of work but I found the issue. A plugin has a bug. I will report it there. Thank you for the quick replies.

    Thread Starter tbl91

    (@tbl91)

    @fierevere Thank you for the reply. I didn’t remove the Cloudflare plugin yet. But I only use Cloudflare for DNS not for performance. It was really slowing down my website. I turned the performance off a few weeks ago. But I removed the plugin. It didn’t resolve the issue I have with the rest api / curl error.

    I just have one question about the /etc/hosts. Why do I need to add my domains to this file? Can this speedup my WordPress website?

    Thread Starter tbl91

    (@tbl91)

    Thank you for the rely @fierevere!

    This is my .htaccess file. I cleaned it a few weeks ago. I don’t use any security plugins on my website. I have a list of all the plugins I use below the .htaccess code.

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress
    
    #Force SSL
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{HTTPS} off
    RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
    </IfModule>
    
    # Compress
    <IfModule mod_headers.c>
    <filesMatch .*\.(jpg|jpeg|png|gif|ico|js|css)(\.gz)?$>
    Header append Cache-Control "public"
    Header append Expires "A604800"
    </filesMatch>
    Header unset Accept-Ranges
    Header unset ETag
    Header unset Link
    Header unset Pragma
    Header unset Transfer-Encoding
    Header unset X-Pingback
    Header append Vary Accept-Encoding
    RewriteCond %{HTTP:Accept-encoding} gzip
    RewriteCond %{REQUEST_FILENAME}.gz -f
    RewriteRule ^(.*)$ $1.gz [L]
    <FilesMatch .*\.gz$>
    Header set Content-Encoding: gzip
    </FilesMatch>
    <FilesMatch .*\.css.gz$>
    ForceType text/css
    </FilesMatch>
    <FilesMatch .*\.html?.gz$>
    ForceType text/html
    Header unset Expires
    </FilesMatch>
    <FilesMatch .*\.js.gz$>
    # Works in IE8 and older but obsolete - today standart = application/javascript
    ForceType text/javascript
    </FilesMatch>
    <FilesMatch .*\.xml.gz$>
    ForceType text/xml
    </FilesMatch>
    <FilesMatch .*\.txt.gz$>
    ForceType text/plain
    </FilesMatch>
    </IfModule>
    
    #Force mp3 download
    <FilesMatch "\.(?i:mp3)$">
      ForceType application/octet-stream
      Header set Content-Disposition attachment
    </FilesMatch>
    
    <ifModule mod_gzip.c>
      mod_gzip_on Yes
      mod_gzip_dechunk Yes
      mod_gzip_item_include file .(html?|txt|css|js|php|pl)$
      mod_gzip_item_include handler ^cgi-script$
      mod_gzip_item_include mime ^text/.*
      mod_gzip_item_include mime ^application/x-javascript.*
      mod_gzip_item_exclude mime ^image/.*
      mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
    </ifModule>
    
    <ifModule mod_expires.c>
      ExpiresActive On
      ExpiresDefault "access plus 10 seconds"
      ExpiresByType text/html "access plus 300 seconds"
      ExpiresByType image/gif "access plus 259200000 seconds"
      ExpiresByType image/jpeg "access plus 259200000 seconds"
      ExpiresByType image/png "access plus 259200000 seconds"
      ExpiresByType text/css "access plus 60480000 seconds"
      ExpiresByType text/javascript "access plus 21600000 seconds"
      ExpiresByType application/x-javascript "access plus 216000 seconds"
    </ifModule>
    
    <ifModule mod_headers.c>
      <filesMatch "\.(ico|flv|jpg|jpeg|png|gif|swf)$">
        Header set Cache-Control "max-age=259200000, public"
      </filesMatch>
      <filesMatch "\.(css)$">
        Header set Cache-Control "max-age=60480000, public"
      </filesMatch>
      <filesMatch "\.(js)$">
        Header set Cache-Control "max-age=21600000, private"
      </filesMatch>
      <filesMatch "\.(xml|txt)$">
        Header set Cache-Control "max-age=216000, public, must-revalidate"
      </filesMatch>
      <filesMatch "\.(html|htm|php|pdf)$">
        Header set Cache-Control "max-age=60, private, must-revalidate"
      </filesMatch>
    </ifModule>
    Autoptimize	2.7.3	—	
    Cache Enabler	1.3.5	—	
    Cloudflare	3.4.1	—	
    CMS Tree Page View	1.6	—	
    Contact Form 7	5.1.9	—	
    Contact Form 7 Signature Addon	4.2.2	—	
    Health Check & Troubleshooting	1.4.4	—	
    Post SMTP	2.0.12	—	
    PWA for WP	1.7.16.1	—	
    Send PDF for Contact Form 7	0.7.9.1	—	
    Site Kit by Google	1.10.0	—	
    The7 Elements	2.5.0.1	—	
    The7 Ultimate Addons for WPBakery Page Builder	3.19.4	—	
    The7 WPBakery Page Builder	6.2.0	—	
    The Events Calendar	5.1.4	—	
    Yoast SEO	14.4.1 -
    • This reply was modified 5 years, 10 months ago by tbl91.
    Thread Starter tbl91

    (@tbl91)

    Hi there,

    I did some other checks and searching but I still can’t find a solution to this issue. I disabled all other plugins but that’s also not working.

    Any more tips?

    Thread Starter tbl91

    (@tbl91)

    I checked it all again. But the settings are good in The Advanced Access Manager plugin. I search in the other plugin settings and can’t find anything.

    Thread Starter tbl91

    (@tbl91)

    Thanks. But in the settings I see there is nothing restricted to the rest api.

    Thread Starter tbl91

    (@tbl91)

    I have this plugins. All are updated to the last version.

    The7 Ultimate Addons for WPBakery Page Builder
    Advanced Access Manager
    Cloudflare
    CMS Tree Page View
    Contact Form 7 Signature Addon
    Contact Form 7
    The7 Elements
    Site Kit by Google
    The7 WPBakery Page Builder
    Post SMTP
    PWA for WP
    Stuur PDF voor Contact Form 7
    The Events Calendar
    Yoast SEO
    Asset CleanUp: Page Speed Booste

    Thread Starter tbl91

    (@tbl91)

    Hi Tobias,

    I took a bit longer then I though. But I just disabled the other plugins and used a incognito window. But the table is still not responsive.

    If you have any other suggestion let me know. I just turned to plugins back on again to keep my site performance high.

    Regards,
    Tom.

    Thread Starter tbl91

    (@tbl91)

    Hi,

    I didn’t try to deactivate all other plugins. O’Neill test it and come back later.

    Your examples are working for me in safari.

    Tom

    Thread Starter tbl91

    (@tbl91)

    Hi TobiasBG,

    I did a check but the default theme Twenty Twenty (version 1.1) gives the same issue. I can’t scroll horizontal. Also I don’t see error codes in the developers view on macOS.

    Tom.

    Thread Starter tbl91

    (@tbl91)

    Thanks for the reply. I will try version ‘PHP 7.2.16 with LSAPI’.

    Thread Starter tbl91

    (@tbl91)

    @autotutorial When I look at this page: http://host01.aquarijn.eu/phpinfo.php I see mysqlnd but that isn’t the same?

    Thread Starter tbl91

    (@tbl91)

    Thanks,

    I added this:

    define('WP_USE_EXT_MYSQL', true);

    But still get the error. See https://host01.aquarijn.eu

    View post on imgur.com

    I also made a screenshot of the error I get in my admin panel of litespeed: https://imgur.com/a/mILNCxD

    • This reply was modified 6 years, 11 months ago by tbl91.
    Thread Starter tbl91

    (@tbl91)

    Yes, I just checked my phpinfo();. I have this version of lsphp73-mysqlnd.

    Version mysqlnd 5.0.12-dev - 20150407 - $Id: 7cc7cc96e675f6d72e5cf0f267f48e167c2abb23 $

    See this picture: https://imgur.com/PfM1WQq

    Edit

    @autotutorial: When i try the database test I get a white screen.

    • This reply was modified 6 years, 11 months ago by tbl91.
Viewing 15 replies - 1 through 15 (of 15 total)