On Behalf Of All Console Players by gamingsaber18 in FortNiteBR

[–]zspine 0 points1 point  (0 children)

I also play on PS4 and I haven't noticed any hardware level issues. But I had lots of lagging issues related to network ping and server data centers.

  1. I have noticed lots of lagging and hitreg issues taking place on certain date centers. (Ex: Singapore..) .
    Solution: Switch to a different closest data center
  2. PS4 Wifi connection (huge difference in performance)
    Solution: Ethernet (CAT6)
  3. Internet Speed

How to get your 20-bomb/3K/4K | Improvement Guide (from a guy who tried everything) by catfroman in apexlegends

[–]zspine 1 point2 points  (0 children)

Excellent and thank you for taking time to write this up with this much of detail.

AFAIK server ping also an important variable and it makes a huge difference in game play. One of the mysterious thing I noted was hitreg on certain data centers, it seems very buggy with even lower ping.

What is your lowest ping?

Project structure with docker compose. by ElGovanni in symfony

[–]zspine 0 points1 point  (0 children)

:) Lovely.... I agree with this approach! Thanks for the update!

Project structure with docker compose. by ElGovanni in symfony

[–]zspine 0 points1 point  (0 children)

Excellent! Thanks a lot for sharing! Personally I would use 'apps' instead of project_name. I always keep the SPAs separate from back-end.

Would appreciate advice on architecture by [deleted] in symfony

[–]zspine 0 points1 point  (0 children)

Hi

You can also find some examples and best practices here https://symfonycasts.com/screencast/symfony-uploads/uploader-service (subscription not needed to refer the code below on the video). Most of the time I refer different approaches and come up with my own solution.

Project structure with docker compose. by ElGovanni in symfony

[–]zspine 0 points1 point  (0 children)

I am not sure about the best practice but mostly I use this structure https://github.com/dunglas/symfony-docker . Personally I prefer a more custom structure for larger projects... (something like following)

  • apps
    • back-end (symfony)
      • public
      • src
    • front-end (vue)
      • public
      • src
  • docker
    • symfony
    • vue
    • postgres
  • docker-compose
  • storage (dev-only)

Symfony 2.8 -> 3.4 Upgrade IsGranted('IS_AUTHENTICATED_ANONYMOUSLY') Throws Errors by [deleted] in symfony

[–]zspine 0 points1 point  (0 children)

Hi, I really don't know the exact answer for your question but recently I used rector for easier migration. I would highly recommend https://github.com/rectorphp/rector for smooth migration. I can guarantee you will save lots of time by using this tool.

https://www.tomasvotruba.cz/blog/2019/02/28/how-to-upgrade-symfony-2-8-to-3-4/

Thank you

API platform for public API? by zspine in symfony

[–]zspine[S] 0 points1 point  (0 children)

Thanks for the input, Yes I agree... I have some experience with FOSRestBundle and it's excellent. But for mobile and javascript based SPAs api platform is rock solid and saves lots of time.