Squid cache jobs
...back to the oldest iOS version still accepted by the App Store. • Background downloading: implement reliable, resumable downloads so users can leave the app while large files finish in the background. • No login flow: the app must work without any form of user authentication. • Local storage only: downloaded files are saved directly to the device’s sandboxed storage (Documents or Library/Cache—whichever you recommend for App Store approval). • yt-dlp backend: prepare a lightweight API layer that wraps yt-dlp, deploy it on my server, and tune the config to accept the maximum practical number of concurrent requests without timing out or rate-limiting. • Publishing: handle certificates, provisioning, App Store Connect metadata and TestF...
...occasionally crash, background data jobs stall, and some API calls crawl or return stale data. The core pain points are functionality errors and noticeable performance drops that show up in three critical areas—authentication, data processing, and every external API integration we rely on. I see everything from 500 errors to multi-second waits, and newly saved records sometimes refuse to surface until a cache clears. Here’s what I need from you: • Identify and eliminate the root causes of the crashes and data inconsistencies. • Tune the codebase and queries so response times feel snappy again. • Make sure fixes hold up under normal and peak load; automated tests or clear manual test notes are important. • Leave concise inline comments or...
...right after kickoff. Your task is to pinpoint why those image-based Telegram links fail and apply a clean fix that works across common Android devices. The site is powered by WordPress with LiteSpeed Cache, and my Core Web Vitals are excellent—LCP and CLS must stay at their current “perfect” levels. Please work within that constraint and test thoroughly before deploying any change. Key goals • Reproduce the crash, isolate the root cause, and explain it in simple terms. • Deliver a code or configuration adjustment that eliminates the crash without touching overall site speed or cache efficiency. • Confirm that non-affected Telegram links, other social shares, and normal page behavior remain intact. • Provide a concise repo...
...core PHP extensions that Magento 2.3.3 demands—no newer or older versions unless they match that requirement. • Install Magento 2.3.3, unpack my file archive, import the SQL dump, then resolve any configuration or compatibility errors until the storefront and admin panel both load without issues. • Performance-tune the environment: enable and configure Varnish for full-page cache, set up Redis for sessions and cache storage, and wire in Elasticsearch for catalogue search. • Check file permissions, cron jobs, deployment mode, and re-indexing so that the site survives reboots and continues to perform well. Acceptance is met when: 1. The site renders correctly over HTTPS on the VPS public IP (I’ll update DNS after). 2. Admin login, product...
...stores data directly on the projects table (budget, spent, etc.) to optimize query paths. • Backend Integration: Set up the tRPC routers for Navigator, Budget, and Users-Team. • Frontend Implementation: Integrate the .tsx page components while maintaining existing state logic, such as the PROJECTS_COLLAPSE_THRESHOLD = 4 constant in the Team module. • Server-Side Logic: Ensure the Navigator status cache (60-second in-memory Map) is correctly implemented to avoid CORS issues. • Testing: Run the existing Vitest suite (94 tests) to ensure a successful, "green" integration. Requirements: • Proven experience with tRPC and Drizzle ORM is mandatory. • Strong understanding of MySQL migrations to ensure zero data loss. • Clean, documented code...
...browsers. - Resize images to actual display dimensions. - Compress images (ShortPixel, Imagify, or equivalent). - Enable lazy-loading (native lazy-loading or plugin). 6) Performance - Caching: server-side (OPcache, Varnish) + WP plugin (WP Rocket, LiteSpeed Cache, W3 Total Cache). - Minify/concatenate CSS/JS (watch for conflicts). - Use defer/async for non-critical scripts. - Implement critical CSS for above-the-fold. - Reduce external requests (fonts, embeds); load fonts locally or use preconnect. - Configure CDN and Cache-Control headers, gzip/brotli. - Database optimization: remove old revisions, transients, unused tables; optimize indexing. - Check TTFB and slow resources. 7) Security and updates - Update core/plugins/theme on staging first, then in productio...
...app – priority scope The passenger build must ship with: • Real-time bus tracking displayed on Mapbox maps • A smooth digital ticketing flow (QR / NFC hooks already in the API) • Trip planning that pulls live route and schedule data Mapbox is the mapping SDK of choice, so solid experience with its Flutter plugin is essential. You’ll wire up push notifications for bus arrival alerts, cache data aggressively for low-bandwidth corridors, and squeeze every frame you can out of the map view. After the passenger release we will iterate on driver and conductor apps that share the same design language and codebase; modular architecture from day one will make that hand-off painless. Deliverables for the first milestone 1. Flutter source code in a ...
...high-volume data into a multi-level category structure. 3. Execution & Optimization Direct Import: Perform the import directly into our staging environment (). System Stability: Use professional import methods (CLI, Magmi, or specialized extensions) to ensure the server handles the high-volume injection without timeouts. Post-Import: Handle full re-indexing and image cache generation. Technical Requirements Proven experience with High-Volume Magento 2 Imports. Advanced scraping skills (Python/Scrapy or equivalent). Deep understanding of Configurable vs. Simple product relationships. Ability to join a Web Meeting to finalize store configurations, tax classes, and category IDs. How to Apply Please highlight your experience with large-scale Magento catalogs and
I need a quick-turnaround PHP script tha...websites (no authentication required). The current feed I rely on has gone down, so this will act as an immediate rescue solution. Key requirements • Parse each site’s HTML/JavaScript to extract the latest price. • Merge the three readings into one final value (average or last-in wins—whichever is fastest to implement). • Refresh the value every 30 seconds and write it to a variable or simple cache file I can echo anywhere on my site. • Code must be plain PHP (I edit in Notepad++), well-commented, and ready to drop into an existing page. Timing is critical: I need the working script delivered within 30 minutes of awarding the project. If you’ve scraped live prices before and can jump on a scre...
...compact PHP snippet—just a few lines I can paste over the old ones in my existing file (I normally edit in Notepad++). Source: the price appears on a public webpage, not an API. I simply need to pull the current value (no history or extra metadata) and echo it on my page. Accuracy matters, so the script should refresh roughly once a minute; feel free to suggest a lightweight in-memory or file cache so we don’t hammer the remote host. Hand over: • A short PHP function that: – Requests the page with cURL or file_get_contents – Parses out the price reliably (DOMDocument, XPath, or a concise regex—whatever is most stable) – Returns the numeric value ready for echoing or JSON output • A sample cron entry (or JavaScript fallback) ...
I need a sleek, modern site that presents my company as a trusted, forward-thinking partner. The site’s single aim is to function as a business portfolio, so ...I’ll give written feedback within 24 hours so momentum never stalls. Acceptance criteria 1. All four sections render accurately across Chrome, Safari, Firefox, Edge, and current iOS/Android browsers. 2. Core Web Vitals in PageSpeed Insights score green on both mobile and desktop. 3. Admin panel updates (add a new product, edit a testimonial) reflect instantly on the live site without manual cache clearing. 4. Final source code pushed to a private Git repository with a concise README on setup and deployment. If this sounds like your wheelhouse, let’s get started—my content is ready, so you ca...
In java based architecture applications, we have used Backend Dropwizard framework (Jetty) instead of it, we have to replace it with Backend Spring Boot framework Also, in this application, we have to replace DynamoDB database with Apache Cassandra instead of it. migration plan Current flow - Client / Messenger App -> WebSocket Layer -> Redis - Cache-> gRPC over UDS -> Dropwizard (Jetty) -> DynamoDB (message store), FoundationDB for metadata ---------------------------- Required flow 1) Replacing Dropwizard → Spring Boot 2) Replacing DynamoDB→ Cassandra (message data) WebSocket layer logic in the Messenger application. → Elixir → (gRPC Request over UDS) → Spring Boot (Client → Phoenix → gRPC → Spring → Cassandra) 1) ...
...Requirements: PERFORMANCE: • Extremely fast loading (instant open) • Handle 50k+ concurrent users smoothly • OpenLiteSpeed/Nginx tuning • PHP-FPM tuning • MySQL/MariaDB optimization • Redis caching • Gzip/Brotli compression • CDN + caching strategy • Full performance audit CLOUDFLARE SETUP: • Cloudflare DNS setup • CDN configuration • WAF rules • DDoS protection • Bot protection • Rate limiting • Cache rules • Hide real server IP • Security hardening best practices SECURITY: • VPS as reverse proxy in front of main server • Real IP masking of main server • Protection from fake reports / abuse targeting • Firewall hardening • Fail2ban / CSF or similar • Server ...
Developer brief Add the following prioritized features to the existing Node.js chat app: Real‑time multilingual pipeline (High) — signup language preference; per‑recipient auto‑translate; toggle original/translated; per‑chat override; low‑latency queueing and cache. In‑app wallet & payments (High) — ledger service, multi‑currency balances, integrate payment APIs (mobile money, card), transaction PIN, KYC hooks, transaction history and dispute flow. Safety & moderation (High) — AI‑assisted classifiers, human review queue, report/block UX, verified profiles. Badges & reputation (Medium) — badge rules, reputation score with decay and penalties, tie to search/visibility. Community marketplace & creator monetization (Medium) — country/...
My WordPress site has started showing several minor but annoying problems. I’m seeing broken links across a few pages, overall loading times have slowed to a crawl, and I suspect one-or-more plugins are clashing—though I’m not sure which ones are at fault. The whole ...properly redirected • Identification and resolution of any plugin conflicts, with a short summary of what was done • Load-time reduction on both desktop and mobile (ideally under three seconds on GTmetrix or similar) • A concise hand-off note outlining any settings you changed so I can maintain them going forward If you prefer specific tools such as WP-Optimize, Query Monitor, or LiteSpeed Cache, feel free to use them—just document what you configured. I’ll provide...
...Requirements: PERFORMANCE: • Extremely fast loading (instant open) • Handle 50k+ concurrent users smoothly • OpenLiteSpeed/Nginx tuning • PHP-FPM tuning • MySQL/MariaDB optimization • Redis caching • Gzip/Brotli compression • CDN + caching strategy • Full performance audit CLOUDFLARE SETUP: • Cloudflare DNS setup • CDN configuration • WAF rules • DDoS protection • Bot protection • Rate limiting • Cache rules • Hide real server IP • Security hardening best practices SECURITY: • VPS as reverse proxy in front of main server • Real IP masking of main server • Protection from fake reports / abuse targeting • Firewall hardening • Fail2ban / CSF or similar • Server ...
...Requirements: PERFORMANCE: • Extremely fast loading (instant open) • Handle 50k+ concurrent users smoothly • OpenLiteSpeed/Nginx tuning • PHP-FPM tuning • MySQL/MariaDB optimization • Redis caching • Gzip/Brotli compression • CDN + caching strategy • Full performance audit CLOUDFLARE SETUP: • Cloudflare DNS setup • CDN configuration • WAF rules • DDoS protection • Bot protection • Rate limiting • Cache rules • Hide real server IP • Security hardening best practices SECURITY: • VPS as reverse proxy in front of main server • Real IP masking of main server • Protection from fake reports / abuse targeting • Firewall hardening • Fail2ban / CSF or similar • Server ...
...Requirements: PERFORMANCE: • Extremely fast loading (instant open) • Handle 50k+ concurrent users smoothly • OpenLiteSpeed/Nginx tuning • PHP-FPM tuning • MySQL/MariaDB optimization • Redis caching • Gzip/Brotli compression • CDN + caching strategy • Full performance audit CLOUDFLARE SETUP: • Cloudflare DNS setup • CDN configuration • WAF rules • DDoS protection • Bot protection • Rate limiting • Cache rules • Hide real server IP • Security hardening best practices SECURITY: • VPS as reverse proxy in front of main server • Real IP masking of main server • Protection from fake reports / abuse targeting • Firewall hardening • Fail2ban / CSF or similar • Server ...
I run the site and stale assets are becoming a headache. I need the current browser cache wiped clean and, more importantly, an automated way to force fresh files any time I push an update. That means setting the right cache-control headers, adding versioning where sensible, and giving me a simple repeatable method (script, task runner step, or server-side tweak) that keeps visitors from seeing outdated content. Key acceptance criteria: • Existing browser cache for all visitors is effectively invalidated the moment the solution is deployed. • Future releases trigger automatic cache clearing with no manual steps on my side. • Solution works across mainstream browsers and requires no plug-ins for the end user. • Clear, concise docum...
...• Creator verification • Content moderation • Fraud monitoring • Wallet transaction monitoring • Creator coin approval • Advertising approval TECHNICAL REQUIREMENTS Developers must build a scalable architecture. Suggested technologies: Backend • Node.js / Python / Go • Microservices architecture Frontend • React / • React Native / Flutter (mobile) Database • PostgreSQL • Redis cache Infrastructure • AWS / GCP • Docker containers • Kubernetes orchestration • CDN for media delivery SECURITY REQUIREMENTS • Secure wallet ledger system • Transaction logging • Fraud detection • Rate limiting • User authentication security • Data encryption PROJECT DELIVERABLES D...
I can no longer log in to my Rockstar Games Social Club account—every attempt throws up an on-screen error message. I’m looking for someone who has already handled similar Rockstar login problems and can work from their own computer to: • Reproduce the error on your end (or guide me live so you can see it). • Diagnose the root cause—credentials, launcher cache, two-step verification, or any known Rockstar service outages. • Apply the correct fix, whether that’s clearing local files, resetting the Social Club launcher, or coordinating with Rockstar Support for an account reset. • Walk me through each step so I understand what was changed and how to avoid the issue in the future. The job is complete once I can sign in normally and ...
I can no longer log in to my Rockstar Games Social Club account—every attempt throws up an on-screen error message. I’m looking for someone who has already handled similar Rockstar login problems and can work from their own computer to: • Reproduce the error on your end (or guide me live so you can see it). • Diagnose the root cause—credentials, launcher cache, two-step verification, or any known Rockstar service outages. • Apply the correct fix, whether that’s clearing local files, resetting the Social Club launcher, or coordinating with Rockstar Support for an account reset. • Walk me through each step so I understand what was changed and how to avoid the issue in the future. The job is complete once I can sign in normally and ...
...Requirements: PERFORMANCE: • Extremely fast loading (instant open) • Handle 50k+ concurrent users smoothly • OpenLiteSpeed/Nginx tuning • PHP-FPM tuning • MySQL/MariaDB optimization • Redis caching • Gzip/Brotli compression • CDN + caching strategy • Full performance audit CLOUDFLARE SETUP: • Cloudflare DNS setup • CDN configuration • WAF rules • DDoS protection • Bot protection • Rate limiting • Cache rules • Hide real server IP • Security hardening best practices SECURITY: • VPS as reverse proxy in front of main server • Real IP masking of main server • Protection from fake reports / abuse targeting • Firewall hardening • Fail2ban / CSF or similar • Server ...
...rotation on every single request 2. Mean latency consistently stays within 150-300 ms under agreed test load 3. Automatic failover resolves a 429 in under one second 4. Infrastructure spins up and tears down cleanly using only the supplied scripts Please highlight your relevant experience building high-throughput proxy or scraping architectures on AWS, especially if you have worked with Squid, HAProxy, custom reverse proxies, Elastic IP management, auto-scaling and multi-region optimizations....
...detection to particular countries—the logic should work globally—but the site must reliably present the right language as soon as the page loads. Here’s what I need from you: • Supply or develop a language-switching extension fully compatible with OpenCart 3 + Journal 3. • Configure it so language choice is driven by the visitor’s IP address. • Preserve the current store layout, SEO URLs and cache settings while integrating the new module. • Document any GeoIP database or API keys used, along with clear instructions for future updates. • Prove it works on both desktop and mobile by demonstrating the language change via test IPs or a staging domain. If you’ve already handled GeoIP-based language detection on OpenCar...
...) * Extreme Performance Tuning (50k Concurrent Users): * Tune OpenLiteSpeed (OLS) worker processes and connection limits. * Optimize MariaDB (max_connections, innodb_buffer_pool_size, etc.) for massive read/write operations without locking. * Install and configure Redis strictly for Laravel Sessions, Cache, and Queues to ensure zero database bottlenecks. * Optimize OS-level limits (File descriptors, ulimit, TCP stack tuning). * Zero-Lag Promise: Configure Cloudflare Page Rules (Cache Everything where applicable) and ensure TTFB is under 150ms. Button clicks and POST requests must be instant. Requirements from You: * You must have proven experience in handling massive traffic (50k+ concurrent). * Deep knowledge of OpenLiteSpeed, Nginx Proxies, CyberPanel, and Laravel backen...
...please advise if suitable free alternatives are available). • Install the free cache and page reindex plugin: • Ensure the Magento installation is properly connected to Composer, as this will be beneficial for applying future updates and patches. • Install the latest Stripe and PayPal plugins that are compatible with Magento 2.4.8, and ensure that the payment capture process functions correctly during checkout
1️⃣ Auditoria de segurança (anti “pegadinhas”) Objetivo: garantir que não exista envio indevido de dados, desvio de dinheiro, porcentagens escondidas, webhooks suspeitos, admins fantasmas ou qualquer lógica maliciosa. 1.1 Varredura no Bac...Tablet / Mobile Modais de login e cadastro 4.3 Entrega Fazer um comparativo (diff) entre o sistema atual e o site de referência Implementar por etapas: Home Cassino Torneios / Missões Área da conta 5️⃣ Outros erros encontrados Realizar revisão geral: erros no console do navegador erros 401 / 403 / 500 no backend links quebrados rotas faltando imagens que não carregam problemas de cache ou build Criar uma Buglist contendo: descrição do erro onde o...
...sensitive data unnecessarily (mask payment refs). - Maintain audit logs for admin changes. 5) Admin Panel (minimal) - View: tickets, orders, wholesale leads - Approve/Reject KB suggestions - Edit static content (store timings, policies, FAQs, messages) - Hosted on Firebase Hosting. 6) Cost Control - Use interactive flows as default; AI only for “Other” or complex free text. - Cache answers for repeated FAQs. - Keep WhatsApp messaging costs low by encouraging user-initiated conversations. DELIVERABLES: A) Architecture doc (1–2 pages) + flow map B) Firebase project structure (repo) C) Cloud Functions code with: - /whatsapp/webhook (receive) - /whatsapp/send (internal helper) - /cron/nightly-learning D) Firestore rules + indexes ...
...000-message mailbox is the chief culprit. I want to bring that mailbox back under control by archiving older threads, deleting anything truly unnecessary, and then re-optimising Outlook so it launches and searches quickly again. While we are at it, both machines have hit their disk-space limits. Google Drive and OneDrive are syncing far more files than I actually need offline, and the growing local cache is eating the last gigabytes on each device. I’d like you to review the sync configuration for both platforms at the same time, ensure only the essential folders stay local, and confirm that SharePoint libraries linked through OneDrive are also syncing properly (they have been falling out of date). Deliverables I need from you: • A leaner, crash-free Outlook profile ...
...* Extreme Performance Tuning (50k Concurrent Users): * Tune OpenLiteSpeed (OLS) worker processes and connection limits. * Optimize MariaDB (max_connections, innodb_buffer_pool_size, etc.) for massive read/write operations without locking. * Install and configure Redis strictly for Laravel Sessions, Cache, and Queues to ensure zero database bottlenecks. * Optimize OS-level limits (File descriptors, ulimit, TCP stack tuning). * Zero-Lag Promise: Configure Cloudflare Page Rules (Cache Everything where applicable) and ensure TTFB is under 150ms. Button clicks and POST requests must be instant. Requirements from You: * You must have proven experience in handling massive traffic (50k+ concurrent). * Deep knowledge of OpenLiteSpeed, Nginx Proxies, CyberPanel, and Lara...
...preferred during the project timeline. Documentation: Detailed specs provided via calls and shared documentation. Tech Stack: Laravel, PHP, Bootstrap, jQuery, Swiper, toastr, Cloudflare, Apache (shared hosting). Vue.js may be integrated for front-end enhancements. Optional Tasks (Post-Cloud Migration, If Applicable) Optimize search filters and enable OPcache, Cloudflare, and Memcached/Redis caching. Cache static assets (CSS, JS, images) for faster load times. Implement Laravel Echo with Redis or Pusher for lightweight WebSocket functionality. Configure Cloudflare’s WAF (free tier) to block malicious traffic. Why Join Us? Work on an innovative SaaS platform with real-world impact. Build your portfolio with a subscription-based app featuring advanced integrations. Potenti...
...formally documented and resolved before proceeding. If major structural issues are identified, they must be clearly documented with technical evidence. Phase 2 – Milestone 3: Production Elevation and Optimization Objective: Elevate the platform to a premium SaaS-level product that is optimized, scalable, and commercially ready. Backend Optimization • Redis implementation for sessions and cache • Query optimization and index review • NGINX tuning • PHP-FPM tuning • Queue and job optimization • Concurrency validation • Structured logging review • Preparation for Load Balancer • Compatibility with Auto Scaling Expected Technical Results • Average response time below 500ms under normal load • Stability under moderat...
...drive—but Premiere crawls while everything else runs fine. I need a specialist who can look at both hardware and software, pinpoint the bottlenecks, and get the machine running lag-free. Here’s what I expect: • A full diagnostic of Windows, drivers, BIOS, and the GPU to be sure every component is actually delivering its advertised speed. • Optimisation of Premiere Pro settings: GPU acceleration, cache and scratch-disk placement, memory allocation, plugin checks, and project settings tuned for smooth 4K/8K playback. • Identification of any hidden hardware issues (thermal throttling, faulty RAM, drive health) and clear guidance if upgrades such as an SSD would bring measurable gains. • Final validation: real-time playback of my sample 4K timel...
...conflicts with theme's image handling, retina support, zoom, etc.) Implement fallback for true orphans (e.g., use first gallery image as featured, or custom placeholder) Test thoroughly: Single product pages (main image + gallery thumbnails) Shop/archive pages (product thumbnails) Mobile/responsive views Any quick-view or lightbox features in The Retailer Clear all caches (SG Optimizer, object cache, etc.) Provide short report: how many fixed, any permanent orphans and why Must-Have Experience: Proven work with The Retailer theme (by GetBowtied) – please mention specific fixes you've done with it Strong WooCommerce product image handling (_thumbnail_id, _product_image_gallery) Expert SQL/PHP for large postmeta tables (~874k rows) Safe batch processing (avoid ti...
...keys upon completion. Scope of Work: Platform: WordPress. Pages Required: Approximately 6 pages (Home, Shop, Categories, About, COA, Contact). Design: Modern, clean, and professional. Scientific credibility while maintaining friendliness. I will provide the logo, but I expect you to handle the layout and UI/UX. Optimization: Must be fully responsive (mobile-first) and optimized for LiteSpeed Cache (since I am on Hostinger). Technical Requirements No Password Sharing: You will be granted access via Hostinger’s Account Sharing (Access Manager) tool. SEO: Basic on-page SEO (meta titles, descriptions, image alt tags). Performance: Site must score 90+ on Google PageSpeed Insights for mobile. Handover: A 15-minute screen-share or recorded video tutorial showing me how to ...
...preferred during the project timeline. Documentation: Detailed specs provided via calls and shared documentation. Tech Stack: Laravel, PHP, Bootstrap, jQuery, Swiper, toastr, Cloudflare, Apache (shared hosting). Vue.js may be integrated for front-end enhancements. Optional Tasks (Post-Cloud Migration, If Applicable) Optimize search filters and enable OPcache, Cloudflare, and Memcached/Redis caching. Cache static assets (CSS, JS, images) for faster load times. Implement Laravel Echo with Redis or Pusher for lightweight WebSocket functionality. Configure Cloudflare’s WAF (free tier) to block malicious traffic. Why Join Us? Work on an innovative SaaS platform with real-world impact. Build your portfolio with a subscription-based app featuring advanced integrations. Potenti...
... • Validate fields, duplicates, missing info • Track manual vs file-uploaded invoices F) Reporting • Job summary, material usage, profit analysis • Timesheets & payroll export • Engineer GPS history / route playback ⸻ 2️⃣ Technical Requirements • Backend: Node.js + NestJS • Web Frontend: React + TypeScript • Mobile App: React Native (iOS + Android) • Database: PostgreSQL • Realtime cache / GPS: Redis • Hosting: AWS + Docker + CI/CD • Accounting integration: Sage first, Xero later • Notifications: Push + Email • GDPR-compliant storage and encryption ⸻ 3️⃣ Deliverables • Fully functional web dashboard • Mobile apps for engineers (iOS + Android) • Subcontractor management mo...
I have Live Helper Chat (LHC) installed on a fresh Windows Server 2022 Standard box, but the application throws a “Permission denied” error every time it tries to write to its cache directory. I double-checked the NTFS permissions on the target folder and everything looks correct, so the fault may lie with the service or IIS/PHP user that the chatbot is running under—I’m honestly not certain. I need someone who understands LHC on Windows, IIS/PHP file-system security, and standard Windows Server troubleshooting to step in, find the exact cause, and make the cache fully writable so the chatbot runs without errors. Deliverables • Pinpoint the root cause of the “Permission denied” message. • Apply the proper fix—whether...
...engine must: Assign specific modules to specific CPU cores Use os.sched_setaffinity (Linux only) Prevent OS core migration (avoid context switching) Modules include: Sentinel (Risk & OTR monitoring) Sonar (Market entropy / regime detection) Oracle (Signal calculation loop) Execution Engine (Order placement) The goal is to eliminate unpredictable latency spikes caused by OS scheduling and cache invalidation. Inter-Process Communication Standard Python queues are NOT acceptable. Communication must use: multiprocessing.shared_memory Memory-mapped buffers Lock-free ring buffer architecture Reason: Standard queues introduce locking and object allocation overhead, increasing latency. The target is sub-millisecond internal communication between signal generator and ...
...preferred during the project timeline. Documentation: Detailed specs provided via calls and shared documentation. Tech Stack: Laravel, PHP, Bootstrap, jQuery, Swiper, toastr, Cloudflare, Apache (shared hosting). Vue.js may be integrated for front-end enhancements. Optional Tasks (Post-Cloud Migration, If Applicable) Optimize search filters and enable OPcache, Cloudflare, and Memcached/Redis caching. Cache static assets (CSS, JS, images) for faster load times. Implement Laravel Echo with Redis or Pusher for lightweight WebSocket functionality. Configure Cloudflare’s WAF (free tier) to block malicious traffic. Why Join Us? Work on an innovative SaaS platform with real-world impact. Build your portfolio with a subscription-based app featuring advanced integrations. Potenti...
...transformations, and then writes the results to disk. Functionally everything works, but execution time has grown to the point that it is now the bottleneck in my workflow. I need the code refactored and tuned for speed and lower memory consumption while keeping exactly the same inputs, outputs, and logic flow so it drops straight back into production. You are free to profile, vectorise, parallel-process, cache, or even swap in faster libraries—as long as the final solution runs on standard CPython 3.x and all third-party packages are installable with pip. Deliverables • Optimised .py file(s) with clear, in-code comments explaining the changes • A short performance report showing before-and-after runtimes on my sample dataset • A (or updated one) i...
I have put my site into maintenance mode with the “WP Maintenance Mode” plugin, double-checked every setting, and switched the status to Enabled. Even after clearing my own browser cache and checking from other browsers, the public front end at my .com address is still showing the live site instead of the maintenance screen. I’d like you to trace whatever is overriding or bypassing the plugin—server-side caching, CDN, theme conflict, or anything else—and then implement the quickest, cleanest fix so visitors only see the maintenance page until I turn it off again. Deliverables: • Diagnose the exact reason maintenance mode is not displaying • Apply the fix and verify the maintenance page loads for anonymous users in at least two browsers ...
...developer to perform a security cleanup, plugin audit, and advanced speed optimization for our WooCommerce store. Current Challenges: Security: Wordfence flags 8 plugins that are either removed from or abandoned. Performance: The site is currently slow. Our server does NOT support LiteSpeed LSAPI, so the current LiteSpeed Cache setup is ineffective. Maintenance: We upload products constantly and need an automated system for image optimization and cache purging. Key Tasks & Deliverables: 1. Security & Plugin Audit (Staging First) Replacement: Replace the 8 deprecated/abandoned plugins (YITH Multi-step Checkout, SKU Search, L7 Login, etc.) with modern, lightweight alternatives. Removal of Unnecessary Plugins: Conduct a full audit to identify and remove all unn...
Mutual Fund Distribution Platform (B2B2C Model) 1. BUSINESS OBJECTIVE Build a digital wealth distribution platform (similar to AssetPlus model) enabling: • Investor on boarding • KYC processing • eSign • Lumpsum & SIP transactions • Mandate creation (eNACH / UPI Autopay) •...logging • Rate limiting • Role-based access control • No card data storage • PCI DSS compliance via PG ________________________________________ 8. PERFORMANCE REQUIREMENTS • Response time < 500ms • Concurrent users support 10,000+ • 99.9% uptime • Auto scaling enabled ________________________________________ 9. DEVOPS & INFRA Cloud: AWS / GCP Containerization: Docker + Kubernetes Database: PostgreSQL Cache: Redis Storage: S3 CI/CD: ...
...Squarespace available if a specific performance tweak demands it. The CRM stays untouched and the current domain must remain live throughout the migration. My sole objective is measurable speed. Every Core Web Vitals metric—LCP, INP, FCP, TTFB, TBT, Speed Index—needs to sit comfortably in the green, with an extra focus on mobile responsiveness. That means eliminating render-blocking requests, tightening cache lifetimes, reducing forced reflows, refining the network dependency tree and, wherever possible, discovering and fixing hidden LCP bottlenecks. Key deliverables • Optimized, next-gen image delivery (WebP/AVIF where supported) • First meaningful paint and initial load tuned for sub-2 s on 4G mobile • Smooth scrolling and interaction with no ...
...Edge/Proxy: Nginx (Ports 80/443, TLS termination). Origin Application: Apache (Internal ports) running PHP 8.3-FPM + APCu. CMS & DOM: Joomla + Gridbox (handling dynamic overlay CTAs and mega menus). Form Processing: ChronoForms8 (Strict server-side PHP event handling). Security Layer: CleanTalk + WAF/ModSecurity. Asset Pipeline: JCH Pro (Aggressive defer/combine) + 1-year immutable static cache policy. Telemetry & Tracking: GTM -> GA4 -> Google Ads + Zoho SalesIQ. Core Engineering Challenges: Payload Integrity & "Ghost Lead" Remediation: We are detecting race conditions or bypasses where ChronoForms8 executes downstream actions (email/CRM) with empty payload fields. You must architect a bulletproof server-side Gatekeeper in the OnSubmit flow. C...
...Squarespace available if a specific performance tweak demands it. The CRM stays untouched and the current domain must remain live throughout the migration. My sole objective is measurable speed. Every Core Web Vitals metric—LCP, INP, FCP, TTFB, TBT, Speed Index—needs to sit comfortably in the green, with an extra focus on mobile responsiveness. That means eliminating render-blocking requests, tightening cache lifetimes, reducing forced reflows, refining the network dependency tree and, wherever possible, discovering and fixing hidden LCP bottlenecks. Key deliverables • Optimized, next-gen image delivery (WebP/AVIF where supported) • First meaningful paint and initial load tuned for sub-2 s on 4G mobile • Smooth scrolling and interaction with no ...
...advertising traffic, and is expanding internationally (multi-currency catalogue). The current architecture is not scaling efficiently and requires restructuring before further growth. Key Issues Very low cache hit ratio (product and category pages often served dynamically) Parameterized URLs (_wpnonce, add-to-cart, wishlist, currency parameters) being crawled and breaking cache layers Excessive admin-ajax and WooCommerce fragment requests GA4 purchase tracking inconsistencies (transaction_id/value/currency issues) Performance degradation during traffic spikes Scope Full technical audit (hosting stack, CDN/cache rules, theme, plugins, database) Make product & category pages cacheable for anonymous users while preserving dynamic cart/checkout behavior Eliminate cr...
...accents and smooth micro-interactions that make the interface feel trustworthy and refined. While doing this, the navigation must remain intuitive and fast so day-to-day users don’t lose a beat. Beyond the UI facelift, the scope includes: • Converting the existing site into a Progressive Web App that supports offline mode and installs like a native app on Android and iOS. • Implementation of cache to avoid reloading of server images on each time same page is navigated. • Integrating PhonePe as an additional payment method alongside our current options. • Reworking the online-order section on the landing page and tying its fulfilment flow directly into the existing POS screen. • Implementing real-time push notifications to alert staff the m...