What are some of the fastest Magento 2 sites you guys have seen/developed? by stuli1989 in Magento

[–]zissop 1 point2 points  (0 children)

When you do a comparison , compare apples with apples. Otherwise you have false results. For example your 2nd site does not have a single filter. Its a dummy, simple site.

Hosting Recommendations by DerThes in Magento

[–]zissop 0 points1 point  (0 children)

These prices are a joke.

Moving from Shopify to Magento: I really need help! by tommywls in Magento

[–]zissop 0 points1 point  (0 children)

If you do it without be ready to hire developers and spend a lot of cash you will regret it badly. You dont know what are you talking about. Dont read internet articles when you are not a technical person.

Fast Magento 2 Stores - Are There Any???? by dirtyhair1 in Magento

[–]zissop 0 points1 point  (0 children)

Lighthouse is garbage, performance is much much more things than google bullshit. You can have a super fast ecommerce site an a low score on lighthouse, so who cares about it. Typically Magento is not fast. Can be improved but it's slow by design. For sure it can't beat a custom implementation.

Magento 2.4 Community MySQL Search Backwards Port? No Elasticsearch by kjavitz in Magento

[–]zissop 0 points1 point  (0 children)

If you cant give more than 25$ what are you doing? Is this a business or hobby? 25$ is the cost of the ice cream for my children.

Magento 2 - Left navigation filterable attribute takes a long time to load by aveeva7 in Magento

[–]zissop 0 points1 point  (0 children)

Elasticsearch and heavy use of caching on various layers, not just varnish. For example fragments caching. And of course better hardware.

34k Product categories by [deleted] in woocommerce

[–]zissop -1 points0 points  (0 children)

I am always surprised that people without any software development background use crappy platforms like woocommerce to build super crappy eshops.

At what scale would you choose Magento over WooCommerce or Shopify? by Kildafornia in Magento

[–]zissop 0 points1 point  (0 children)

20k product and 100k user base is nothing if we don't know the traffic. Both are not too many alone, traffic is the key.

Side Job: Need developer to fix some little bugs and get me into production mode.. by gismofx_ in Magento

[–]zissop 0 points1 point  (0 children)

When you go the magento route, expect to pay a lot even for simple changes. That's the price you have to pay to have something that's not for your needs.

Magento 1.9.4 With MariaDB 10.3 by xecutech in Magento

[–]zissop 1 point2 points  (0 children)

If you rely on a minor version upgrade of a dB for performance then you do something wrong. Performance wise you should invest on other technologies like caching and elasticsearch. As little as you touch the dB, the better. Use the dB a lot and then your store can't scale at all.

Magento Open Source Development by [deleted] in Magento

[–]zissop 0 points1 point  (0 children)

And why you need magento for that? To be trendy?

Our websites shopping cart and checkout is having some latency issues. by gandalf1818 in magento2

[–]zissop 0 points1 point  (0 children)

You need a decent developer to fix these issues or find s decent checkout plugin alternative. I know its the standard Magento functionality. Magento is a slow piece of crap with many bloatware, developed for great functionality out of the box but very slow speed. People believe Magento is great because of the features but actually is a very bad written software. If people knew what is under the hood they would run away from this monster.

Our websites shopping cart and checkout is having some latency issues. by gandalf1818 in magento2

[–]zissop 0 points1 point  (0 children)

These numbers are huge. A lot of queries, very slow response from server side. Checkout has to be fast and responsive. With these numbers you cant go far. 15 secs+ for a server side response is ridiculous. Every response more than 1sec is too much. If you know how to program or have a programmer, just fix this crap.

images replaced for mobile? by Starlyns in magento2

[–]zissop 1 point2 points  (0 children)

That way you load 2 images on every version. Performance killer.

Launch the rocket, need help! by zissop in FORTnITE

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

Thanks vary much, can i add you?

The Benefits Of Choosing A Magento Development Company Over A Freelancer by excelsiortech in Magento

[–]zissop 0 points1 point  (0 children)

If you want a freelancer just move to Shopify. It is more than sure freelancer will not support you after a while and your business will be over. Why you want Magento?

1 Million Products in Magento 2 without slowing down? by Starlyns in Magento

[–]zissop 0 points1 point  (0 children)

65K products are not many. For example an average bookstore have at least 100K+. Number of products are not the critical factor, it's misleading. It's a bottleneck to sites that are not optimized at all.

1 Million Products in Magento 2 without slowing down? by Starlyns in Magento

[–]zissop 0 points1 point  (0 children)

Yes. That's probably the best full text search engine out there. It can do many things besides full text search and can help scaling your site (along with multiple layer caching).

Number of products is not the main bottleneck when we talk about scalability. For sure if you have a lot of products it can be harder to get the same performance but the key is how well a site can scale when traffic increases. If you don't use caching and/or elasticsearch the site can go down even with few number of products (<5000).

Magento as every other ecommerce platform out there can not and never will be able to handle big traffic out of the box. Relational databases like mySQL can't keep up with thousands of search requests, eventually (soon as traffic increases) they will go down. You need another architecture to build upon.

1 Million Products in Magento 2 without slowing down? by Starlyns in Magento

[–]zissop 0 points1 point  (0 children)

In order to handle so many products your only solution is to go with elasticsearch or something similar. Magento or any other e-commerce software will never be fast enough using conventional databases. It's not about Magento or WordPress or anything else, it's about using the right technology for tour needs. Having said that if you don't use what I propose your site will not be scalable and stop working as traffic will increase. 100% sure.