1,044 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
78
views
Preload Image Warning
I am getting a warning about a preload link for a background image on WordPress most likely caused by a previously installed theme or by a current Elementor theme kit.
The warning states that this ...
-11
votes
1
answer
315
views
Reacting when N videos have preloaded a given time interval [closed]
I was watching a YouTube video where the content creator used GSAP to animate the switching between videos, which was very smooth, and I'd like to create something similar, but with a spinner that is ...
0
votes
0
answers
43
views
How to preload images/videos?
I want to preload data in react before they will be need.
I have array of elements than i prepare each of asset as promise and then promise.all.
Part to preload data is
const preloadMedia = (url: ...
0
votes
1
answer
133
views
electron preload cannot load
I need to use the "he" module inside a renderer (it works fine in main.js, and I did npm install he in the same directory).
Here is my preload.js file:
const { contextBridge, ipcRenderer} = ...
0
votes
2
answers
154
views
Can I configure a MuleSoft app to preload a YAML file instead of waiting for it to load during each invocation?
I have a flow that utilizes a YAML file for payload reference and validation. The YAML is provided by a vendor. The YAML is about 5 MB, and it's included in src/main/resources. At the start of the ...
0
votes
0
answers
51
views
How to ensure the image in this container is preloaded to reduce LCP
This resource which sits inside a container and updates with the latest post/image every time a new one is posted - is dragging down my LCP on pagespeedinsights.
I have added this code to functions....
1
vote
1
answer
67
views
Using a similar model to map with gorm, but gorm preload is wrong
First, I have the Post model, which has been migrated to database
type Post struct {
ID uuid.UUID `gorm:"type:uuid;default:uuid_generate_v4();primary_key"`
...
0
votes
1
answer
72
views
Client-side performance question: how to combine 'media="print"' async CSS setup and early hint?
I wish to configure my async CSS and early hint setup. I would like to start loading XXX.css as early as possible but giving bandwidth priority to the main HTML (which has inline CSS and inline JS ...
0
votes
1
answer
347
views
ViteFonts adding fonts shows "preload" issue in console
I added the following code in vite.config.mts to add fonts:
plugins: [
ViteFonts({
google: {
families: [{
name: 'Roboto',
styles: 'wght@100;300;400;500;700;900',
...
1
vote
0
answers
39
views
ProtectedPermissions Status Reset After FOTA Updates for App Preloads
We have an app that's preloaded into OEM devices. After a FOTA update, certain permissions that were pre-granted (e.g., ACCESS_NOTIFICATION) are reset and un-granted, even though they were granted ...
0
votes
0
answers
70
views
Execution order of preload and script defer
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0&...
0
votes
1
answer
82
views
Graphdb preload with trig file resulting in error
I'm trying to preload a trig file which is around 24GB in terms of size.
Below is the command I am using.
docker run -v $(pwd)/graphdb-data:/opt/graphdb/home \
-v $(pwd)/preload:/opt/graphdb-...
0
votes
1
answer
138
views
Electron preload functions not recognized after browser refresh
In my electron app I expose several preload methods via a preload script. When I first load the application, these methods work fine.
However, when I reload the page (via the browser tools, refresh, ...
1
vote
0
answers
63
views
Font awesome preload warning when Django app deployed to Heroku, but not on dev server
It's my first day using heroku to deploy my Django app.
When I deploy my Django app on Heroku, the chrome inspector gives this warning:
The resource https://ka-f.fontawesome.com/releases/v6.6.0/...
0
votes
1
answer
640
views
CSS preload not working as expected, blocking styles done last
I've been optimizing my new sites page speed and have run into a problem with CSS. Basically I have got a small above-the-fold stylesheet for the first page that is the critical CSS and then I load ...