Forum

Forum Feedback

Viewing 18 posts - 61 through 78 (of 78 total)
  • Author
    Posts
  • #10485

    There’s been some extraordinary slowness on this forum – and site as a whole – these last few days, ever since the downtime on April 21st. I’m trying to discuss this matter with the hosting company, and Malte is trying to think of solutions on our end. Hopefully, it will revert back to normal soon. I apologize for the “annoyance” of posting on a slow board in the meantime. Please don’t leave us permanently because of this!

    #10486
    Malte Müller
    Keymaster

    Yes, I adjusted some caching settings (logged in forum users don’t get cached pages) but we are constantly experiencing unusual high traffic the last days. To speak with Star Wars: “This can only mean one thing: bots”…

    #10497
    FalkirkBairn01
    Participant

    Yes, things are currently so slow.

    #10501
    GerateWohl
    Participant

    Hey! The forum seems back to speed.

    #10502

    Yes, it’s faster now, but not quite back to normal. I’ll hopefully hear back from the hosting company tomorrow – a regular work day. I’m 99% sure the problem is on their end.

    #10508
    Malte Müller
    Keymaster

    Something weird is going on on this site. Did for sure enabled the cachng and now checking the settings it is off again. At least on the caching settings but the admin toolbar above cleary has the button “Delete cache” so it is actually active…

    Thor, when you contact them they should check their and our database setup…

    #10547

    Just a quick update:

    The hosting company is experiencing issues with their database servers. They’re currently working on it.

    Hopefully, we should be back to normal speed soon. It’s (understandably) been a lack of activity here in the last few days while this is happening. I don’t feel much like posting myself when it takes 7-8 seconds for a topic to load. But hang in there, please.

    #10548
    Malte Müller
    Keymaster

    Sounds promising! Additionally another, a little more “agressive” caching plugin is now active. As before loggedin users do not get cache pages. But it should again help reduce load when we have lots of traffic hopefully…

    #10584

    Right now, the speed appears to be back to normal! Let’s hope it sticks!

    #10585
    Malte Müller
    Keymaster

    Yeah, that feels good now! As the host reported they fixed something significant and we hope that was it now!

    #10678
    GerateWohl
    Participant

    One suggestion from my side. Would it be possible to set the default target for external links embedded in posts to be opened in a separate tab or window? When I click on a link in a post it gets opened in the current Window and CELLULOIDTUNES.NO is gone from my browser.

    #10679

    Would be nice, but that might possibly require a separate plug-in, as I found no such option in the settings. I’ll leave it to Malte to comment in more detail, and if it’s possible. I have some wishes of my own – to remove the name of the most recent poster on top of the board, and putting threads with new replies since the last visit in bold font, but these are not options that come with this simple board either, alas.

    #10681
    GerateWohl
    Participant

    In plain HTML you can add that header:

    <head>
    <base target=”_blank”>
    </head>

    No plug-in required.

    #10682
    Malte Müller
    Keymaster

    `< head>
    < base target=”_blank”>
    `

    That would annoyingly open all links that have nothing set by default in a new tab and not just external ones. You would only want this would only do this for external ones and there are constant usability debates if opening any link within a new tab should be left to the user always.

    But if you click the link on the toolbar you get a dialog that has a checkbox for opening the link in. You can also use target=”_blank” on the link created by the toolbar manually. Since the forum embeds a link directly it is not possible to simple hook into anything…

    I could try to do this via JS dynamically but that might cause a performance issue as we have lots of links on a topic page…

    #10683

    Ah, I hadn’t even noticed there was a “Open link in a new tab” option when you insert links here. I’ll try to use that from now on. Of course, it requires that everyone else does so too.

    #10685
    Malte Müller
    Keymaster

    I’ll try the js way. It has to go through every link to see if the target is external and then add an that target attribute dynamically. Maybe it does not cause any trouble unless you are visitong on a stone age device as here the browser has to do the work after loading everything.

    #10687
    GerateWohl
    Participant

    If you use for local links just relative links and not absolute ones it should be easy to distinguish.

    But I understand the issue.
    Anyway, was just a proposal for a nice-to-have.

    #10688
    Malte Müller
    Keymaster

    If you use for local links just relative links and not absolute ones it should be easy to distinguish.

    It is easy to check if it is celluloidtunes.no or not, that’s not the problem 😉 I will take a look as soon as I get the chance.

Viewing 18 posts - 61 through 78 (of 78 total)
  • You must be logged in to reply to this topic.