Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
Shells Virtual Desktop
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

LET is slow...

Carlin0Carlin0 Member
edited December 2024 in General

Does it happen only to me ?

Comments

  • It's your Let WIFI

  • Only when using the search feature.

  • Works fine for me.

  • itsTomHarperitsTomHarper Member, Megathread Squad
    edited December 2024

    LET Support: We've tripled your loading time! Thanks!

    All good here btw, no issues

  • Only when there’s a $7 flash sale

  • @rogerwilco said:
    Only when using the search feature.

    +1

  • @Carlin0 said:
    Does it happen only to me ?

    Use recently acquired hetrixtools monitor to know for certain!

  • Let it snow let it snow let it snow

  • emghemgh Member, Megathread Squad

    Sorry, my new side project BallsHost just took over hosting LET. We’re currently deploying our new Celeron line up which will revolutionize the loading times

  • Sounds like a great value. I might have to get one myself and let it idle. When does BallsHost take its first customers?

    @emgh said: currently deploying our new Celeron line up which will revolutionize the loading times

    Thanked by 1emgh
  • emghemgh Member, Megathread Squad

    @Turbo_Pascal said:
    Sounds like a great value. I might have to get one myself and let it idle. When does BallsHost take its first customers?

    20k BTC only and the balls are yours

    Take it or leave it

    Thanked by 1satorik
  • are you a premium user?

  • @Carlin0 said:
    Does it happen only to me ?

    No. It is slow, and not only when using the search feature.

  • anything that gets hot, tends to become slower.

  • itsTomHarperitsTomHarper Member, Megathread Squad
    edited December 2024

    @rogerwilco said:
    Only when using the search feature.

    It has always been like that I guess. Not sure if it's an artificial limit or it's really an intensive operation (could be considering the millions of comments and data accumulated over the years)

  • I feel fine,maybe because of your network?

  • If you are going through a lot of comments on a page, like with the black friday page, you can use a tampermonkey script to make the pages load through ajax. Might be a slight improvement. Create a new script and set @match as https://lowendtalk.com/discussion/*, and add the below code.

    (function() {
        'use strict';
        function injectScript(src) {
            const script = document.createElement('script');
            script.src = src;
            document.head.appendChild(script);
        }
        injectScript("https://unpkg.com/[email protected]");
        setTimeout(function() {
            var CommentsWrap = document.querySelector('.CommentsWrap');
            CommentsWrap.setAttribute("hx-swap", "innerHTML");
            CommentsWrap.setAttribute("hx-boost", "true");
            CommentsWrap.setAttribute('hx-target', ".CommentsWrap");
            CommentsWrap.setAttribute('hx-select', ".CommentsWrap");
            htmx.process(CommentsWrap);
            addEventListener("htmx:afterOnLoad", (event) => {
                let content = event.detail.target;
                setTimeout(function() {
                    htmx.process(content);
                }, 500);
            });
        }, 3500);
    })();
    
  • NeoonNeoon Community Contributor, Veteran

    The cluster, struggling it is.

    Thanked by 1Carlin0
  • @emgh said:
    Sorry, my new side project BallsHost just took over hosting LET. We’re currently deploying our new Celeron line up which will revolutionize the loading times

    Time to host LET on that Advance-1

    Thanked by 1emgh
  • I haven't experienced, it would be slow..

    But looks like LET/CloudFlare restricted the access most of the time to the Internet Archive's crawler bot, (to their IP ranges).. It sad for me..

  • NeoonNeoon Community Contributor, Veteran

    @titus said:
    I haven't experienced, it would be slow..

    But looks like LET/CloudFlare restricted the access most of the time to the Internet Archive's crawler bot, (to their IP ranges).. It sad for me..

    Funny, when I used to crawl LET, never had such issue.
    The cloudflare bot protection is/was a joke.

    Probably CF knows the IP ranges so.

  • @emgh said:
    Sorry, my new side project BallsHost just took over hosting LET. We’re currently deploying our new Celeron line up which will revolutionize the loading times

    Revolutionize in a good or bad way?

    Thanked by 1emgh
  • emghemgh Member, Megathread Squad

    @barbaros said:

    @emgh said:
    Sorry, my new side project BallsHost just took over hosting LET. We’re currently deploying our new Celeron line up which will revolutionize the loading times

    Revolutionize in a good or bad way?

    Good of course

    Thanked by 1barbaros
Sign In or Register to comment.