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 - 20 Nov 2016

Fixed the "Thank you" button in the mobile version.


RE: Site performance, Server errors, outages and tunings - B1u3 - 20 Nov 2016

Small "problem": I was logged out and needed to log in again. I guess the cookie was EOL.


RE: Site performance, Server errors, outages and tunings - Like Ra - 22 Nov 2016

Have a look at this amount of registered users drop (from 9,016 to 8,796) on Nov 18:

 users-2016-Aug-23--Nov-22.png thumbnail   

This is the next day after that login issue occurred.


RE: Site performance, Server errors, outages and tunings - Like Ra - 22 Nov 2016

Non-activated for 5 days users are pruned every day at 3 GMT, and I do not see errors in the logs. Weird...


RE: Site performance, Server errors, outages and tunings - madboyevil - 23 Nov 2016

(20 Nov 2016, 02:07 )Like Ra Wrote:
(19 Nov 2016, 17:18 )Like Ra Wrote:
(19 Nov 2016, 06:22 )madboyevil Wrote: Maybe the best thing would be to show them from new to last in my opinion?
Good idea. I will have a look at how the plugin is written, most likely it's just a matter of a simple SQL tweak.

Done. But I can't test it, because I regularly delete all alerts.

The problem still remain. Here is an example of today, 22 november, 22:13:


RE: Site performance, Server errors, outages and tunings - Like Ra - 23 Nov 2016

(23 Nov 2016, 03:15 )madboyevil Wrote: The problem still remain. Here is an example of today, 22 november, 22:13:
Hm... Currently the Alerts are sorted "descendantly" by the ID.

{diceroller-code}


RE: Site performance, Server errors, outages and tunings - madboyevil - 23 Nov 2016

I guess this query is the same for the "popup" alerts and the "View All Alerts" link that redirects you to the full page of alerts... That's weird. I don't know if someone else could check this, but the issue still remains, the new alerts appear at the bottom


RE: Site performance, Server errors, outages and tunings - Like Ra - 23 Nov 2016

There are two queries but 'ORDER BY a.id DESC' is in both. I wonder if the old file was cached - just restarted fpm-php. Can you check again?


RE: Site performance, Server errors, outages and tunings - madboyevil - 24 Nov 2016

(23 Nov 2016, 11:36 )Like Ra Wrote: There are two queries but 'ORDER BY a.id DESC' is in both. I wonder if the old file was cached - just restarted fpm-php. Can you check again?

Sadly is still the same, the new ones are at the bottom.


RE: Site performance, Server errors, outages and tunings - Tinker D - 24 Nov 2016

(22 Nov 2016, 01:34 )Like Ra Wrote: Non-activated for 5 days users are pruned every day at 3 GMT, and I do not see errors in the logs. Weird...

When you say " Pruned ", do you mean that if a user does not view the site or logs in, in 5 days, that user is droped and has to relog in or re-register?

Looks like two lines of code got tied together. Something like a sintax error without the error alert.