2,526,713 questions
-3
votes
0
answers
35
views
How to optimize CSS and JavaScript files in a WordPress site built using a pre-made theme? [closed]
I'm trying to improve the performance of a WordPress website that uses a pre-made commercial theme (example site: TheStoryArc ) After running an SEO/Performance audit, several issues were highlighted:
...
-8
votes
0
answers
41
views
How i can generate an apk/aab file programmatically using JavaScript? [closed]
How i can generate APK/AAB file programatically using JavaScript from a Kotlin/Java android source code inside my vibe-coding web app.
0
votes
0
answers
38
views
Firefox WebExtension new-tab <video> briefly flashes black between poster and first frame, even though source video has no black frame
I am building a Firefox “New Tab” WebExtension that shows a full-screen looping video wallpaper (cat + fireplace). For perf reasons I try to show a static preview instantly and then fade into the live ...
1
vote
1
answer
38
views
List<IFormFile> is null for large files
I have a C# Controller method that happily receives small files but when I try to upload a large file from the browser client, the "files" parameter is null.
I have searched the web and ...
0
votes
1
answer
35
views
websocket.close() being called but not closing, not sending close frame
I have an HTML / JavaScript chat web app using WebSockets. I have also built a simple Ubuntu Linux / Apache2 / PHP socket server geared for WebSockets, using vanilla PHP without third-party libraries. ...
Best practices
0
votes
1
replies
21
views
Best approach to dockerize Nodejs Backend with API endpoint and scheduler
The API endpoint is using the Express.js package while the scheduler is using the bree.js.
The previous approach is to wrap the scheduler starting program into a function and start the scheduler when ...
Advice
0
votes
2
replies
62
views
Writing a typing game, with an animated keyboard
I'm a new web developer here. I was hoping to share some code and see if there's a set of functions to use that maps more appropriately to my problem.
My goal is to create a typing game with css ...
-1
votes
0
answers
38
views
html5 canvas referencing images are not showing up [closed]
I'm recreating a game based on the FreeSki Windows 95 app. I know my way around JavaScript but i'm stuck on something I thought would be simple. Based on the console.log. I'm referencing the image(s) ...
-5
votes
0
answers
44
views
SPA with lazy routes: handle new release bundle without crashing [closed]
I have a React single-page application with lazy imports and lazy routes.
The problem is common: when I build a new bundle, release it, and then try to fetch a lazy-loaded component, the app crashes. ...
Advice
1
vote
3
replies
51
views
Where Professor Prebid stores its data
I'm working on my own extension based on professor prebid. Idea is to collect data from professor, group it in one big, structurized object, remake it as string, and send at openAI API for "...
-2
votes
1
answer
32
views
Having trouble displaying Javascript Google Review in HTML Email in outlook or Gmail etc [duplicate]
I have designed a free google form review widget using https://app.shapo.io/forms/df8bc6d93d
In fact i've tried multiple javascripts in my email and different google widgets, none of these are being ...
1
vote
0
answers
43
views
How to correctly type Object.keys() lookup in a JavaScript project with TypeScript type-checking enabled? [duplicate]
I am working in a JavaScript project with TypeScript type-checking enabled (using // @ts-check or equivalent).
So even my .js files are validated strictly against TypeScript types.
I have a JavaScript ...
-4
votes
0
answers
48
views
Why won't the value of the x variable register to the rest of the code when inside of an if-statement? [closed]
I am making a game where a random pose will appear when you click space, but when I put the x variable inside of an if-statement, the value of x didn't seem to have any effect on the x#s, causing it ...
-3
votes
0
answers
37
views
BurpSuite reports “PHP source code disclosure” inside React build chunk file — but app has no PHP [closed]
I’m working on a React (Create-React-App) project that is deployed behind CloudFront + S3.
Our application is 100% frontend JavaScript — we do not use PHP anywhere in our codebase or backend.
However, ...
1
vote
0
answers
28
views
iOS 26 adds unwanted outline to transparent Scriptable widget
I'm trying to create an "invisible" widget using Scriptable on iOS 26. The goal is for it to blend seamlessly into the home screen background.
However, iOS seems to add a subtle 1–2 pixel ...