Lightspeed is an Object-Relational Mapper (ORM) for .NET.
Questions tagged [lightspeed]
56 questions
0
votes
1 answer
how to load my subdomain contents inside my "sub-subdomain" without redirect
i have a subdomain for my blog, but i serve two different languages and as far as i know it is good for seo to put every language in a separate subdomain and because of that i made "sub-subdomain"
i wish to load my subdomain english content inside…

Rayan Adams
- 73
- 1
- 7
0
votes
2 answers
NHibernate,Entity Model or LightSpeed which is preferable?
Can any one tell which is best suited for performance oriented applications?

Umamaheswaran
- 3,690
- 3
- 29
- 56
0
votes
1 answer
I am currently stuck in creating a bidirectional connection between Jitsu and Ecwid. Has anyone experienced something similar?
I conducted some research on Jitsu API and how it can be used to integrate with other APIs. My issue is that I have no knowledge of how to connect Jitsu with Ecwid as Ecwid also does not support integration with Jitsu. I am curious to know if there…

Pboy22
- 1
0
votes
2 answers
How do I setup Hole Punching in TinyBrick's Lightspeed for Magento
I am using TinyBrick's Lightspeed module for whole page caching and am trying to setup Hole Punching.
I'm following the directions at: http://blog.delorumcommerce.com/general/90-percent-lightspeed-traffic-fast-but-i-need-more
I have edited my…

ben
- 1,946
- 2
- 18
- 26
0
votes
0 answers
lightspeed RewriteRule for redirect example.com/index.php/* to example.com/*
i want to redirect 301 all requests has index.php after example.com to url with no index.php :
example.com/index.php/(someroute) --> example.com/(someroute)
i already try below question in stackowerflow but only work for…

Behzad
- 47
- 1
- 8
0
votes
1 answer
Deploying Laravel apps in LightSpeed Server
I have deployed many Laravel apps in Apache Servers. But now I want to know what are the steps to deploy Laravel apps in LightSpeed server? What are the pros and cons? I'll be beneficial if someone shares his/her experience.

Munna Khandakar
- 215
- 1
- 2
- 13
0
votes
1 answer
beautify url from art.php?id=51 to art/51
want to beautify an url from:
https://abuena.net/art.php?id=51
to
https://abuena.net/art/51
here is my try, without success, simply is ignored
RewriteEngine on
RewriteRule ^([a-zA-Z0-9_]+)$ /$1/ [R]
RewriteRule ^([a-zA-Z0-9_]+)/$ /art.php?id=$1
My…

qadenza
- 9,025
- 18
- 73
- 126
0
votes
1 answer
how to get open light speed .htaccess working
I have a working apache cakephp project running but trying to move to open lightspeed
but I am havig issue with htaccess.
I have enabled rewrite and in context in pasted my htaccess which is on apache server, below is my working .htaccess…
0
votes
0 answers
Auto login/Multipass login using lightspeed,zapier, auth0
It is possible to have a multipass login using auth0, zapier or ligthspeed from my own app to an online e-commerce platform like using shopify?Or it exists a cheaper solution?

Flavius
- 37
- 1
- 7
0
votes
2 answers
How to find out how many concurrent users on a Magento website
We are switching web hosts, and I have been asked to find out how many concurrent users the Magento-based websites have in order to estimate the appropriate hardware.
How can I find this information out?
The webserver is lightspeed (like apache)…

shaune
- 2,510
- 1
- 31
- 36
0
votes
1 answer
LightSpeed Retail API -How to get the Temporary Token
I'm developing a wordpress plugin, which obtains certain product info from the Lightspeed Retail API. I followed the steps in the documentation here http://developers.lightspeedhq.com/retail/authentication/access-token/
I have the Client ID and…

Gabriel Castle
- 1
- 2
0
votes
2 answers
Lightspeed E-commerce - webhooks (CART)
I'm trying to make some custom integration with Lightspeed e-commerce platform and I need a way connect with add_to_cart/ update_cart action, but I cannot find ANY hook connected to this event. Is it even possible in Lightspeed? Dev documentation…

maciey_b
- 147
- 1
- 11
0
votes
1 answer
Telerik OpenAccess OR Mindscape LightSpeed?
I am trying to decide which one to use for complex WinForm project. So any advice, any expirience is welcomed!
Which performs better ?
Which is easier to learn ?
Which one has better docs and samples ?
...

EmirZ
- 646
- 4
- 10
- 21
0
votes
1 answer
Cannot find LightSpeed on Visual Studio items
I have just installed LightSpeed and it does not appear in Visual C# items list. Do I have to activate it from somewhere?
I am using:
Windows 8.1
Visual Studio 2015
I have already tried to refresh the template caches of Visual Studio.

Oscar Martinez
- 621
- 1
- 8
- 18
0
votes
0 answers
AJAX is not working in yii. Page loads only by refreshing
= CHtml::tag('div',array(
'class'=>'addcart span',
'id'=>'addToCart',
'onClick'=>CHtml::ajax(array(
'url'=>array('cart/AddToCart'),
…

Abhishek Gupta
- 109
- 1
- 7