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 - Like Ra - 18 Jan 2015

As a parallel "project" I"m looking for a suitable solution to implement a global site search (you know, that "standard" search button in the top right corner). Currently evaluating three methods: Sphinx, Sphider and TSEP.

Of course I began with Sphinx. But it turned out that its complexity can be justified only if the size of the DB is close to the amount of RAM. E.g. for forums with more than a million posts. It was interesting anyway.


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

Was fiddling with thread merges and post moves and discovered that deleting the first post in the thread deletes the whole thread instead of shifting all posts upwards.. And the post/thread recovery tool was broken. Oh my....

Had to recover several tables from the backup and reupload attachmemnts (again).

Yes, do make backups!!!!


RE: Site performance, Server errors, outages and tunings - madjack - 20 Jan 2015

(20 Jan 2015, 10:09 )Like Ra Wrote: Was fiddling with thread merges and post moves and discovered that deleting the first post in the thread deletes the whole thread instead of shifting all posts upwards.. And the post/thread recovery tool was broken. Oh my....

Had to recover several tables from the backup and reupload attachmemnts (again).

Yes, do make backups!!!!

And, as always, thank you for taking the time and effort to run and maintain the forum ClappingClappingClapping

MJ

Ps. don't forget to back-up the back-ups! 😋


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

(20 Jan 2015, 19:48 )madjack Wrote: Ps. don't forget to back-up the back-ups!
Good point... I do have back-ups of the backups but they are about 4 months old... But... Tomorrow, not today 😉


RE: Site performance, Server errors, outages and tunings - madjack - 10 Feb 2015

Hmmmm......

Just tried to start a new thread and found that the option to upload an image was missing.

Any ideas?

MJ


RE: Site performance, Server errors, outages and tunings - Like Ra - 10 Feb 2015

Indeed. The plugin removal script does not work correctly and did not reinsert the standard {$attachbox}. Fixed now.

Thanks for letting me know!


RE: Site performance, Server errors, outages and tunings - madjack - 10 Feb 2015

(10 Feb 2015, 16:56 )Like Ra Wrote: Indeed. The plugin removal script does not work correctly and did not reinsert the standard {$attachbox}. Fixed now.

Thanks for letting me know!

And thank you for fixing so promptly Clapping

I wish the IT department where I work could be so efficient! 😡

MJ


RE: Site performance, Server errors, outages and tunings - Tinker D - 12 Feb 2015

I was wondering if there was some way to post or upload a video on this site other than posting a link to the tube or art. Or would that eat up too much memory?


RE: Site performance, Server errors, outages and tunings - Like Ra - 12 Feb 2015

No, not yet. We discussed this, but there's still no know solution. The video files are way too big for usual HTTP/PHP uploading.


RE: Site performance, Server errors, outages and tunings - Tinker D - 12 Feb 2015

So, would a private server on a static IP be needed then?
I was also thinking that the video would be saved for a week or so, then deleted.
That could save a ton of space.

Just a thought.