Forum Replies Created

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

    (@techguysa)

    So i tried everything and Gemini recommended your plugin to me with the whole

    Litespeed Cache > cache > Excludes > Exclude Settings > Do Not Cache URIs

    Which i added

    /blackhole/
    /?blackhole=

    and in

    Litespeed Cache > cache > Excludes > Exclude Settings > Do Not Cache Query Strings

    i added

    blackhole

    and it still doesnt do anything i went on Tor to mask my IP showed me us a ipv6 from switzerland and i purposly clicked the /?blackhole=bunchoflettersetc and just refereshes the page basically

    i dont use ESI on the site from litespeed cause that breaks for some reason my users ability to log in. things like cart etc are on taht list and they work well even if there is a price change or stock qty change happening so i know those arent being cached. but you right its sitewide and its not like blackhole is a actual page more of a string

    for now i uninstalled your plugin till someone can figure it out or maybe some other method to block these scrappers from not listening to the robots



    @ontheroad

    You can do that via htaccess instead of a plugin. its more lightweight less stuff too

    # Block WordPress xmlrpc.php requests
    <Files xmlrpc.php>
        Order Deny,Allow
        Deny from all
    </Files>

    or if you want to add just your static IP

    # Block WordPress xmlrpc.php requests
    <Files xmlrpc.php>
        Order Deny,Allow
        Deny from all
        Allow from xxx.xxx.xxx.xxx
    </Files>

    nice will do that
    PS have to tell you

    It was a combination of DDOS on my end (bot scrapers ive been fighting off since last year i have geoblocking on but passed week they been using local servers ive implemented a new “security method:” to attack them.

    on this fix ill update it today and keep an eye out but yes was a combination of SQL tables _options growing large and not being indexed properly ive optimised it and then 400k bat bot scrappers eating my Ram (7/9GB and 90% cpu cause of it.

    and how do i do that?

    not to hijack a thread but im having the same issue. been wondering for days why is my backend so slow and my redis crashed my host said my mariadb grew 10+gb so resetted redis and mariadb but at the same time (this was after a critical error) same time i cant see transcients it just shows 0 does feel like its not caching properly. works fine AFTER i clear Redis via Cpanel and via Litespeed.

    im going to roll back to 7.7 as per other thread but thought this might help

    Thread Starter techguysa

    (@techguysa)

    HI its okay

    Because of A.I bot attacks we geoblocked the world basically but our host made some modifications (wont say publicly) but its working now

    seems to of been that part of which ever IP is used to feed the gla was blocked etc.
    but we resolved this issue. It was not your plugin. or so i believe

    the only thing i can see is and maybe cause my gla’s failed in woocomerce action scheduler (so ill wait for them to respawn) is that if i click on product feeds
    the top row just spins but again we reloaded everything etc that with the combination of geo blocks may of been the cause ill keep an eye on it next few days.
    since gla/jobs/update_merchant_product_statuses/process_itemComplete is being done i think its still running etc so ill give it time.

    as for firefox or chrome i think you right my firefox is also bit more secure and things like Tawk that dashboard refuses to load due to how that page is trying to display but then i just go to chrome and load what i need close it and use the application on windows.

    Thread Starter techguysa

    (@techguysa)

    I see with htaccess rules or without it works on chrome but not on firefox…

    Thread Starter techguysa

    (@techguysa)

    cant edit

    ja cant edit main post or depete ive reported it asking to be deleted sorry i didnt even see it there

    • This reply was modified 1 year ago by techguysa.
    Thread Starter techguysa

    (@techguysa)

    HI
    I see i got a slow query from your plugin

    however ive been cahtting to chatGPT and i think i might not need your plugin but im not really sure

    the slow query is

    QueryCallerComponentRowsTimeSELECT DISTINCT YEAR( post_date ) AS year, MONTH( post_date ) AS month
    FROM EdmHnkOX_posts
    WHERE post_type = 'attachment'
    ORDER BY post_date DESC

    1. wp_enqueue_media()
      wp-includes/media.php:4876
    2. Extendify\Shared\Admin->loadGlobalScripts()
      wp-content/plugins/extendify/app/Shared/Admin.php:48
    3. do_action('admin_enqueue_scripts')
      wp-includes/plugin.php:517

    Plugin: extendify 58 0.0677


    now i use woodmart as the theme and WPBakery to build the pages i did import the demo “hardware” and worked on those based on that demo i replaced the images etc added stuff here and there etc

    i dont have guntenberg installed at all.

    should i keep it?

    Thread Starter techguysa

    (@techguysa)

    yeah got that running the slow query makes no sense (to do wtih woocommerce but ill dig into it and find that table i swear i optimised already

    i use woodmart im pretty sure it functions with yours

    Thread Starter techguysa

    (@techguysa)

    Oh you know… resources getting nailed
    busy with indexing SQL just have to do it in stages at night when traffic is super low
    12 core 16gb ram
    Mysqltuner is suggesting increasing the innob log files from 1g to 2.8gb or something like that etc and suggsting more ram but 3 weeks ago with a 10core 12gb ram everything was fine till we got knock on synattacks and woocommerce transcient issuse (that is sold we got rid of wordfence for another WAF etc (i dont share this info publicly) but its paid and runs less resources

    litespeed cache crawler is off and childs droped from 35 to 5 so it doesnt eat so many cpu cores but once i got the SQL indexing sorted im checking everything else i do have about 40k plus products and about 20k of those are published
    i use a good few plugins that all work well with 1 plug in we made for quoted orders. (61 lines of code only)

    autoloads been turned off on most plugins that dont need it without breaking functionality
    WP cron disabled for a real cron via Cpanel Cron Jobs

    its optimisations im busy with but also trying to figure out which plugin is causing what exactly i can disable everything its smooth i start slowly (49 of them) then its fine but give it a few hours

    i do have a ton of crawlers on the site blocked bad ones though

    going to enable litespeed cache crawler cause ui turned him off but i want to configure it first via sitemapping

    got most of it to be stable with traffic so database crash isnt happening but i have to strangle it a bit I am thinknig of moving servers with 24gb ram but first i want to fix it.

    mysqltuner did state i need more ram but thats when tables were missing etc it was eating all 11gb ram now after about 10/11hours running its about just under 8gb ram so doing more SQL tweeks and optimisations there. however my focus will be those php proceses. I cant see why they want to HOG so much % but if i increase the child from 5 to 20 for example the % drops but they add so many workers and its taking all of them (my product imports are off i deleted those jobs to stop from failing etc or slow downs cause i supplier can be 7000 products)

    top – 11:38:02 up 1 day, 4:37, 1 user, load average: 16.59, 16.16, 15.96
    Tasks: 272 total, 12 running, 258 sleeping, 0 stopped, 2 zombie
    %Cpu(s): 47.6 us, 13.6 sy, 0.4 ni, 16.7 id, 0.2 wa, 0.0 hi, 6.2 si, 15.3 st
    MiB Mem : 15995.5 total, 1939.5 free, 7120.8 used, 6935.1 buff/cache
    MiB Swap: 2048.0 total, 2016.5 free, 31.5 used. 8253.4 avail Mem

    PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ COMMAND

    443398 mysql 20 0 15.2g 4.5g 30836 S 142.1 28.9 400:45.90 mysqld
    445388 memcache 20 0 610412 233912 3200 S 110.6 1.4 301:32.76 memcached
    375621 root 20 0 2568268 14096 8256 S 61.9 0.1 229:29.37 imunify360-unif
    633250 vapeand+ 20 0 457992 221472 147148 R 51.0 1.4 0:04.54 lsphp
    633217 vapeand+ 20 0 473560 237340 147384 R 47.4 1.4 0:07.33 lsphp
    633285 vapeand+ 20 0 438056 201620 147212 S 45.7 1.2 0:02.54 lsphp
    632752 vapeand+ 20 0 479648 243712 147512 S 44.7 1.5 0:33.89 lsphp
    632905 vapeand+ 20 0 479060 242856 147228 S 43.4 1.5 0:25.07 lsphp
    632984 vapeand+ 20 0 474276 239080 148408 R 42.7 1.5 0:23.27 lsphp
    633274 vapeand+ 20 0 460040 223544 147240 R 39.7 1.4 0:03.40 lsphp
    633226 vapeand+ 20 0 468744 231848 147148 R 37.7 1.4 0:06.77 lsphp
    633213 vapeand+ 20 0 480520 241412 147148 R 35.4 1.5 0:07.15 lsphp
    633305 vapeand+ 20 0 452916 213268 145964 R 34.8 1.3 0:01.05 lsphp
    633308 vapeand+ 20 0 450868 210800 145900 R 33.1 1.3 0:01.00 lsphp
    633309 vapeand+ 20 0 452916 212904 145900 S 31.5 1.3 0:00.95 lsphp
    633324 vapeand+ 20 0 433840 189524 141404 R 17.9 1.2 0:00.54 lsphp
    633325 vapeand+ 20 0 425584 169868 130012 R 12.3 1.0 0:00.37 lsphp
    633326 vapeand+ 20 0 417260 152288 119200 R 7.0 0.9 0:00.21 lsphp
    443752 nobody 20 0 1208428 139100 38540 S 6.3 0.8 7:43.09 litespeed
    443746 nobody 20 0 1198292 129396 38348 S 4.3 0.8 7:36.11 litespeed
    443745 nobody 20 0 1216596 139516 38588 S 2.0 0.9 7:47.60 litespeed
    796 root 20 0 678816 36892 10220 S 0.7 0.2 13:08.02 agent360
    1638 root 20 0 3239520 97952 11036 S 0.7 0.6 12:14.03 imunify-residen

    techguysa

    (@techguysa)

    its a woocommerce plug in issue drop it to version 9.7.1 wait for 9.9.x to come out.

    causes thousands of those things. I had to go into Cpanel Terminal CD public_html etc to get rid of them in batches but drop that woocommerce down to 9.7.1 and then clean it up

    Thread Starter techguysa

    (@techguysa)

    i thought 9.9 wouold of been it.

    im going to monitor it cause 22hours it was about 15 000 of them (deleted them cause was hogging CPU again)

    Thread Starter techguysa

    (@techguysa)

    just letting you know the duplication still happening

    Thread Starter techguysa

    (@techguysa)

    “Hi @techguysa – thanks for reaching out and for the detailed explanation. We will look into this.

    Can you share which browser you are using? Also, do you have a way to share a quick video showing the behavior. I think it’s clear, but a video always helps. You can share a link here or also send it to [email protected]

    Thanks!”
    Can say its not browser related thought it was but we use Firefox and we tried it in Chrome does the exact same.

    Ja sorry didnt make a video but i just updated it to 1.18.2 looks like its fixed

    many thanks

Viewing 15 replies - 1 through 15 (of 115 total)