-
Posts
7,529 -
Joined
-
Last visited
-
Days Won
160
Everything posted by kongondo
-
How old is that installation? Brand new. Is your account an Administrator or user account? Admin. Are there background update processes (downloading, clean up) running? Nope. Does Windows built its file index right now? Not that I am aware of. How about disk read/write performance in task manager? Is that higher than expected? I haven't noticed. Where is your Laragon folder located? C:\laragon for example? Other internal non-SSD drive; But it used to work OK before I moved to linux and back. Is that folder set to "compress" or how it is called to save disk space? Nope. I have enough storage; I don't use compression. Is Windows Defender or any other AntiVirus slowing down file access due to real-time-file-monitoring? I was suspecting this as well, but will confirm. Can you disable AV and test performance? I will and report back. Are there IIS/database services running and listening on the same ports? No. Does it make any difference if you enable/disable laragon autostart? No. Does it make any difference if you disconnect from the internet? I haven't tried but I can't imagine why. Is there a difference if you run Laragon as Administrator? I haven't tried. Are there other host entries or tools like XAMP interfere? I am not using other tools. Do you use another domain ending than .test? Yes. I'll try test. Do you use or are you running a VPN? I don't use VPN.
-
What's wrong with Windows 7 ??.
-
Unrelated to laragon, but after switching to HTTPS, PW is throwing the dreaded 'appears to be forged'!! I cannot log into admin. None of the usual remedies (permissions, session fingerprint, etc) are helping. I'm so tired!!!!!!!!!!!!.
-
No combination of Apache/MySQL worked other than 2.4.xx and 5.1! I gave up and set up Devilbox instead (a bit of a pain to set up in Windows 7) but it is up and running. The speeds are still not great, coming it at about 800ms but at least better than the 1300 I was getting with Laragon. For now, I'll just stick to this and later Google if it's possible to speed up Docker a little bit. It could be the DNS.
-
I'm talking a brand new ProcessWire blank profile install with only one module (not auto load). Nothing in ready. It is slow in both the back- and front-end. I read something about compatibility but I've not found a list. Funny thing is that even Laragon's own quick add mysql 5.7 (version is 5.7.24) doesn't work. The Apache that shipped with Laragon is VC14. Let try that with MySQL 5.7.19. The other thing that was happening was that I wasn't able to install modules using the Module Class Name interface but that seemed to have resolved itself. Thanks. I have an Win7 64-bit i7-6700k, 32GB RAM, SSD machine. The laragon is the latest full one, laragon mint. Changing PHP versions has not improved the issue. I'll get this version (.19) of MySQL since it is working for both you and Robin and report back. If it is still slow then I'll try docker using Devilbox. Thanks all!
-
Hi all, Yes, it's me, the chief whinger and moaner ?. You are probably aware that my fling with Linux came to an abrupt (and permanent) stop. I've gone back to my first love Windows. I am using Laragon for my dev needs. For some reason, I am finding it a bit slow....or maybe it's just me? On local dev, Tracy is recording execution time of 1300ms. Visually, page loads seem even slower. Is it just me? I think Laragon used to be faster than this for me? Maybe because I'm coming back from Linux and the page loads seemed to be faster? (that was a docker box). Google and the Laragon forums haven't helped much, mainly telling me to switch to Nginx, others blaming MySQL, etc. Xdebug is not enabled and it is not Tracy slowing things down. Which brings me to my second point. In Laragon I'm stuck with MySQL 5.1. If I switch to 5.7 I get internal server errors. Anyone has any ideas (apart from I need to get more sleep, etc...?). Thanks!
-
Or a corrupted install? It hasn't been able to Go To Definition of functions/methods, etc. Let me try now that I am on a 'brand new' machine.
- 246 replies
-
- visual studio code
- vsc
-
(and 2 more)
Tagged with:
-
Thanks. I've had this all along but it just won't pick it up. Intellisense picks it up fine. I'll try again, thanks.
- 246 replies
-
- visual studio code
- vsc
-
(and 2 more)
Tagged with:
-
Mainly directed at @bernhard... Could you please let me know how you got intelephense to work with .module files? I'd like to switch to it from PHP intellisense but I can't get it to work. It will only do .php files. Thanks.
- 246 replies
-
- visual studio code
- vsc
-
(and 2 more)
Tagged with:
-
?...next time maybe. ??
-
@OrganizedFellow This is the craziest coincidence ever! I was gonna post here later today. Just this Monday, I have had to go back to my trusty Windows. Reason? printing! For some reason, suddenly, my printouts were all washed out in a strange hue of pink! I decided to try print from a Windows in a VM machine but it wouldn't see the printer. I let that go, but then I needed to scan some things. It took me a little while to find an app for that. I tried it (I can't remember its name) and the previews looked fine. Scanning it though, the scans came out in the same hue of pink! That was the last straw. I suppose some update messed up my printer settings. I didn't have the energy to switch to another distro and hoped it worked. My Linux days are over, probably for good now. So now I am back to my beloved Windows...viruses, ready or not, here I come! ?. I better stop now; I am still running updates! sigh! I am back on Laragon as well, which is great! Cheers.
-
Building a reusable function to generate responsive images
kongondo replied to MoritzLost's topic in Tutorials
Oh gosh, no, that's not what I meant ?....just a more friendly error than a fatal one. I didn't notice though that you were using type hinting in the function arguments, so, my bad. -
Building a reusable function to generate responsive images
kongondo replied to MoritzLost's topic in Tutorials
Yes, it's always good to do this but I was wondering if maybe the function itself should (also) do this check? ...just to make it more robust. Thanks. -
[SOLVED] How to define a simple gallery region ?
kongondo replied to happywire's topic in Getting Started
Might this topic be of interest? -
[SOLVED] Can't edit posts or profile, give like or thanks
kongondo replied to happywire's topic in General Support
Hi. Please PM @Pete, the forum admin. Maybe some settings got mucked up. Sorry. -
Looking nice even in its unfinished state :-). One thing now that we have you here (I think I might have asked this before), you know when one is browsing list of unread posts/content, we used to be able to hover on a topic's title in the list and click a button/link to mark that AND ONLY that post as read. That was a time saver! There are times when you just want to mark A FEW/SOME posts as read without actually opening them (?). Are you able to look into this please? Thanks!
-
Yes. See the docs here and here.
- 1 reply
-
- 2
-
-
I use Vega and its sister components. Under the hood, it uses D3js. It was created by some of the guys who originally developed D3js and its precursors. The beauty with Vega is that it is visualisation grammar. It uses a declarative language to build visualisations. The language is just JSON! with a few added strings that the parser will recognise as functions. Vega is actively developed at the University of Washington, so, it looks like it's here to stay. I started working on a Vega module for ProcessWire but never got round to finishing it. It's currently on the slow burner but will revisit it once we get to Padloper reports/analytics.
-
You are right. I am not referring to the website. However, you might need certain aspects of your products to be multilingual, for instance, their categories/collections, descriptions, etc. Padloper needs to make sure that the developer/shop owner has inputs corresponding to the languages they have installed for entering information. In my example above, if you had a product "Trousers" and your shop is in Canada, you probably have an English and a French version of the site. Padloper needs to give you inputs for both when you are creating product categories, tags, or inputting product titles, descriptions, etc. Maybe you are thinking about old Padloper ? :-). Exactly.
-
[SOLVED] Default Multi-language Install Not Working
kongondo replied to happywire's topic in Getting Started
You can do it by editing your first post :-). -
In addition..just in case you missed it: https://processwire.com/api/ref/fieldtype/get-inputfield/
-
Hello all, Multilingual Quick question(s). I am working on the GuI and refactoring Product code that I posted about a couple of 'updates' earlier. I want Padloper 2 to be multilingual ready from day one. I am not talking about translatable strings but fields whose input may need to be multilingual, for instance Product names, descriptions, etc. I've gone back and forth about product categories, tags and options and their values (e.g. Colour => red, blue, yellow; Size => Small, Medium, Large) but I think these too should be multilingual ready. For instance, you French site can list or users can search for "Rouge", "Maison" etc or you might want to display petit/rouge for the French version of the site and small/red for the English one. Given this, the recommended way to go in ProcessWire are multilingual text fields. This invariably means that most things are 'pages'. On the other hand, for some functionality, if I didn't need the field to be multilingual, I could even make a custom DB table as opposed to a field, if I thought it had some advantages over creating a custom Fieldtype. I just wanted to pick your brains about this issue. Is there anything that you think I should consider? Anything you think I might have overlooked? My current position is to go with ProcessWire pages and multilingual text fields for product properties that can be translated and will need to be displayed in the frontend. These include titles, description, types (e.g. trousers/pantalon), tags (red/rouge), categories (summer/été), etc. I'd love to hear your thoughtss. Thanks.
-
This also fixed it. Let me clarify Tracy Logs Panel disabled (logs not deleted): Loading speed fast Tracy Logs Panel enabled + Logs speed deleted: Loading speed fast Else: Loading speed slow
-
Affirmative
-
Aaah. I see. I didn't know that.