Like Ra's Naughty Forum
Site performance, Server errors, outages and tunings - Printable Version

+- Like Ra's Naughty Forum (https://www.likera.com/forum/mybb)
+-- Forum: Technical section (https://www.likera.com/forum/mybb/Forum-Technical-section)
+--- Forum: Site (https://www.likera.com/forum/mybb/Forum-Site)
+--- Thread: Site performance, Server errors, outages and tunings (/Thread-Site-performance-Server-errors-outages-and-tunings)



RE: Site performance, Server errors, outages and tunings - madboyevil - 19 Dec 2015

I don't remember if someone aeady post the error but when you search the forum it shows the threads or post and then you click on it and it doesn't generate the url correctly. For example I search for something and the url was the following: http://www.likera.com//www.likera.com/forum/mybb/Thread-Latex-penis-sheath-built-in-sheaths-cocks-in-latex-sheaths?highlight=latex

It's concatenating the domaing twice so all the links from the search doesn't work.


RE: Site performance, Server errors, outages and tunings - herrpee - 19 Dec 2015

Yea, I have the same problem, posted about it, but forgot to reply to Ra's answer. So Ra, the engine gives the double domain :p


RE: Site performance, Server errors, outages and tunings - Like Ra - 19 Dec 2015

Thanks guys, checking now!


RE: Site performance, Server errors, outages and tunings - Like Ra - 19 Dec 2015

I think I've fixed this. The problem was one mod_rewrite rule, that did not have "http://" or "https://" in the beginning. Only the protocol independent "//".


RE: Site performance, Server errors, outages and tunings - herrpee - 20 Dec 2015

Hi Ra, I noticed today some phpto's align on the right side of the side screen, covering the plugin to advance in the gallery. Can you make sure they don't align right pls? Or do I really have to upgrade my monitor :p ?


RE: Site performance, Server errors, outages and tunings - Like Ra - 20 Dec 2015

(20 Dec 2015, 10:09 )herrpee Wrote: I noticed today some phpto's align on the right side of the side screen, covering the plugin to advance in the gallery.
This is something I've been struggling for months. I still can't find an optimal HighSlide parameters set for the controls placement. The controls either cover a part of the image, or are covered by the image. I'll make another parameter juggling round today. It becomes annoying indeed.


RE: Site performance, Server errors, outages and tunings - Like Ra - 20 Dec 2015

I have changed the HighSlide params, the controls are better positioned now, in my opinion. Please test and let me know.


RE: Site performance, Server errors, outages and tunings - herrpee - 21 Dec 2015

There are no more controls?


RE: Site performance, Server errors, outages and tunings - Like Ra - 21 Dec 2015

Errmmm... Highslide JS files is not included.. Hm...😕


RE: Site performance, Server errors, outages and tunings - Like Ra - 21 Dec 2015

Fixed! Did not notice that "global $mybb;" was not in the function.

I spent the whole Sunday tweaking database queries and bypassing pieces of codes for non-logged-in users (they are useless for them anyway). While I've made a huge progress, I still can't catch the queries that do not use indexes and the queries that create temporary tables on disk. It started a week ago after one of the upgrades (the WordPress, plugins, etc) - the amount of temp tables created on disk increased dramatically, and while I managed to decrease the CPU load almost to zero, the disk load is now at least two times higher, than before. I do not even know if it's the forum or the blog... The quest continues 😁