Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Is this true? Because I run a Wordpress installation for my magazine, and we get hikes of up to 2000 users an hour with no experience degradation.
-
orijin20218y@Deviatdelight yeah but establishing a new connection for every query is pretty shitty if that's the case
-
@orijin you can look at how I did it on my blog. https://rhodes.ml/fixing-wordpress-...
-
@uziiuzair this is very true. I have no idea why it is the way it is. Thats just what the tools I have tell me.
-
@orijin unfortunately no. I didn't bother to make anything for before the fix. I honestly think it was a shitty theme developer that caused it anyways.
Related Rants
-
darthtigris20Worst part of being a dev? Unanswered stackoverflow question that exactly matches your problem
-
NiTr013"I wrote the code, I have to maintain the code, I wont need any comments" *some months later*
-
cheat11752nd worst part of being a dev? "It should only take 5 minutes" 5 hours later: "aaaaannnddd done."
WordPress uses 25+ MySQL connections per person. MySQL limit is set to 100. 4 people can bring down a critical component of the company. Only fix is to write custom MySQL connector using PDO and persistence connections. Added a Resistor cache just for good measure.
undefined
wk24